Skip to content

eEngineSoftwareHouse/webstresstool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

webstresstool

The easiest way to prepare an input file based on apache2 log file:

@web01:/var/log/apache2# cat other_vhosts_access.log | gawk '{ print $7}' > webstresstool.input

To cleanup input file from static files, images ang others:

@web01:/var/log/apache2# cat webstresstool.input | grep -v 'api' | grep -v 'images' | grep -v 'template' | grep -v 'static' > webstresstool.input.clean

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages