Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement script to replay apache logs #5795

Closed
mattab opened this issue Oct 8, 2008 · 4 comments
Closed

Implement script to replay apache logs #5795

mattab opened this issue Oct 8, 2008 · 4 comments
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.

Comments

@mattab
Copy link
Member

mattab commented Oct 8, 2008

The script would replay given piwik apache logs, that would hit the piwik.php script. The script would take all parameters from the logs (cookie, referers, URL, etc.) and hit the piwik.php script with all the right cookies/parameters set.

This script would make it easy to replay logs for the purpose of:
- performance testing (hammering piwik with incoming data)
- regression testing (replaying logs and making sure they give the same results)

@robocoder
Copy link
Contributor

re-opening as a feature request (couldn’t find the original)

@mattab
Copy link
Member Author

mattab commented Dec 9, 2008

see the existing python script (made by Johan) in: https://github.com/piwik/piwik/blob/master/misc/log_player.py.script

to finish + debug, or find an alternative script to replay custom logs.

see custom log format: http://www.yukes.com/2008/09/shared-nothing-architecture-apache-custom-log-formats/

@mattab
Copy link
Member Author

mattab commented Dec 9, 2008

see http://www.igvita.com/2008/09/30/load-testing-with-log-replay/

@mattab
Copy link
Member Author

mattab commented Jan 8, 2010

requirements part of a use case for the Push API #134

@mattab mattab added this to the Future releases milestone Jul 8, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate For issues that already existed in our issue tracker and were reported previously. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical.
Projects
None yet
Development

No branches or pull requests

2 participants