views:

60

answers:

0

Hey! I run a perl script that accepts several arguments through url query parameters.

http://example.com/cgi-bin/script.pl?user_id=12345&clent_version=5

The parameters are the following

  • user_id
  • client_version

The script is running on Apache server. I want to analyze access.log to find out how many different users I have during the day or how many users use a specific clent_version.

Do you know a tool that can help me to view this statistics?