mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-22 18:36:16 +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
|
Download `mizu` for your platform as
|
||||||
|
|
||||||
* for MacOS - `curl -o mizu https://static.up9.com/mizu/mizu-darwin-amd64 && chmod 755 mizu`
|
* 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
|
## Run
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
# this script runs both executables and exits everything if one fails
|
# this script runs both executables and exits everything if one fails
|
||||||
./apiserver -hardir /tmp/mizuhars &
|
./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
|
wait -n
|
||||||
pkill -P $$
|
pkill -P $$
|
||||||
|
Loading…
Reference in New Issue
Block a user