mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:08:13 +00:00
Base: Add man page for top
This commit is contained in:
parent
56301688e4
commit
dab991284f
1 changed files with 15 additions and 0 deletions
15
Base/usr/share/man/man1/top.md
Normal file
15
Base/usr/share/man/man1/top.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## Name
|
||||||
|
|
||||||
|
top - display information about processes
|
||||||
|
|
||||||
|
## Synopsis
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ top [--delay-time secs] [--pids pid-list] [--sort-by field]
|
||||||
|
```
|
||||||
|
|
||||||
|
## Options
|
||||||
|
|
||||||
|
* `-d`, `--delay-time`: Delay time interval in seconds
|
||||||
|
* `-p`, `--pids`: A comma-separated list of pids to filter by. This option may be used multiple times.
|
||||||
|
* `-s`, `--sort-by`: Sort by field [pid, tid, pri, user, state, virt, phys, cpu, name]
|
Loading…
Add table
Add a link
Reference in a new issue