package
1.7.0
Repository: https://github.com/trinet2005/oss-admin-go.git
Documentation: pkg.go.dev

# Functions

GetEntries reads and parses all the cgroup entries for a given process.
GetMemoryLimit - Fetches cgroup memory limit either from a file path at '/sys/fs/cgroup/memory', if path fails then fallback to querying cgroup manager.

# Type aliases

CGEntries - represents all the entries in a process cgroup file at /proc/<pid>/cgroup as key value pairs.