aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-12-28 12:19:44 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-12-28 12:19:44 -0500
commite9843593cbf107de641801bd9871c357e967dc99 (patch)
tree1f03b0d93178b9605c73e05c2ccf66a8945fe4b9 /README.md
parentnettrace/netlock (diff)
downloadfirejail-e9843593cbf107de641801bd9871c357e967dc99.tar.gz
firejail-e9843593cbf107de641801bd9871c357e967dc99.tar.zst
firejail-e9843593cbf107de641801bd9871c357e967dc99.zip
nettrace
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index b16b55d6a..e52a02d34 100644
--- a/README.md
+++ b/README.md
@@ -296,6 +296,24 @@ INTRUSION DETECTION SYSTEM (IDS)
296 as it contains running processes. 296 as it contains running processes.
297````` 297`````
298 298
299### Network Monitor
300`````
301 --nettrace=name|pid
302 Monitor TCP and UDP traffic coming into the sandbox specified by
303 name or pid. Only networked sandboxes created with --net are
304 supported.
305
306 $ firejail --nettrace=browser
307 9.9.9.9:53 => 192.168.1.60 UDP: 122 B/sec
308 72.21.91.29:80 => 192.168.1.60 TCP: 257 B/sec
309 80.92.126.65:123 => 192.168.1.60 UDP: 25 B/sec
310 69.30.241.50:443 => 192.168.1.60 TCP: 88 KB/sec
311 140.82.112.4:443 => 192.168.1.60 TCP: 1861 B/sec
312
313 (14 streams in the last one minute)
314
315`````
316
299### Profile Statistics 317### Profile Statistics
300 318
301A small tool to print profile statistics. Compile and install as usual. The tool is installed in /usr/lib/firejail directory. 319A small tool to print profile statistics. Compile and install as usual. The tool is installed in /usr/lib/firejail directory.