-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refs #15: Fix subproc reclamation and implement auto-plotting in PPC …
…experiment scripts. * In Python, read() returns an empty string when it reaches EOF. The zombie process + infinite loop problem was due to missing this. * Automated PPC plotting using matplotlib. It can be reused for other types of load balancers as well.
- Loading branch information
Showing
4 changed files
with
228 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.