l0la is a simple cli utility that combines the output of lsof
, ps
and netstat
to continuously monitor cpu,
threads, files, network connections of your process for debugging purposes.
- bugfixes for macOS Ventura
- bumped to go 1.20
brew tap simonmittag/cli &&
brew install l0la &&
l0la
λ l0la -h
<l0la> v0.1.3
Usage: l0la [-v] [-h] [PID]
-h print help
-v print version
Monitor a process by pid
l0la $pid
Monitor a process by name
pgrep j8a | xargs l0la
The l0la team welcomes all contributors. Everyone interacting with the project's codebase, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct