1oom-sort(1) General Commands Manual oom-sort(1)
2
3
4
6 oom-sort - sort processes by oom_score
7
9 oom-sort [OPTION]...
10
12 oom-sort is script that sorts tasks by oom_score by default. oom-sort
13 is part of nohang package.
14
16 -h, --help
17 show this help message and exit
18
19 --num NUM, -n NUM
20 max number of lines; default: 99999
21
22 --len LEN, -l LEN
23 max cmdline length; default: 99999
24
25 --sort SORT, -s SORT
26 sort by unit; available units: oom_score, oom_score_adj, UID, PID,
27 Name, VmRSS, VmSwap, cmdline (optional); default unit: oom_score
28
30 Please ask any questions and report bugs at
31 <https://github.com/hakavlad/nohang/issues>.
32
34 Written by Alexey Avramov <hakavlad@gmail.com>.
35
37 Homepage is <https://github.com/hakavlad/nohang>.
38
40 psi-top(1), psi2log(1), nohang(8)
41
42
43
44 oom-sort(1)