PDA

View Full Version : memory used


MRG
15-02-2006, 17:22
What is the key for memory used on a unix/linux system?

MRG
15-02-2006, 21:14
never mind.... i wrote a script using ps redirecting to awk, and then ran that as a userparameter from zabbix_agentd.conf.

KarmaPolice
16-02-2006, 22:30
never mind.... i wrote a script using ps redirecting to awk, and then ran that as a userparameter from zabbix_agentd.conf.

I wouldn't use ps if i were you... i'd use sar or vmstat or some such thing... ps + memory statistics are inherently incorrect...