![]() |
help![]() |
memoryThe memory column shows the current memory usage on the host. It attempts to show physical, actual, and swap.Definitions:The term memory identifies data storage that comes in the form of chips, and the word storage is used for memory that exists on tapes or disks. Moreover, the term memory is usually used as a shorthand for physical memory, which refers to the actual chips capable of holding data. Some computers also use virtual memory, which expands physical memory onto a hard disk.
Currently supported operating systems:
DistributionThe current copy of bb-memory can be obtained from either the development site or the Big Brother archives.Big Brother Archives: http://www.deadcat.net Development Site: http://www.ben-tech.com/projects/bb/bb-memoryNote: The MOST-CURRENT-COPY will always be on the development site.
*NIX CustomizationWithin the bb-memory.sh script there are a few variables that are customizeable to better suit various environments. These variables are the warning levels for the various parts of the memory test.
Windows NT UsageCommand line usage for Windows NT <.>bb-memory test.usage: bb_memory.exe [OPTIONS...] where: -p PATH - Set the PATH to place the output. (Creates the file PATH\memory) -P "WARN PANIC" - Set WARN and PANIC values for physical memory. -S "WARN PANIC" - Set WARN and PANIC values for swap/paging memory. -V "WARN PANIC" - Set WARN and PANIC values for virtual memory. -F - Turn on "Fully Qualified Domain Names" (FQDN). If a PATH is not specified, then output will be directed to STDOUT. NOTE: For the warning values, you will need to enclose them with quotation marks. Example:
* To run bb_memory.exe using FQDN and directing output
to C:\EXT_OUT run...
bb_memory.exe -F -p C:\EXT_OUT
* To run bb_memory.exe using FQDN, directing output to
C:\EXT_OUT, and using the values 75 & 90 for physical memory run...
bb_memory.exe -F -p C:\EXT_OUT -P "75 90"
SupportSupport for bb-memory can be obtained by sending a message to either the Big Brother mailing list bb@bb4.com or to the current maintainer of the bb-memory package bb-memory-support@ben-tech.com. |
$Id: memory.html,v 1.1 2004/02/12 22:45:17 henrik Exp $