3.1.2 Matrix Server Administration Guide
Chapter 16: Performance Monitoring 207
Copyright © 1999-2006 PolyServe, Inc. All rights reserved.
Start the Dashboard from the Command Line
To invoke the Dashboard from the command line, use this command:
mx matrix dashboard
[--server ALL_SERVERS | <server_name_or_IP>]
[--datasets <number of data sets> |
UNLIMITED] [--noHeaders] [--csv]
The arguments are:
• --servers
ALL_SERVERS | <server_name_or_IP>
The server to be monitored. The default is all servers.
• --datasets <number of data sets> |
UNLIMITED
The number of data sets to be returned. The default is one. After the
specified number of data sets are returned, the Dashboard will
terminate.
•--noHeaders
Do not display column headers in the output.
• --csv
Generate the report in a comma-separated format.
Performance Counters
The following information may be useful when interpreting the values
reported by the performance counters.
Average CPU utilization (%). This counter reports the time the CPU
spent doing work, either processing a hardware or software interrupt or
executing a kernel or user process. All other time is “idle” and is spent
either doing things that improve system performance (such as zeroing
out memory buffers) or doing nothing at all.
Average committed physical memory utilization (%). This counter
reports the total “committed” memory used in the system. The total
in-use memory is typically much higher. For this counter, “committed”
means that the kernel cannot easily free up this memory in order to give it
to another process. Either the memory is not freeable at all (it is fixed in
physical memory), or it can be freed only after being swapped out. In-use
memory, which is not reported, is almost always near 100% because the