nushell/docs/commands/ps.md

25 lines
2.1 KiB
Markdown

# 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
━━━━┷━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━
```