Graph ps
output over time w/ Plotly
python
pip
git clone https://github.com/scottx611x/ps_grapher.git
cd ps_grapher && pip install -r requirements.txt
python tests.py
pyhton ps_grapher.py
- Running this will, by default, create an html file in the current working directory called:
PsGrapher.html
, and update the embeddedplotly
graph every minute with info from the top 10 memory hogging processes.
- I was motivated to make this after having trouble debugging a finnicky memory leak that wasn't easy to catch through normal logging practices.