Skip to content
/ mntr Public

Monitor process (and subprocesses if any) mem and cpu usage

Notifications You must be signed in to change notification settings

slw287r/mntr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitor process and its supprocesses' MEM and CPU Usage

  • MEM: RSS and SHR in g
  • CPU: Total in %

Requirements

  • Linux OS
  • procps

Usage

  • by process name
mntr <cmd_name>
  • by process pid
mntr <process_pid>
  • by run a program
mntr <cmd> <args> ...

Demo

t_hero