`track-message-by-username("$username$")`|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$
Top Sending Domains
top limit=10 showperc=t showcount=t sender_domain|rename sender_domain as "Domain"
msgtrack_bydomain?autoRun=true&form.domain=$row.Domain$&earliest=$earliest$&latest=$latest$
Top Receiving Domains
top limit=10 showperc=t showcount=t recipient_domain|rename recipient_domain as "Domain"
msgtrack_bydomain?autoRun=true&form.domain=$row.Domain$&earliest=$earliest$&latest=$latest$