DiamondLightSource / DiamondLightSource/Savu
Add a Monitoring Process "MON" to the pipeline
Open
enhancement
ready
- Dominant language
- Python
- Stars
- 43
- Forks
- 42
- PR merge metrics
- No merged PRs in 30d
Description
It can monitor the machine useage as the pipleine is running.
there is a nice python util for this
```
import psutil
psutil.cpu_percent(interval=1, percpu=True)
```
is one example, but you can also get lots of other info.
Probably makes sence to add this when we are looking at GPU processes as well
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.