l0la is a sidecar cli utility to monitor vital stats of other processes on OSX at development
time. It combines the output of lsof
, ps
and netstat
, then monitors these values
while active.
Up and running
Homebrew
brew tap simonmittag/cli &&
brew install l0la &&
l0la
Usage
λ l0la -h
<l0la> v0.1.0
Usage: l0la [-v] [-h] [PID]
-h print help
-v print version
Examples
Monitor your node server
clear && pgrep node | xargs l0la
Contributions
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