We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

gobpf - utilizing eBPF from Go

Formale Metadaten

Titel
gobpf - utilizing eBPF from Go
Serientitel
Anzahl der Teile
611
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache
Produktionsjahr2017

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
eBPF is a Linux in-kernel virtual machine that is used for tracing kernelfunctions, networking, performance analysis and more. In this talk I will givean introduction into eBPF and gobpf, a new library under the IO Visor Project,and show how gobpf can be used to access and utilize eBPF features from Goprograms. We will also look at the design of gobpf and its use of the bccframework and Cgo.