goprocess

package
v0.3.28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 9, 2023 License: BSD-3-Clause Imports: 5 Imported by: 16

Documentation

Overview

Package goprocess reports the Go processes running on a host.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type P

type P struct {
	PID          int
	PPID         int
	Exec         string
	Path         string
	BuildVersion string
	Agent        bool
}

P represents a Go process.

func Find

func Find(pid int) (p P, ok bool, err error)

Find finds info about the process identified with the given PID.

func FindAll

func FindAll() []P

FindAll returns all the Go processes currently running on this host.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL