Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zosmac/gotree
GO language based process TREE listing.
https://github.com/zosmac/gotree
golang process treeview
Last synced: about 1 month ago
JSON representation
GO language based process TREE listing.
- Host: GitHub
- URL: https://github.com/zosmac/gotree
- Owner: zosmac
- Created: 2023-02-01T04:25:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T23:56:37.000Z (9 months ago)
- Last Synced: 2024-06-20T01:57:34.627Z (7 months ago)
- Topics: golang, process, treeview
- Language: Go
- Homepage:
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to *GoTree*: *Go* language based process *Tree* listing
## Overview
The `gotree` command prints a tree listing of the processes on the system. The tree organizes the processes by parent/child relationships and lists the processes with the deepest descendents first. Each process in the listing shows the pid and the command name.
The `gotree` command accepts the following optional flags:
* `-verbose`: expands the listing of each process to include the full command path, arguments, and environment variables.
* `-pids`: limits the listing to just the branches that include processes specified by a comma separated list of pids.## Example
![Example](assets/gotree.png)
## Notices
Copyright © 2023 The Gomon Project.