From 57ffc35a8e0264507118b9839a499375f416260c Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 21 Mar 2018 08:56:54 -0400 Subject: added sandbox name support in firemon --- src/man/firemon.txt | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'src/man/firemon.txt') diff --git a/src/man/firemon.txt b/src/man/firemon.txt index 4827bbbeb..91c59af4d 100644 --- a/src/man/firemon.txt +++ b/src/man/firemon.txt @@ -50,7 +50,8 @@ Print route table for each sandbox. Print seccomp configuration for each sandbox. .TP \fB\-\-top -Monitor the most CPU-intensive sandboxes. +Monitor the most CPU-intensive sandboxes. This command is similar to +the regular UNIX top command, however it applies only to sandboxes. .TP \fB\-\-tree Print a tree of all sandboxed processes. @@ -63,19 +64,11 @@ Print program version and exit. Print X11 display number. .PP -Option \-\-list prints a list of all sandboxes. The format -for each entry is as follows: +The format for each listed sandbox entry is as follows: - PID:USER:Command + PID:USER:Sandbox Name:Command -Option \-\-tree prints the tree of processes running in the sandbox. The format -for each process entry is as follows: - - PID:USER:Command - -Option \-\-top is similar to the UNIX top command, however it applies only to -sandboxes. Listed below are the available fields (columns) in alphabetical -order: +Listed below are the available fields (columns) in various firemon commands in alphabetical order: .TP Command @@ -95,6 +88,9 @@ RES Resident Memory Size (KiB), sandbox non-swapped physical memory. It is a sum of the RES values for all processes running in the sandbox. .TP +Sandbox Name +The name of the sandbox, if any. +.TP SHR Shared Memory Size (KiB), it reflects memory shared with other processes. It is a sum of the SHR values for all processes running @@ -103,7 +99,7 @@ in the sandbox, including the controlling process. Uptime Sandbox running time in hours:minutes:seconds format. .TP -User +USER The owner of the sandbox. .SH LICENSE -- cgit v1.2.3-54-g00ecf