The System Statistics attributes refer to characteristics associated with system performance such as the number of logged in users, the number of processes per second, and system load statistics.
Ctxt Switches per sec The number of context switches per second. Valid entry is an integer.
Number of Users The current number of users logged in. Valid entry is an integer.
Major Faults per sec Number of major faults per second, these are page faults that directly require the loading of pages from disk. (Kernel 2.6 and greater.)
Pages paged in The total pages paged in.
Pages paged in per sec The pages paged in per second.
Pages paged out The total pages paged out.
Pages paged out per sec The pages paged out per second.
Pages Swapped in The pages swapped in.
Pages Swap in per sec The pages swapped in per second.
Pages Swapped out The pages swapped out.
Pages Swap out per sec The pages swapped out per second.
Page Faults per sec The total number of page faults per second (major and minor). (Kernel 2.6 and above only.)
Pct Change Ctxt Switches The percent change in the number of context switches per second. Valid entry is an integer in the range -100 to 100.
Pct Change Processes The percent change in the number of processes per second. Valid entry is an integer in the range -100 to 100.
Processes created per sec The number of processes created per second. Valid entry is an integer.
System Load 1 min The load on the system for the last minute. Valid entry is an integer in the range 0 to 100.
System Load 5 min The load on the system for the last five minutes. Valid entry is an integer in the range 0 to 100.
System Load 15 min The load on the system for the last fifteen minutes. Valid entry is an integer in the range 0 to 100.
System Name Name of the host system. Valid entry is an alphanumeric text string, with a maximum length of 64 characters.
System Uptime The System Uptime in seconds. Valid entry is an integer.
Timestamp The date and time the agent collects information as set on the monitored system. The timestamp format for SCAN and STR functions is CYYMMDDHHMMSSmmm (as in 1020315064501000 for 03/15/02 06:45:01) where:
C = Century (0 for 20th, 1 for 21st)
Y = Year
M = Month
D = Day
H = Hour
M = Minute
S = Second
m = millisecond