aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firemon.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-03-21 08:56:54 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-03-21 08:56:54 -0400
commit57ffc35a8e0264507118b9839a499375f416260c (patch)
tree7f406d1be0674ee964c300910f10480c68191708 /src/man/firemon.txt
parentMerge pull request #1820 from g3ngr33n/master (diff)
downloadfirejail-57ffc35a8e0264507118b9839a499375f416260c.tar.gz
firejail-57ffc35a8e0264507118b9839a499375f416260c.tar.zst
firejail-57ffc35a8e0264507118b9839a499375f416260c.zip
added sandbox name support in firemon
Diffstat (limited to 'src/man/firemon.txt')
-rw-r--r--src/man/firemon.txt22
1 files changed, 9 insertions, 13 deletions
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.
50Print seccomp configuration for each sandbox. 50Print seccomp configuration for each sandbox.
51.TP 51.TP
52\fB\-\-top 52\fB\-\-top
53Monitor the most CPU-intensive sandboxes. 53Monitor the most CPU-intensive sandboxes. This command is similar to
54the regular UNIX top command, however it applies only to sandboxes.
54.TP 55.TP
55\fB\-\-tree 56\fB\-\-tree
56Print a tree of all sandboxed processes. 57Print a tree of all sandboxed processes.
@@ -63,19 +64,11 @@ Print program version and exit.
63Print X11 display number. 64Print X11 display number.
64 65
65.PP 66.PP
66Option \-\-list prints a list of all sandboxes. The format 67The format for each listed sandbox entry is as follows:
67for each entry is as follows:
68 68
69 PID:USER:Command 69 PID:USER:Sandbox Name:Command
70 70
71Option \-\-tree prints the tree of processes running in the sandbox. The format 71Listed below are the available fields (columns) in various firemon commands in alphabetical order:
72for each process entry is as follows:
73
74 PID:USER:Command
75
76Option \-\-top is similar to the UNIX top command, however it applies only to
77sandboxes. Listed below are the available fields (columns) in alphabetical
78order:
79 72
80.TP 73.TP
81Command 74Command
@@ -95,6 +88,9 @@ RES
95Resident Memory Size (KiB), sandbox non-swapped physical memory. 88Resident Memory Size (KiB), sandbox non-swapped physical memory.
96It is a sum of the RES values for all processes running in the sandbox. 89It is a sum of the RES values for all processes running in the sandbox.
97.TP 90.TP
91Sandbox Name
92The name of the sandbox, if any.
93.TP
98SHR 94SHR
99Shared Memory Size (KiB), it reflects memory shared with other 95Shared Memory Size (KiB), it reflects memory shared with other
100processes. It is a sum of the SHR values for all processes running 96processes. It is a sum of the SHR values for all processes running
@@ -103,7 +99,7 @@ in the sandbox, including the controlling process.
103Uptime 99Uptime
104Sandbox running time in hours:minutes:seconds format. 100Sandbox running time in hours:minutes:seconds format.
105.TP 101.TP
106User 102USER
107The owner of the sandbox. 103The owner of the sandbox.
108 104
109.SH LICENSE 105.SH LICENSE