pidstat
Show system resource usage, including CPU, memory, IO etc.
=> More information.
- Show CPU statistics at a 2 second interval for 10 times:
pidstat {2} {10}
- Show page faults and memory utilization:
pidstat -r
- Show input/output usage per process id:
pidstat -d
- Show information on a specific PID:
pidstat -p {PID}
- Show memory statistics for all processes whose command name include "fox" or "bird":
pidstat -C "{fox|bird}" -r -p ALL
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/pidstat.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 103.275521 milliseconds
- Gemini-to-HTML Time
- 0.234872 milliseconds
This content has been proxied by September (ba2dc).