8000 GitHub - simonmittag/l0la at v0.1.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

Notifications You must be signed in to change notification settings

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 Activity
Go Version License Version

What's New

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

Languages

0