prc

package module
v0.0.0-...-f899739 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2023 License: BSD-3-Clause Imports: 0 Imported by: 0

README

 ___ ___ ___ 
| . |  _|  _|
|  _|_| |___| 
|_|          

Package prc parses procfs files on Linux systems.

go get -u gitlab.com/nzv/prc

For guides and reference materials about prc, see the documentation.

Documentation

Overview

Package prc parses procfs files on Linux systems.

It's important to note that each go file in the project is specifically configured to build exclusively for Linux. In the event that the GOOS variable is set to a value other than "linux" during interactions with the "go build" command, accessibility to the functions in this package might be restricted due to the platform constraint.

Index

Constants

This section is empty.

Variables

View Source
var Root = "/proc"

Root is the default path for the "/proc" directory. It is a basic raw string that represents the root path without undergoing additional checks, such as whether it is mounted.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package kernel provides kernel info functions.
Package kernel provides kernel info functions.

Jump to

Keyboard shortcuts

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