Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 370 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 370 Bytes

dspcap

A humble bash script set that uses daemonset to capture tcpdump from all k8s nodes, then collect the captures.

How to use

As simple as:

  1. Call dspcap-start script to start capture.
  2. Call dspcap-stop script to stop capture and collect result to dspcap directory.

Finetune tcpdump command

Currently modify the dspcap-start script directly.