Well looks like a bug. It should show per server stats and then total stats. We'll take a look.
Try this:
su - zimbra
logmysql
use zimbra_logger;
select distinct(host) from mta_aggregate;
Is your hostname (as listed in the admin console) listed in the db? |