mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-10-20 06:51:03 +00:00
Reduce delay between tap and UI - Skip dump to file (#26)
* Pass HARs between tap and api via channel. * Fixed make docker commad. * Various fixes. * Added .DS_Store to .gitignore. * Parse flags in Mizu main instead of in tap_output.go. * Use channel to pass HAR by default instead of files.
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
./mizuagent -i any -hardump -hardir /tmp/mizuhars -harentriesperfile 5 -targets ${TAPPED_ADDRESSES}
|
||||
./mizuagent -i any -hardump -targets ${TAPPED_ADDRESSES}
|
||||
|
Reference in New Issue
Block a user