What is the key for memory used on a unix/linux system?
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...