* Last 60 minutes
`track-message-by-domain("$domain$")`|fields msgcount,total_kb,Direction,sender,recipient,sender_domain,recipient_domain Message Rate timechart fixedrange=t bins=60 per_minute(msgcount) as "Msgs/min" by Direction Message Volume (KB) timechart fixedrange=t bins=60 per_second(total_kb) as "kBps" by Direction Top Senders top limit=10 showperc=t showcount=t sender|rename sender as "Sender" msgtrack_byusername?autoRun=true&form.username=$row.Sender$&earliest=$earliest$&latest=$latest$
Top Recipients top limit=10 showperc=t showcount=t recipient|rename recipient as "Recipient" msgtrack_byusername?autoRun=true&form.username=$row.Recipient$&earliest=$earliest$&latest=$latest$