Saturday, September 15, 2012

Memory Leak

#ps -aux                         ==> check for the change in value of VSZ for zabbix agent


USER    PID %CPU %MEM    VSZ       RSS   TTY   STAT START   TIME COMMAND
root         1      0.0        0.0          24892  1576   ?        Ss        Jul01     0:06     /sbin/init
root         2      0.0         0.0         0              0     ?        S          Jul01     0:00    [kthreadd]
root         3      0.0         0.0         0              0     ?        S          Jul01     0:00    [migration/0]
root         4      0.0        0.0         0              0     ?        S          Jul01     0:29    [ksoftirqd/0]
root         5      0.0        0.0         0              0     ?        S          Jul01     0:00    [migration/0]
root         6      0.0        0.0        0               0    ?        S          Jul01     0:00    [watchdog/0]
zabbix   25064  0.0      0.0   50420    2272     ?        S      Aug27    25:03       /usr/sbin/zabbix_agentd
zabbix   25065  0.0      0.0   50436    1120   ?        S      Aug27     16:37         /usr/sbin/zabbix_agentd
zabbix   25066  0.0      0.0   50436    1120   ?        S     Aug27     16:42          /usr/sbin/zabbix_agentd
zabbix   25067  0.0     0.0   80436    1120   ?        S      Aug27     16:30          /usr/sbin/zabbix_agentd
zabbix   25068  0.0    0.0    70428     908   ?        S     Aug27       0:32             /usr/sbin/zabbix_agentd


Or you can also run the top command and press M.

No comments:

Post a Comment