Skip navigation
kevingiger
Currently Being Moderated

Easier way of getting application stats??

Apr 19, 2011 10:50 AM

I am following this

 

http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WS5b3ccc51 6d4fbf351e63e3d119f2926bcf-79d1.html

 

And parsing the logs to get the stats of applications is hard if theres heavy traffic its hard to get everything to parse right.

 

Would it be easier to import all the stats into mysql db once an hour that way its easier to work with?

 
Replies
  • Currently Being Moderated
    Apr 26, 2011 11:59 PM   in reply to kevingiger

    Hi,

     

    Since you are looking at parsing the access logs, you can do it using a regular expression as the logs are in proper Tab separated fromat . If you plan to query and move everything to Database make sure you do incremental parsing. However, you may keep everything in the log only and parse using Regex (using awk, sed or perl) as and when required.

     

    Thanks,

    Abhishek

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points