Skip to content

Measuring and graphing memory usage of local processes

License

Notifications You must be signed in to change notification settings

00mjk/mem_usage_ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

I'm tired of console measuring of memory usage

while true; do
ps -C <ProgramName> -o pid=,%mem=,vsz= >> /tmp/mem.log
gnuplot /tmp/show_mem.plt
sleep 1
done &

Installation

pip install mem_usage_ui

Usage

  • Run in shell: dsmyk$ mem_usage_ui
  • Go to http://localhost:8080

alt text

About

Measuring and graphing memory usage of local processes

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 44.3%
  • Vue 43.7%
  • JavaScript 9.4%
  • HTML 2.6%