GitXplorerGitXplorer
t

ps

public
25 stars
2 forks
0 issues

Commits

List of commits on branch main.
Verified
5354138ddbda6350d76da9f8c890a92b9b76467a

Merge pull request #90 from tklauser/gha-versions

ttklauser committed 3 days ago
Verified
de715d3682f9297afd4d5cc2fd0c5e258a7f5646

.github/workflows: add version comments to used actions

ttklauser committed 3 days ago
Unverified
bfdf21978f3bbe67df13c830abed6aafb3ad8d09

go.mod: bump golang.org/x/sys from 0.28.0 to 0.29.0

ddependabot[bot] committed 12 days ago
Unverified
6cc47b8daba0f4cb880a97e58672fa90e87173de

.github: Bump actions/setup-go from 5.1.0 to 5.2.0

ddependabot[bot] committed a month ago
Unverified
c525b8e3420ae5f9dd8385098ad5e2a2540e9cb3

go.mod: bump golang.org/x/sys from 0.27.0 to 0.28.0

ddependabot[bot] committed a month ago
Unverified
1a74164849dd11347e7140083a41d859e30f5801

ci: drop unsupported macos-12, add macos-15 GHA runner

ttklauser committed a month ago

README

The README file for this repository.

ps

Go Reference GitHub Action Status

Package ps provides functionality to find, list and inspect operating system processes, without using cgo or external binaries.

Supported operating systems: Linux, macOS, FreeBSD, NetBSD, OpenBSD, DragonflyBSD, Solaris/Illumos, Windows

Not all process information may be supported on all platforms. See the Go package reference for details.

This package is inspired by the github.com/mitchellh/go-ps and github.com/keybase/go-ps packages (the latter being a fork of the former). However, this package supports more operating systems, provides extended process information and uses only functionality from the Go standard libary and the golang.org/x/sys/unix and golang.org/x/sys/windows packages to retrieve information from the operating system, i.e. without using cgo or shelling out to external programs.