How does AppManager for UNIX version 6.5 determine swap information? (NETIQKB55314)

  • 7755314
  • 02-Feb-2007
  • 17-Oct-2007

Resolution

goal
How does AppManager for UNIX version 6.5 determine swap information?

goal
How does AppManager for UNIX version 6.5 determine paging in and paging out for Linux?

fact
AppManager for UNIX v6.5

fact
Red Hat Linux

fact
SuSE Linux

fact
NetIQ::Nqext::CounterValue( "UX Paging", "Page-in KBytes/s", "_Total" );

fact
NetIQ::Nqext::CounterValue( "UX Paging", "Page-out KBytes/s", "_Total" );

fix

For kernel version 2.6 and higher, the system process file /proc/vmstat is read and the lines holding values for these entries are used:

  • pgpgin
  • pgpgout
  • pswpin
  • pswpout

For supported kernel versions earlier than 2.6, the system process file /proc/stat is read and the lines holding values for these entries are used:

  • page
  • swap


Additional Information

Formerly known as NETIQKB55314