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