Skip to content

anatolyburtsev/script_time_measurer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

script_time_measurer

script for measure the time of script and save result in graphite

write it before your script in crontab and it send the runtime of your script in graphite

for ex:

0 * * * * root rm -rf /*

modify to

0 * * * * root python_bash_tm.py rm -rf /*

About

script for measure the time of script and save result in graphite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages