Hi does any one know why system.swap.out[,pages] returns 0 ??
[root@zabbixdb1 tmp]# /usr/local/zabbix/sbin/zabbix_get -s test11 -p10050 -k"system.swap.out[,pages]"
0
[root@test11 root]# vmstat -s
4154272 total memory
4141868 used memory
3603620 active memory
474124 inactive memory
12404 free memory
4332 buffer memory
473212 swap cache
2047744 total swap
1023872 used swap
1023872 free swap
381003967 non-nice user cpu ticks
299563 nice user cpu ticks
41389489 system cpu ticks
5771864538 idle cpu ticks
24125645 IO-wait cpu ticks
257348 IRQ cpu ticks
15589192 softirq cpu ticks
496569729 pages paged in
1149759710 pages paged out
19303613 pages swapped in
23727817 pages swapped out
4294967295 interrupts
4294967295 CPU context switches
1208049606 boot time
22918907 forks
[root@zabbixdb1 tmp]# /usr/local/zabbix/sbin/zabbix_get -s test11 -p10050 -k"system.swap.out[,pages]"
0
[root@test11 root]# vmstat -s
4154272 total memory
4141868 used memory
3603620 active memory
474124 inactive memory
12404 free memory
4332 buffer memory
473212 swap cache
2047744 total swap
1023872 used swap
1023872 free swap
381003967 non-nice user cpu ticks
299563 nice user cpu ticks
41389489 system cpu ticks
5771864538 idle cpu ticks
24125645 IO-wait cpu ticks
257348 IRQ cpu ticks
15589192 softirq cpu ticks
496569729 pages paged in
1149759710 pages paged out
19303613 pages swapped in
23727817 pages swapped out
4294967295 interrupts
4294967295 CPU context switches
1208049606 boot time
22918907 forks
Comment