Follow
http://wiki.zimbra.com/index.php?title=Logger(GnR) and post the information to the forum.
zmloggerctl status; echo $?; ps ax | grep zmlogger
zimbra@mail:~/zmstat/pid$ zmloggerctl status; echo $?; ps ax | grep zmlogger
0
10217 ? S 0:22 /usr/bin/perl /opt/zimbra/libexec/zmlogger
10435 ? S 0:00 zmlogger: zmrrdfetch: server
21607 pts/0 S+ 0:00 grep zmlogger
zimbra@mail:~/zmstat/pid$ /opt/zimbra/libexec/zmrrdfetch -f zmmtastats
1317851880,,,,,,,,,
1317851910,,,,,,,,,
1317851940,,,,,,,,,
zimbra@mail:~/zmstat/pid$ /opt/zimbra/libexec/zmrrdfetch -c -f zmmtastats
1317851700,,,,,,,,,
1317852000,,,,,,,,,
1317852300,,,,,,,,,
zimbra@mail:~/zmstat/pid$ grep -w MTA /var/log/zimbra-stats.log
zimbra@mail:~/zmstat/pid$ tail /var/log/zimbra-stats.log
Oct 5 17:34:00 mail zimbramon[11002]: :::EE07F342-EF9D-11E0-9D7A-BB23826D5B8A:::2, 1052, 0, 1228596, 28156, 48, 29704, 15840, 13864, 2920, 19936, 0, 0, 0, 1817212, 3018996, 34359738367, 11704, 34359722408, 0, 0, 0, 0, 0, 2048, 8128, 1564672, 1.11
Oct 5 17:34:00 mail zimbramon[11000]: 11000:info: zmstat cpu.csv: timestamp, cpu:user, cpu:nice, cpu:sys, cpu:idle, cpu:iowait, cpu:irq, cpu:softirq, cpu0:user, cpu0:nice, cpu0:sys, cpu0:idle, cpu0:iowait, cpu0:irq, cpu0:softirq, cpu1:user, cpu1:nice, cpu1:sys, cpu1:idle, cpu1:iowait, cpu1:irq, cpu1:softirq:: 10/05/2011 17:34:00, 7.5, 0.0, 6.8, 85.2, 0.1, 0.1, 0.1, 7.2, 0.0, 7.0, 85.4, 0.2, 0.1, 0.1, 7.9, 0.0, 6.7, 85.0, 0.0, 0.1, 0.2
Oct 5 17:34:00 mail zimbramon[11405]: 11405:info: zmstat fd.csv: timestamp, fd_count, mailboxd_fd_count:: 10/05/2011 17:34:00, 3680, 155
Oct 5 17:34:12 mail zimbramon[11020]: 11020:info: zmstat mtaqueue.csv: timestamp, KBytes, requests:: 10/05/2011 17:34:12, 0, 0
zimbra@mail:~/zmstat/pid$ zmsoap -z GetLoggerStatsRequest stats/@name=zmmtastats | head -20
<GetLoggerStatsResponse xmlns="urn:zimbraAdmin">
<hostname hn="mail.megacash.com.ve">
<stats name="zmmtastats"/>
</hostname>
</GetLoggerStatsResponse>
zimbra@mail:~/zmstat/pid$ zmsoap -z GetLoggerStatsRequest stats/@name=zmmtastats @limit=1 | head -50
<GetLoggerStatsResponse xmlns="urn:zimbraAdmin">
<hostname hn="mail.megacash.com.ve">
<stats name="zmmtastats"/>
</hostname>
</GetLoggerStatsResponse>
Again, any feedback will be preciated!