1FIREMON(1) firemon man page FIREMON(1)
2
3
4
6 Firemon - Monitoring program for processes started in a Firejail sand‐
7 box.
8
10 firemon [OPTIONS] [PID]
11
13 Firemon monitors programs started in a Firejail sandbox. Without a PID
14 specified, all processes started by Firejail are monitored. Descendants
15 of these processes are also being monitored. On Grsecurity systems only
16 root user can run this program.
17
19 --apparmor
20 Print AppArmor confinement status for each sandbox.
21
22 --arp Print ARP table for each sandbox.
23
24 --caps Print capabilities configuration for each sandbox.
25
26 --cgroup
27 Print control group information for each sandbox.
28
29 --cpu Print CPU affinity for each sandbox.
30
31 --debug
32 Print debug messages
33
34 -?, --help
35 Print options end exit.
36
37 --interface
38 Print network interface information for each sandbox.
39
40 --list List all sandboxes.
41
42 --name=name
43 Print information only about named sandbox.
44
45 --netstats
46 Monitor network statistics for sandboxes creating a new network
47 namespace.
48
49 --nowrap
50 Enable line wrapping in terminals. By default the lines are
51 trimmed.
52
53 --route
54 Print route table for each sandbox.
55
56 --seccomp
57 Print seccomp configuration for each sandbox.
58
59 --top Monitor the most CPU-intensive sandboxes. This command is simi‐
60 lar to the regular UNIX top command, however it applies only to
61 sandboxes.
62
63 --tree Print a tree of all sandboxed processes.
64
65 --version
66 Print program version and exit.
67
68
69 --x11 Print X11 display number.
70
71
72 The format for each listed sandbox entry is as follows:
73
74 PID:USER:Sandbox Name:Command
75
76 Listed below are the available fields (columns) in various firemon com‐
77 mands in alphabetical order:
78
79
80 Command
81 Command used to start the sandbox.
82
83 CPU% CPU usage, the sandbox share of the elapsed CPU time since the
84 last screen update
85
86 PID Unique process ID for the task controlling the sandbox.
87
88 Prcs Number of processes running in sandbox, including the control‐
89 ling process.
90
91 RES Resident Memory Size (KiB), sandbox non-swapped physical memory.
92 It is a sum of the RES values for all processes running in the
93 sandbox.
94
95 Sandbox Name
96 The name of the sandbox, if any.
97
98 SHR Shared Memory Size (KiB), it reflects memory shared with other
99 processes. It is a sum of the SHR values for all processes run‐
100 ning in the sandbox, including the controlling process.
101
102 Uptime Sandbox running time in hours:minutes:seconds format.
103
104 USER The owner of the sandbox.
105
106
108 This program is free software; you can redistribute it and/or modify it
109 under the terms of the GNU General Public License as published by the
110 Free Software Foundation; either version 2 of the License, or (at your
111 option) any later version.
112
113 Homepage: https://firejail.wordpress.com
114
116 firejail(1), firecfg(1), firejail-profile(5), firejail-login(5) fire‐
117 jail-users(5)
118
119
120
1210.9.62 Feb 2020 FIREMON(1)