aboutsummaryrefslogtreecommitdiffstats
path: root/common.py
Commit message (Collapse)AuthorAge
* MC2 supportHEADmc2-supportmasterNamhoon Kim2017-04-03
|
* Added --crontab option to run_exps.pyJonathan Herman2013-05-01
| | | | | | This will use crontab to automatically restart the machine and resume the script when the machine crashes. An additional option, -k, is provided to cancel this operation.
* Improved accuracy of sched_trace measurement parsing.Jonathan Herman2013-04-23
| | | | | | | | | | | | * Measurements from tasks missing > 20% of their scheduling records are ignored. This is configurable in config/config.py. * Measurements which only have zero values are ignored. * If either of these 2 situations are encountered print out a message the first time using the common.log_once() method. See parse_exps.py for how this is used with multiple threads. * Measurements from a task's last job are ignored. * Miss ratio is calculated only as a fraction of the number of jobs whose matching release and completion records were found, not just release.
* Improved error handling in run_exps.py.Jonathan Herman2013-04-12
|
* run_exps will run any command whose last argument is the duration.Jonathan Herman2013-04-10
|
* Added parameter file options for tracers and pre/post experiment commands.Jonathan Herman2013-04-08
|
* Added option to ignore environment issues and rewrote part of the generation ↵Jonathan Herman2013-04-02
| | | | scripts for easier generator creation.
* Use smarter defaults which can handle data from Bjorns scripts.Jonathan Herman2013-03-18
|
* Many bugfixes motivated by some end-to-end testing.Jonathan Herman2013-02-21
|
* Save feather-trace timer frequency, not CPU frequency, with each experiment.Jonathan Herman2013-02-17
|
* Added gen_exps.py script.Jonathan Herman2013-02-07
|
* Read locations of binary files from path instead of config.py.Jonathan Herman2012-11-26
|
* Removed 2-step parse for scheduling statistics.Jonathan Herman2012-11-26
|
* Added script to parse directory data, create CSVs for every chagned value.Jonathan Herman2012-09-27
This change also makes SchedTrace and OverheadTrace events configurable.