fearful-symmetry / procmon

A CLI tool to monitor process actvitity on Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Procmon

procmon is a CLI tool to view linux process events (fork, exit, etc) in real-time

This is WIP. There will be more here soon.

Building and running

procmon uses modules for dependency management. This means you need at least go 1.11.

$ git clone github.com/fearful-symmetry/procmon
$ cd procmon
$ go build
# the proc connector netlink socket requires root
$ sudo ./procmon

TODO

  • Add a little signal number (17 == SIGCHLD) helper
  • Colored output?

About

A CLI tool to monitor process actvitity on Linux

License:Apache License 2.0


Languages

Language:Go 100.0%