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

Scan only required symbols for golang applications during disassembly #33

Closed iluxa closed 4 months ago

iluxa commented 4 months ago

Yet another performance improvement - doesn't disassembly all the symbols in golang application, only required ones

Startup improvement on empty terraform cluster is more than 5 times (only prometheus is installed as a golang app)