aboutsummaryrefslogtreecommitdiffstats
path: root/src/man/firemon.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-08 19:12:30 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-08 19:12:30 -0400
commit1379851360349d6617ad32944a25ee5e2bb74fc2 (patch)
treef69b48e90708bfa3c2723d5a27ed3e024c827b43 /src/man/firemon.txt
parentdelete files (diff)
downloadfirejail-1379851360349d6617ad32944a25ee5e2bb74fc2.tar.gz
firejail-1379851360349d6617ad32944a25ee5e2bb74fc2.tar.zst
firejail-1379851360349d6617ad32944a25ee5e2bb74fc2.zip
Baseline firejail 0.9.28
Diffstat (limited to 'src/man/firemon.txt')
-rw-r--r--src/man/firemon.txt107
1 files changed, 107 insertions, 0 deletions
diff --git a/src/man/firemon.txt b/src/man/firemon.txt
new file mode 100644
index 000000000..b6010f46e
--- /dev/null
+++ b/src/man/firemon.txt
@@ -0,0 +1,107 @@
1.TH man 1 "MONTH YEAR" "VERSION" "firemon man page"
2.SH NAME
3Firemon \- Monitoring program for processes started in a Firejail sandbox.
4.SH SYNOPSIS
5firemon [OPTIONS] [PID]
6.SH DESCRIPTION
7Firemon monitors programs started in a Firejail sandbox.
8Without a PID specified, all processes started by Firejail are monitored. Descendants of
9these processes are also being monitored.
10.SH OPTIONS
11.TP
12\fB\-\-arp
13Print ARP table for each sandbox.
14.TP
15\fB\-\-caps
16Print capabilities configuration for each sandbox.
17.TP
18\fB\-\-cgroup
19Print control group information for each sandbox.
20.TP
21\fB\-\-cpu
22Print CPU affinity for each sandbox.
23.TP
24\fB\-?\fR, \fB\-\-help\fR
25Print options end exit.
26.TP
27\fB\-\-interface
28Print network interface information for each sandbox.
29.TP
30\fB\-\-list
31List all sandboxes.
32.TP
33\fB\-\-name=name
34Print information only about named sandbox.
35.TP
36\fB\-\-netstats
37Monitor network statistics for sandboxes creating a new network namespace.
38.TP
39\fB\-\-route
40Print route table for each sandbox.
41.TP
42\fB\-\-seccomp
43Print seccomp configuration for each sandbox.
44.TP
45\fB\-\-top
46Monitor the most CPU-intensive sandboxes.
47.TP
48\fB\-\-tree
49Print a tree of all sandboxed processes.
50.TP
51\fB\-\-version
52Print program version and exit.
53
54.PP
55Option \-\-list prints a list of all sandboxes. The format
56for each entry is as follows:
57
58 PID:USER:Command
59
60Option \-\-tree prints the tree of processes running in the sandbox. The format
61for each process entry is as follows:
62
63 PID:USER:Command
64
65Option \-\-top is similar to the UNIX top command, however it applies only to
66sandboxes. Listed below are the available fields (columns) in alphabetical
67order:
68
69.TP
70Command
71Command used to start the sandbox.
72.TP
73CPU%
74CPU usage, the sandbox share of the elapsed CPU time since the
75last screen update
76.TP
77PID
78Unique process ID for the task controlling the sandbox.
79.TP
80Prcs
81Number of processes running in sandbox, including the controlling process.
82.TP
83RES
84Resident Memory Size (KiB), sandbox non-swapped physical memory.
85It is a sum of the RES values for all processes running in the sandbox.
86.TP
87SHR
88Shared Memory Size (KiB), it reflects memory shared with other
89processes. It is a sum of the SHR values for all processes running
90in the sandbox, including the controlling process.
91.TP
92Uptime
93Sandbox running time in hours:minutes:seconds format.
94.TP
95User
96The owner of the sandbox.
97
98.SH LICENSE
99This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
100.PP
101Homepage: http://firejail.sourceforge.net
102.SH SEE ALSO
103\&\flfirejail\fR\|(1),
104\&\flfirejail-profile\fR\|(5),
105\&\flfirejail-login\fR\|(5)
106
107