chg: [pibs] Gave some addional examples
parent
ffde508ef9
commit
aff2cb2d94
12
README.md
12
README.md
|
@ -55,3 +55,15 @@ pibs -n -i myinstance.shm
|
||||||
|
|
||||||
Create a shared memory and store the segment identifier in the file
|
Create a shared memory and store the segment identifier in the file
|
||||||
myinstance.shm
|
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.
|
||||||
|
|
Loading…
Reference in New Issue