diff --git a/Base/usr/share/man/man1/top.md b/Base/usr/share/man/man1/top.md new file mode 100644 index 0000000000..f5076d0ad5 --- /dev/null +++ b/Base/usr/share/man/man1/top.md @@ -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]