Skip to content

guallo/memory-monitor-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memory-monitor-cli

To install:

$ pip3 install memory-monitor-cli

Monitor the memory with a time window of 1 minute (m) and refresh each second (60 times per minute):

$ mm-cli run --time-window 1 --time-unit m --frequency 60

Streaming to a file...

$ mm-cli run --time-window 1 --time-unit m --frequency 60 --stream-to-file memory-usage.gz

and (maybe later) show the stream:

$ mm-cli show --stream-from-file memory-usage.gz

About

Memory Monitor CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages