Exchange Server TechCenter >
Exchange Server Forums
>
Monitoring
>
Exchange 2003 - How many emails sent and received
Exchange 2003 - How many emails sent and received
- I am running Exchange 2003 and I'm trying to determine how many emails are sent and received within a month's time frame. Is there a way to get this information from within Exchange?
Thanks,
Scott
Answers
- I've wrote up a blog post on some ways to get messaging stats. You can get message stats for how long you have message tracking logs for.
http://almostdailytech.com/2009/05/25/exchange-messaging-statistics/
Mark Morowczynski|MCT| MCSE 2003:Messaging, Security|MCITP:ES, SA,EA|MCTS:Windows Mobile Admin|Security+|http://almostdailytech.com- Proposed As Answer byJames-LuoMSFT, ModeratorMonday, October 19, 2009 6:03 AM
- Marked As Answer byscottyp55 Monday, October 19, 2009 11:01 AM
All Replies
- I've wrote up a blog post on some ways to get messaging stats. You can get message stats for how long you have message tracking logs for.
http://almostdailytech.com/2009/05/25/exchange-messaging-statistics/
Mark Morowczynski|MCT| MCSE 2003:Messaging, Security|MCITP:ES, SA,EA|MCTS:Windows Mobile Admin|Security+|http://almostdailytech.com- Proposed As Answer byJames-LuoMSFT, ModeratorMonday, October 19, 2009 6:03 AM
- Marked As Answer byscottyp55 Monday, October 19, 2009 11:01 AM
- This is fantastic. Just what I'm looking for. Thanks a lot for your help.
- Great blog. Just one more question. This looks like a total of all emails sent/received for a particular day. Is there a way to separate it so I can see how many were sent and how many were received?
Thanks again,
Scott - Is that possible?
- Depends on your version and what not. For 2003 this is how you separate it out.
Other useful information is who is receiving most mail.
"C:\Program Files\Log Parser 2.2\LogParser.exe" "Select Top 10 Recipient-Address as Recipient,Count(*) as hits From *.log Where Event-ID = 1019 Group By Recipient Order By hits DESC" -i:W3C
Who is sending most email.
"C:\Program Files\Log Parser 2.2\LogParser.exe" "Select Top 10 Sender-Address as Sender,Count(*) as hits From *.log Where Event-ID = 1019 Group By Sender Order By hits DESC" -i:W3C
Mark Morowczynski|MCT| MCSE 2003:Messaging, Security|MCITP:ES, SA,EA|MCTS:Windows Mobile Admin|Security+|http://almostdailytech.com


