Skip to content

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.

License

simonmittag/l0la

Repository files navigation

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.

Circleci Builds Github Issues Github Activity
Codeclimate Maintainability Codeclimate Test Coverage Go Version License Version

What's New

v0.1.4

  • bugfixes for macOS Ventura

v0.1.3

  • bumped to go 1.20

Up and running

Homebrew

brew tap simonmittag/cli &&
  brew install l0la &&
  l0la 

Usage

λ l0la -h
<l0la> v0.1.3
Usage: l0la [-v] [-h] [PID]
  -h    print help
  -v    print version

Samples

Monitor a process by pid

l0la $pid

Monitor a process by name

pgrep j8a | 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

About

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages