Exchange Server TechCenter > Exchange Server Forums > Monitoring > Exchange 2003 - How many emails sent and received
Ask a questionAsk a question
 

AnswerExchange 2003 - How many emails sent and received

  • Friday, October 16, 2009 4:10 PMscottyp55 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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

All Replies

  • Saturday, October 17, 2009 12:33 AMmarkmorow Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    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
  • Monday, October 19, 2009 11:01 AMscottyp55 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    This is fantastic. Just what I'm looking for. Thanks a lot for your help.
  • Monday, October 19, 2009 1:36 PMscottyp55 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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
  • Tuesday, October 20, 2009 3:40 PMscottyp55 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Is that possible?
  • Wednesday, October 21, 2009 1:22 AMmarkmorow Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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