fix readme

This commit is contained in:
Alexey Avramov 2018-12-03 01:24:56 +09:00
parent d9840193a4
commit fcd3175a5f

View File

@ -127,7 +127,7 @@ Just read the description of the parameters and edit the values. Please restart
## oom-sort ## oom-sort
`oom-sort` is an additional diagnostic tool that will be installed with `nohang` package. It sorts the processes in descending order of their oom_score and also displays oom_score_adj, Uid, Pid, Name, VmRSS, VmSwap and optionally cmdline. Run `oom-sort --help` for more info. `oom-sort` is an additional diagnostic tool that will be installed with `nohang` package. It sorts the processes in descending order of their `oom_score` and also displays `oom_score_adj`, `Uid`, `Pid`, `Name`, `VmRSS`, `VmSwap` and optionally `cmdline`. Run `oom-sort --help` for more info.
Usage: Usage:
@ -155,6 +155,8 @@ oom_score oom_score_adj Uid Pid Name VmRSS VmSwap cmdline
6 0 1000 1157 wnck-applet 35 M 0 M /usr/lib/mate-panel/wnck-applet 6 0 1000 1157 wnck-applet 35 M 0 M /usr/lib/mate-panel/wnck-applet
``` ```
Kthreads and Pid 1 will not be displayed.
## oom-trigger ## oom-trigger
Interactive OOM trigger (not implemented) Interactive OOM trigger (not implemented)