mirror of
https://github.com/inspec/inspec
synced 2024-11-24 05:33:17 +00:00
7451917223
For larger processes, Busybox's ps displays the vsz and rss columns in megabytes or gigabytes, with no option I've found to override the behavior. This change updates the process regex to account for that and converts the values to kilobytes so they can still be cast as integers. Signed-off-by: Jonathan Hartman <j@hartman.io>
8 lines
228 B
Text
8 lines
228 B
Text
BusyBox v1.28.1 (2018-06-08 10:27:33 UTC) multi-call binary.
|
|
|
|
Usage: ps [-o COL1,COL2=HEADER] [-T]
|
|
|
|
Show list of processes
|
|
|
|
-o COL1,COL2=HEADER Select columns for display
|
|
-T Show threads
|