This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Mary Cook (author)
Tue Oct 27 02:37:10 -0700 2009
commit e083b8743014c348c12cc2a022a421ad6e4f5ad0
tree 0722263c4b1a03d0016b90fb58a33544483b91f0
parent 253d724240853ef665b42b2ff63e530b72b6b54b
tree 0722263c4b1a03d0016b90fb58a33544483b91f0
parent 253d724240853ef665b42b2ff63e530b72b6b54b
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
log.log | ||
| |
main.rb | ||
| |
no_params1.txt | ||
| |
no_params2.txt | ||
| |
no_params3.txt | ||
| |
params1.txt | ||
| |
params2.txt | ||
| |
params3.txt | ||
| |
params4.txt | ||
| |
params5.txt |
README
logtoload Takes an Apache log and turns it into: 1. A list of URLs that were requested. 2. An XML file that can be used in the JMeter load tester. By maryrosecook for the OTHER media ---- Quick run: ruby main.rb "log.log" "urls.txt" "load_test.xml" The script takes four command-line arguments: - filename for input log file (string, not nil) - filename for url list (string, or nil to not write file) - filename for load test xml (string, or nil to not write file) Note that the script outputs twenty to thirty lines of XML per URL, so you might want to limit the log files you feed in to a few hundred unique URLs.








