mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 16:42:03 +00:00
22 lines
307 B
Plaintext
22 lines
307 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# gtop
|
|
|
|
> System monitoring dashboard for the terminal.
|
|
> More information: <https://github.com/aksakalli/gtop>.
|
|
|
|
- Show the system stats dashboard:
|
|
|
|
`gtop`
|
|
|
|
- Sort by CPU usage:
|
|
|
|
`c`
|
|
|
|
- Sort by memory usage:
|
|
|
|
`m`
|