Skip to content

A process tracer which uses ebpf to track how long each command runs and with which parameters

License

Notifications You must be signed in to change notification settings

borissmidt/proc-tracer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proc tracer

Proc tracer tracks the processes running in the system and logs the time and arg of the command.

this project uses auqa for cli tool management: https://aquaproj.github.io/

usage:

go generate ./...
sudo go run .
# for jsons logging 1 json per line
sudo go run . --json

About

A process tracer which uses ebpf to track how long each command runs and with which parameters

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages