Collection interval for agents for Agent-based Monitering is 1 minute, and for agents for Agentless Monitering is 5 minutes.
Note
Data of the [SUM_MEM] record might have fields without values when the command result is not returned because of the temporary high system load, however, this is not a problem if it does not occur too frequently.
Table name | Record ID | Record No. | Field Name | Source | Unit of Measure | Description |
---|---|---|---|---|---|---|
summary_data | SUM_PROC | 1052 | usrproc | OS | percent | CPU usage in user mode |
sysproc | OS | percent | CPU usage in system mode | |||
intproc | OS | percent | Unix: Percentage of the time spent waiting for I/O to complete within the unit time <AIX, HP-UX, Linux sysstat-5, Solaris> Windows: Percentage of the time spent waiting for I/O to be interrupted within the unit time | |||
totproc | OS | percent | Total CPU usage | |||
summary_data | SUM_MEM | 1053 | freemem | OS | bytes | Available memory |
pagins | OS | pages | The number of pages that have been paged-in <Solaris> | |||
Kbytes | The size of pages that have been paged-in <Linux> | |||||
pagflts | OS | faults | Page fault count <HP-UX, Solaris, Windows> | |||
swapused | OS | percent | The percentage of swap or page files currently in use | |||
pagouts | OS | pages | The number of pages that have been paged out <Solaris> | |||
Kbytes | The size of pages that have been paged out <Linux> | |||||
summary_data | SUM_DISK | 1054 | dskreads | OS | reads | Number of disk reads <Linux, Solaris, Windows> Number of disk reads + writes <AIX, HP-UX> |
dskwrits | OS | writes | Number of disk writes <Linux, Solaris, Windows> | |||
kbread | OS | Kbytes | The number of disk reads per kilobyte <AIX, Linux, Solaris, Windows> The number of disk reads per kilobyte + writes per kilobyte <HP-UX> | |||
kbwritn | OS | Kbytes | The number of disk writes per kilobyte <AIX, Linux, Solaris, Windows> | |||
dsksrvctim | OS | milliseconds | Read/write service time | |||
dskwaittim | OS | milliseconds | Time spent waiting for read/write operations |