Skip to content

hatamiarash7/ebpf-process-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Monitoring Using eBPF

It's a simple process monitoring tool using eBPF. The initial idea was taken from this article and developed into a more complete version.

sc

Requirements

How-To

Install required packages

go install github.com/cilium/ebpf/cmd/bpf2go@latest

Build the project

make build

Run the binary with root privileges

sudo ./monitor

Contributing 🤝

Don't be shy and reach out to us if you want to contribute 😉

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request

Issues 🐛

Each project may have many problems. Contributing to the better development of this project by reporting them. 👍