From 29407729cf1a617fc1568264bb3fd2cf89be2957 Mon Sep 17 00:00:00 2001 From: Alex Haiut Date: Thu, 29 Apr 2021 18:44:21 +0300 Subject: [PATCH] fixed readme and reduced batch size to 5 (#22) Co-authored-by: Alex Haiut --- README.md | 2 +- api/scripts/multi-runner.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e1fe3d25..efbcc082c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ standalone web app traffic viewer for Kubernetes Download `mizu` for your platform as * for MacOS - `curl -o mizu https://static.up9.com/mizu/mizu-darwin-amd64 && chmod 755 mizu` -* for Linux - `curl -o mizu https://static.up9.com/mizu/mizu-linux-amd64 && chmod 755 mizu +* for Linux - `curl -o mizu https://static.up9.com/mizu/mizu-linux-amd64 && chmod 755 mizu` ## Run diff --git a/api/scripts/multi-runner.sh b/api/scripts/multi-runner.sh index 172b42342..41d5697bc 100755 --- a/api/scripts/multi-runner.sh +++ b/api/scripts/multi-runner.sh @@ -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 $$