--- create_vmstat_Default.pl 2003/10/28 16:00:35 1.2 +++ create_vmstat_Default.pl 2003/10/28 16:45:25 1.3 @@ -77,6 +77,20 @@ 'so' => 'ABSOLUTE', 'bi' => 'ABSOLUTE', 'bo' => 'ABSOLUTE', + # vmstat -s + 'nnct' => 'COUNTER', + 'nct' => 'COUNTER', + 'sct' => 'COUNTER', + 'ict' => 'COUNTER', + 'ioct' => 'COUNTER', + 'ppi' => 'COUNTER', + 'ppo' => 'COUNTER', + 'psi' => 'COUNTER', + 'pso' => 'COUNTER', + 'int' => 'COUNTER', + 'ccs' => 'COUNTER', + 'bt' => 'COUNTER', + 'fork' => 'COUNTER', }; my $definition = qq( @@ -93,12 +107,12 @@ # active: the amount of active memory. (-a option) Swap - si: Amount of memory swapped in from disk (/s). - so: Amount of memory swapped to disk (/s). + si: Amount of memory swapped in from disk [amount/s]. + so: Amount of memory swapped to disk [amount/s]. IO - bi: Blocks received from a block device (blocks/s). - bo: Blocks sent to a block device (blocks/s). + bi: Blocks received from a block device [blocks/s]. + bo: Blocks sent to a block device [blocks/s]. System in: The number of interrupts per second, including the clock. @@ -121,6 +135,7 @@ im: [kB] inactive memory fm: [kB] free memory bm: [kB] buffer memory +Swap sc: [kB] swap cache ts: [kB] total swap us: [kB] used swap