Skip to main content
April 19, 2011
Question

Easier way of getting application stats??

  • April 19, 2011
  • 1 reply
  • 729 views

I am following this

http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WS5b3ccc516d4fbf351e63e3d119f2926bcf-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?

    This topic has been closed for replies.

    1 reply

    April 27, 2011

    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