Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pass in a PID ? #1

Open
gedw99 opened this issue Apr 3, 2023 · 2 comments
Open

pass in a PID ? #1

gedw99 opened this issue Apr 3, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@gedw99
Copy link

gedw99 commented Apr 3, 2023

Is there a way to give it a PID on the cli ?

@zosmac
Copy link
Owner

zosmac commented Apr 5, 2023

This is a good suggestion. I can add a -pids pid[,pid...] parameter. Currently, the gomon command uses Graphviz dot to render a process graph as SVG for display in a browser (e.g. http://localhost:1234/gomon), and selecting a process node will tunnel to that one. (e.g http://localhost:1234/gomon?pid=567)

@zosmac zosmac self-assigned this Apr 8, 2023
@zosmac zosmac added the enhancement New feature or request label Apr 8, 2023
zosmac pushed a commit that referenced this issue Apr 8, 2023
@zosmac
Copy link
Owner

zosmac commented Apr 8, 2023

I have pushed an update to add a -pids flag to gotree. It takes a comma separated list of pids.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants