From aff2cb2d940274cccb863cd476c0a99b9ea6e0fc Mon Sep 17 00:00:00 2001 From: Gerard Wagener Date: Fri, 5 Apr 2019 22:15:36 +0200 Subject: [PATCH] chg: [pibs] Gave some addional examples --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 3a4cdba..2eacece 100644 --- a/README.md +++ b/README.md @@ -55,3 +55,15 @@ pibs -n -i myinstance.shm Create a shared memory and store the segment identifier in the file myinstance.shm + +pibs -r pcapfile.cap.gz -a -i instance.shm + +Read pcapfile.cap.gz identify potential backscatter and store it in the +shared memory segment with the identifier stored in the file instance.shm. +The previous states are taken into account. + +pibs -i instance.shm -a -s + +Display the usage of the internal hash table from the shared memory segment +specified in the file instance.shm. This command can be executed in parallel +while another pibs instance is filling it.