Can it be very easy to parse logs with perl? definitely .. will it be right for you log files? no clue -- can you show some example input (especially for your "threads")? But it sounds like you might want to parse (
) the log and dump into a database (mysql, postgres, sqlite, etc) so you can easily (
) do all of your various group'ings/views/sorts as SQL statements. Also, depending on what the log files look like, your solution might be attained w/standard command-line tools such as
...