https://github.com/zosmac/gotree
GO language based process TREE listing.
https://github.com/zosmac/gotree
golang process treeview
Last synced: 8 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T13:01:33.000Z (11 months ago)
- Last Synced: 2025-03-22T06:12:49.371Z (11 months ago)
- Topics: golang, process, treeview
- Language: Go
- Homepage:
- Size: 1.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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 descendants 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

## Notices
Copyright © 2023 The Gomon Project.