https://github.com/simonmittag/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.
https://github.com/simonmittag/l0la
cpu cpu-monitoring file-monitor file-monitoring files memory memory-monitoring monitor monitoring thread-monitor thread-monitoring threads
Last synced: 23 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/simonmittag/l0la
- Owner: simonmittag
- License: apache-2.0
- Created: 2022-06-23T06:58:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-17T01:23:47.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T17:11:29.291Z (about 2 months ago)
- Topics: cpu, cpu-monitoring, file-monitor, file-monitoring, files, memory, memory-monitoring, monitor, monitoring, thread-monitor, thread-monitoring, threads
- Language: Go
- Homepage:
- Size: 7.91 MB
- Stars: 11
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.Md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
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.[](https://circleci.com/gh/simonmittag/l0la)
[](https://github.com/simonmittag/l0la/issues)
[](https://img.shields.io/github/commit-activity/m/simonmittag/l0la)
[](https://codeclimate.com/github/simonmittag/l0la/maintainability)
[](https://codeclimate.com/github/simonmittag/l0la/test_coverage)
[](https://img.shields.io/github/go-mod/go-version/simonmittag/l0la)
[](https://opensource.org/licenses/Apache-2.0)
[](https://github.com/simonmittag/l0la/releases/tag/v0.1.3)## 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
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](https://github.com/simonmittag/mse6/blob/master/CONTRIBUTING.md). Everyone interacting with the project's codebase, issue trackers, chat rooms and mailing lists
is expected to follow the [code of conduct](https://github.com/simonmittag/mse6/blob/master/CODE_OF_CONDUCT.md)