Per-Process Analysis
These tools are process oriented and use counters that the kernel maintains Per-Process
ps- show process status, various process statistics, including memory and CPU usagetop- Show top processes, sorted by CPU usage or another statisticspmap- List process memory segments with usage statistics
These tools typically read statistics from the /proc ephemeral file-system.