mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Base: Add man page for top
This commit is contained in:
parent
56301688e4
commit
dab991284f
Notes:
sideshowbarker
2024-07-16 20:44:03 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/dab991284f Pull-request: https://github.com/SerenityOS/serenity/pull/18803
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…
Reference in a new issue