linuxkerneltravel / lmp

Licence: Apache-2.0 license
LMP is a supermarket

Programming Languages

c
50402 projects - #5 most used programming language
go
31211 projects - #10 most used programming language
python
139335 projects - #7 most used programming language
Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to lmp

uprobe-http-tracer
uprobe-based HTTP tracer for Go binaries
Stars: ✭ 45 (-80.26%)
Mutual labels:  ebpf, bcc
Bpftrace
High-level tracing language for Linux eBPF
Stars: ✭ 4,526 (+1885.09%)
Mutual labels:  ebpf, bcc
sockdump
Dump unix domain socket traffic with bpf
Stars: ✭ 160 (-29.82%)
Mutual labels:  ebpf, bcc
bpfbox
🐝 BPFBox 📦 Exploring process confinement in eBPF
Stars: ✭ 93 (-59.21%)
Mutual labels:  ebpf, bcc
el7-bpf-specs
RPM specs for building bpf related tools on CentOS 7
Stars: ✭ 38 (-83.33%)
Mutual labels:  ebpf, bcc
rbbcc
BCC port for MRI - this is unofficial bonsai project.
Stars: ✭ 45 (-80.26%)
Mutual labels:  ebpf, bcc
ovs-ebpf
No description or website provided.
Stars: ✭ 34 (-85.09%)
Mutual labels:  ebpf
cilium-cli
CLI to install, manage & troubleshoot Kubernetes clusters running Cilium
Stars: ✭ 162 (-28.95%)
Mutual labels:  ebpf
swoll
an experimental suite of applications and APIs for monitoring kernel-level activity on a live Kubernetes cluster
Stars: ✭ 66 (-71.05%)
Mutual labels:  ebpf
ebpfkit
ebpfkit is a rootkit powered by eBPF
Stars: ✭ 472 (+107.02%)
Mutual labels:  ebpf
iovisor-ovn
IOVisor OVN integration
Stars: ✭ 62 (-72.81%)
Mutual labels:  ebpf
KubeArmor
Cloud-native Runtime Security Enforcement System
Stars: ✭ 434 (+90.35%)
Mutual labels:  ebpf
merbridge
Use eBPF to speed up your Service Mesh like crossing an Einstein-Rosen Bridge.
Stars: ✭ 469 (+105.7%)
Mutual labels:  ebpf
ilogtail
Fast and Lightweight Observability Data Collector
Stars: ✭ 1,035 (+353.95%)
Mutual labels:  ebpf
redcanary-ebpf-sensor
Red Canary's eBPF Sensor
Stars: ✭ 52 (-77.19%)
Mutual labels:  ebpf
parca-agent
eBPF based always-on profiler auto-discovering targets in Kubernetes and systemd, zero code changes or restarts needed!
Stars: ✭ 250 (+9.65%)
Mutual labels:  ebpf
ebpfpub
ebpfpub is a generic function tracing library for Linux that supports tracepoints, kprobes and uprobes.
Stars: ✭ 86 (-62.28%)
Mutual labels:  ebpf
ebpfkit-monitor
ebpfkit-monitor is a tool that detects and protects against eBPF powered rootkits
Stars: ✭ 80 (-64.91%)
Mutual labels:  ebpf
eBPF-for-Ghidra
eBPF Processor for Ghidra
Stars: ✭ 157 (-31.14%)
Mutual labels:  ebpf
ipftrace
[Deplicated] Now we have more sophisticated (and compact) implementation in ipftrace2 repository. Please check it as well.
Stars: ✭ 60 (-73.68%)
Mutual labels:  ebpf

Linux Microscope (LMP)

LMP 项目目标:

  1. 面向 eBPF 初学者和爱好者,提供 eBPF 学习资料、程序/项目案例,构建 eBPF 学习社区
  2. 成为 eBPF 想象力集散地,我们相信每一位 eBPF 初学者和爱好者都有无限的想象力,一个想法、一段话甚至是一个问题都是你发挥想象力的方式
  3. 孵化 eBPF 想法、相关工具、项目

为实现我们的目标,目前 LMP 提供三个子项目,正在建设中,欢迎各位的建议 ^ ^

LMP 子项目:

一句话介绍
eBPF 超级市场 eBPF_Supermarket 存放 eBPF 好点子,没有任何限制,可以是一篇文档,一段代码,也可以是一个工具,一个项目
eBPF 可视化观测 eBPF_Visualization 为 eBPF 程序管理而开发的 web 管理系统,聚焦eBPF数据可视化和内核可视化。
eBPF 学习资料 eBPF_Documentation 社区收集、梳理和原创的 eBPF 相关资料和文档

eBPF_Supermarket:eBPF超级市场

旨在收集各种 eBPF 的好点子,一个想法、一篇文章、一段代码、一个工具、一个项目,都可以是你开始 eBPF 之旅的起点:

  1. 没有任何限制;
  2. 我们希望你的 pr 有相对完整的结构,如果是代码或项目形式,需要提供 README 以便于他人快速理解你的想法;

更多说明请查看 eBPF_Supermarket 仓库的 README

eBPF_Visualization:eBPF可视化观测

为 eBPF 程序管理而开发的 web 管理系统,聚焦eBPF数据可视化和内核可视化,

项目目标如下:

  1. 管理 eBPF 组件;
  2. 快速便捷地实时展示 Linux 系统性能数据;
  3. 可视化展示应用/进程从用户态到内核态执行链路;

项目采用前后端分离开发方式,整体由 Web 应用和服务端应用组成。

更多说明请查看 eBPF_admin 仓库的 README

eBPF_Documentation:eBPF学习资料

本仓库存放 eBPF 和 LMP 相关文档,为大家提供学习指引,规划类别如下:

  1. eBPF 入门文档;
  2. eBPF 学习清单;
  3. eBPF 详细学习资料;
  4. eBPF 编程技巧;
  5. LMP 下子项目说明、部署、开发文档;

目前文档主要类别如下:

  1. LMP 项目的说明文档,包括项目说明、部署、开发文档等;
  2. eBPF 相关的外文翻译,收集经典的国外文献,进行翻译,供大家参考;
  3. eBPF 的其他类文档;

更多说明请查看 eBPF_Docs 仓库的 README

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].