add documentation for get, ps

This commit is contained in:
Sebastian Jung
2019-11-30 12:48:23 +01:00
parent fbb65cde44
commit d40aea5d0a
2 changed files with 79 additions and 0 deletions

25
docs/commands/ps.md Normal file
View File

@ -0,0 +1,25 @@
# ps
This command shows information about system processes.
Syntax: `ps`
## Example
```shell
> ps
...
━━━━┯━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━
# │ pid │ name │ status │ cpu
────┼───────┼────────────────────────────────────────────────────────────────────┼─────────┼───────────────────
5010184 │ firefox.exe │ Running │ 0.000000000000000
5111584 │ WindowsTerminal.exe │ Running │ 0.000000000000000
5211052 │ conhost.exe │ Running │ 0.000000000000000
537076 │ nu.exe │ Running │ 0.000000000000000
...
663000 │ Code.exe │ Running │ 0.000000000000000
675388 │ conhost.exe │ Running │ 0.000000000000000
686268 │ firefox.exe │ Running │ 0.000000000000000
698972 │ nu_plugin_ps.exe │ Running │ 58.00986000000000
━━━━┷━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━
```