Skip to content

thehxdev/rssplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSSPlot

Simple Python program to monitor a PID's VmRSS in time intervals and output them as a plot.

Dependencies

Just install matplotlib:

python3 -m venv .venv
source .venv/bin/activate
pip install -U matplotlib

About

Monitor VmRSS of a PID and save that in a PNG plot

Resources

Stars

Watchers

Forks

Languages