Oracle Enterprise Manager Event Test Reference Manual Release 9.0.1 Part Number A89872-02 |
|
The Oracle Enterprise Manager Advanced Event Tests for IBM AIX are divided into a series of classes or groupings that enable you to find the event test you want to register.
The class names and the events that you can register within the classes are listed as follows:
The following tables list the IBM AIX event tests by class. The full descriptions of the individual event tests follow the tables. The event tests are in alphabetical order.
The IBM AIX Event Tests are listed in alphabetical order.
Available is the amount of space, in kilobytes, available for the creation of new files by users who do not have superuser privileges.
This test checks for available space on the disk specified by the File System Name parameter, such as /, /tmp, or * (for all disks). If the space available is less than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from statvfs.
The available space in kilobytes on the file system.
5 minutes
Specific to your site.
Available Swap is the amount of swap space currently available in kilobytes.
This test checks the size of currently available swap space on the system. If the size in kilobytes is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct vmk psfreeblks).
The size of currently available swap space in kilobytes.
5 minutes
Specific to your site.
Collisions is the number of collisions per second.
This test checks the rate of collisions on the network interface specified by the network device names parameter, such as le0 or * (for all network interfaces). If the rate is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct ifnet_s colls).
The rate of collisions on the network interface.
5 minutes
Specific to your site.
Free Memory is the size of the free list in kilobytes.
This test checks the size of the free memory in kilobytes on the system. If the size is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct vmk numfrb).
The size of the free memory in kilobytes.
5 minutes
Specific to your site.
Idle (%) is the percentage of time that the CPU was idle and the system did not have an outstanding disk I/O request.
This test checks the percentage of processor time in idle mode for the CPU(s) specified by the Host CPU parameter, such as cpu_stat0, CPU0, or * (for all CPUs on the system). If the Idle (%) value is less than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct sysinfo cpu).
The percentage of time that the CPU was idle and no outstanding disk I/O request in the last interval.
5 minutes
Specific to your site.
Incoming Errors is the number of input errors, per second, encountered on the device for unsuccessful reception due to hardware/network errors.
This test checks the rate of input errors on the network interface specified by the network device names parameter, such as le0 or * (for all network interfaces). If the rate is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct ifnet_s ierrs).
The rate of input errors on the network interface.
5 minutes
Specific to your site.
Incoming Packets is the number of packets, per second, that have been received successfully by the device.
This test checks the rate at which packets are received on the network interface specified by the network device names parameter, such as le0 or * (for all network interfaces). If the rate is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct ifnet_s ipkts).
The rate at which packets are received on the network interface.
5 minutes
Specific to your site.
Outgoing Errors is the number of output errors per second.
This test checks the rate of output errors on the network interface specified by the network device names parameter, such as le0 or * (for all network interfaces). If the rate is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct ifnet_s oerrs).
The rate of output errors on the network interface.
5 minutes
Specific to your site.
Outgoing Packets is the number of packets, per second, that have been sent out by the device.
This test checks the rate at which packets are sent on the network interface specified by the network device names parameter, such as le0 or * (for all network interfaces). If the rate is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct ifnet_s opkts).
The rate at which packets are sent on the network interface.
5 minutes
Specific to your site.
Page Ins is the number of page read ins per second (read from disk to resolve fault memory references) by the virtual memory manager. Along with Page Outs, this statistic represents the amount of real I/O initiated by the virtual memory manager.
This test checks the number of page read ins for the CPU(s) specified by the Host CPU(s) parameter, such as cpu_stat0 or * (for all CPUs on the system). If the number of page read ins is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct vmi pageins).
The number of page read ins per second.
5 minutes
Specific to your site.
Page Outs is the number of page write outs to disk per second.
This test checks the number of page write outs for the CPU(s) specified by the Host CPU(s) parameter, such as cpu_stat0 or * (for all CPUs on the system). If the number of page write outs is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct vmi pageouts).
The number of page write outs per second.
5 minutes
Specific to your site.
Pages Paged In is the number of pages paged in (read from disk to resolve fault memory references) per second.
This test checks the number of pages paged in for the CPU(s) specified by the Host CPU(s) parameter, such as cpu_stat0 or * (for all CPUs on the system). If the number of pages paged in is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct vmi pgspgin).
The number of pages paged in per second.
5 minutes
Specific to your site.
Pages Paged Out is the number of pages written out (per second) by the virtual memory manager. Along with Pages Paged In, this statistic represents the amount of real I/O initiated by the virtual memory manager.
This test checks the number of pages paged out for the CPU(s) specified by the Host CPU(s) parameter, such as cpu_stat0 or * (for all CPUs on the system). If the number of pages paged out is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct vmi pgspgout).
The number of pages paged out per second.
5 minutes
Specific to your site.
Reads is the number of reads per second.
This test checks the read rate. If the read rate is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct dkstat dk_rblks).
The number of reads per second.
5 minutes
Specific to your site.
Run Queue is the average number of processes in memory and subject to be run in the last interval.
This test checks the run queue. If the run queue is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct sysinfo runque).
The run queue in the last interval.
5 minutes
Specific to your site.
Swap Queue is the average number of swapped processes in the last interval.
This test checks the average number of swapped processes. If the number is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct sysinfo swpque).
The average swap queue length in the last interval.
5 minutes
Specific to your site.
Sys (%) is the percentage of time that the CPU is running in system mode (kernel).
This test checks the percentage of processor time in system mode for the CPU(s) specified by the Host CPU parameter, such as cpu_stat0, CPU0, or * (for all CPUs on the system). If the Sys (%) value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct sysinfo cpu).
Percentage of time that the CPU is running in the system mode in the last interval.
5 minutes
Specific to your site.
System Call Forks is the number of calls fork() per second.
This test checks the calls to system call fork() rate for the CPU(s) specified by the Host CPU parameter, such as cpu_stat0 or * (for all CPUs on the system). If the System Calls value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct sysinfo sysfork).
The number of fork system calls per second.
5 minutes
Specific to your site.
System Time (%) is the percentage of system level CPU time that a process used.
This test checks the percentage of system time that has been used by the process(es) specified by the process names parameter, such as vppdc or * (for all processes running on the system). If the System Time (%) value used by any one process is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from getproc.
5 minutes
Specific to your site.
Used is the amount of space (in kilobytes) allocated to existing files.
This test checks for space used on the disk specified by the File System Name parameter, such as /, /tmp, or * (for all file systems). If the space used is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from statvfs.
The used space in kilobytes on the file system.
5 minutes
Specific to your site.
User (%) is the portion of processor time running in user mode.
This test checks the percentage of processor time in user mode for the CPU(s) specified by the Host CPU parameter, such as cpu_stat0, CPU0, or * (for all CPUs on the system). If the User (%) value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct sysinfo cpu).
Percentage of time that the CPU is running in the user mode in the last interval.
5 minutes
Specific to your site.
User Time (%) is the percentage of user level CPU time that a process used.
This test checks the percentage of user time that has been used by the process(es) specified by the process names parameter, such as vppdc or * (for all processes running on the system). If the User Time (%) value used by one process is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from getproc.
5 minutes
Specific to your site.
Utilized is the percentage of space that is currently allocated to all files on the file system.
This test checks for the percentage of space used on the disk specified by the File System Name parameter, such as /, /tmp, or * (for all disks). If the percentage of space used is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from statvfs.
The percentage of space used on the file system.
5 minutes
Specific to your site.
Size is the total size of a process in virtual memory, in kilobytes.
This test checks the total size of the process(es) specified by the process names parameter, such as vppdc or * (for all processes running on the system). If the total size of any one process is greater than or equal to the values specified in the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from getproc.
5 minutes
Specific to your site.
Wait (%) is the percentage of time that the CPU was idle during which the system had an outstanding disk I/O request.
This test checks the percentage of processor time in wait mode for the CPU(s) specified by the Host CPU parameter, such as cpu_stat0, CPU0, or * (for all CPUs on the system). If the Wait (%) value is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct sysinfo cpu).
Percentage of time that the CPU was idle and wait for disk I/O in the last interval.
5 minutes
Specific to your site.
Waiting is the average number of jobs waiting for I/O in the last interval.
This test checks the average number of jobs waiting for I/O. If the waiting queue is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Not available.
The average waiting queue length in the last interval.
5 minutes
Specific to your site.
Writes is the number of writes per second.
This test checks the write rate. If the write rate is greater than or equal to the threshold values specified by the threshold arguments, and the number of occurrences exceeds the value specified in the "Number of Occurrences" parameter, then a warning or critical alert is generated.
Data obtained from the system call for kernel statistics (struct dkstat dk_wblks).
The number of writes per second.
5 minutes
Specific to your site.
|
Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|