mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-07-13 10:29:54 +00:00
fixed readme and reduced batch size to 5 (#22)
Co-authored-by: Alex Haiut <alex@up9.com>
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
# this script runs both executables and exits everything if one fails
|
||||
./apiserver -hardir /tmp/mizuhars &
|
||||
./passivetapper -i any -hardump -hardir /tmp/mizuhars -harentriesperfile 50 -targets "${TAPPED_ADDRESSES}" &
|
||||
./passivetapper -i any -hardump -hardir /tmp/mizuhars -harentriesperfile 5 -targets "${TAPPED_ADDRESSES}" &
|
||||
wait -n
|
||||
pkill -P $$
|
||||
|
||||
Reference in New Issue
Block a user