kubeshark / tracer

The kernel tracer that attaches eBPF probes to containers for capturing TLS traffic
GNU General Public License v3.0
12 stars 6 forks source link

introduce unixsocket interface, increase chunks buffer size #31

Closed iluxa closed 5 months ago

iluxa commented 5 months ago

New packet exporter is introduced to resolve https://github.com/kubeshark/tracer/issues/25 unix socket file name in data directory is tls.unix supports up to 10 clients

each message is joined header(counter and timestamp, each uint64) with folowing ethernet frame

increased chunks buffer size to have more appropriate jitter in tracer, this increase tracer memory consuming by 150Mbytes