Implemented a scheduling tracer. Logs time date and host:task-ID. Made log prefix more global since it needs to be constant for all log files generated.
This commit is contained in:
parent
ab9fda5513
commit
b73c30a8bf
4 changed files with 9 additions and 8 deletions
|
@ -11,6 +11,7 @@ To Do:
|
|||
* Write test code for each scheduler (This should be after the design change)
|
||||
* Some of the constants in constants/constants.go can vary based on the environment.
|
||||
Possible to setup the constants at runtime based on the environment?
|
||||
* Retrofit schedulers for scheduling tracing
|
||||
|
||||
|
||||
**Requires [Performance Co-Pilot](http://pcp.io/) tool pmdumptext to be installed on the
|
||||
|
|
Reference in a new issue