SkillAgentSearch skills...

L0la

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.

Install / Use

/learn @simonmittag/L0la

README

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

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated2mo ago
Forks2

Languages

Go

Security Score

95/100

Audited on Jan 31, 2026

No findings