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 --route
50 Print route table for each sandbox.
51
52 --seccomp
53 Print seccomp configuration for each sandbox.
54
55 --top Monitor the most CPU-intensive sandboxes. This command is simi‐
56 lar to the regular UNIX top command, however it applies only to
57 sandboxes.
58
59 --tree Print a tree of all sandboxed processes.
60
61 --version
62 Print program version and exit.
63
64 --wrap Enable line wrapping in terminals. By default the lines are
65 trimmed.
66
67 --x11 Print X11 display number.
68
69
70 The format for each listed sandbox entry is as follows:
71
72 PID:USER:Sandbox Name:Command
73
74 Listed below are the available fields (columns) in various firemon com‐
75 mands in alphabetical order:
76
77
78 Command
79 Command used to start the sandbox.
80
81 CPU% CPU usage, the sandbox share of the elapsed CPU time since the
82 last screen update
83
84 PID Unique process ID for the task controlling the sandbox.
85
86 Prcs Number of processes running in sandbox, including the control‐
87 ling process.
88
89 RES Resident Memory Size (KiB), sandbox non-swapped physical memory.
90 It is a sum of the RES values for all processes running in the
91 sandbox.
92
93 Sandbox Name
94 The name of the sandbox, if any.
95
96 SHR Shared Memory Size (KiB), it reflects memory shared with other
97 processes. It is a sum of the SHR values for all processes run‐
98 ning in the sandbox, including the controlling process.
99
100 Uptime Sandbox running time in hours:minutes:seconds format.
101
102 USER The owner of the sandbox.
103
104
106 This program is free software; you can redistribute it and/or modify it
107 under the terms of the GNU General Public License as published by the
108 Free Software Foundation; either version 2 of the License, or (at your
109 option) any later version.
110
111 Homepage: https://firejail.wordpress.com
112
114 firejail(1), firecfg(1), firejail-profile(5), firejail-login(5) fire‐
115 jail-users(5)
116
117
118
1190.9.64 Oct 2020 FIREMON(1)