mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-22 10:28:12 +00:00
fixed readme and reduced batch size to 5 (#22)
Co-authored-by: Alex Haiut <alex@up9.com>
This commit is contained in:
parent
ef02403237
commit
29407729cf
@ -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
|
||||
|
||||
|
@ -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 $$
|
||||
|
Loading…
Reference in New Issue
Block a user