- Notifications
You must be signed in to change notification settings - Fork0
Gentoo emerge Heatmap Generator
License
NotificationsYou must be signed in to change notification settings
lbarchive/GeHG
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GeHG parsesemerge.log
and generates some graphs.
# generating emerge.csv$ sudo cat /var/log/emerge.log| ./parse-emerge-log.py$ ./graph-emerge-heatmap.py# use -h for help
- Python 3
- Matplotlib
- NumPy
Anemerge run is a continuous running of one or more emerge process, and in arunning duration can have more than one emerge process running. And arunning time can be syncing, merging or unmerging.
GeHG only intends to look at any given time if emerge is running, it doesn't care of how many concurrent processes.
Licensed under the MIT License.