type github.com/prometheus/procfs.NetUnix
13 uses
github.com/prometheus/procfs (current package)
net_unix.go#L80: type NetUnix struct {
net_unix.go#L85: func NewNetUnix() (*NetUnix, error) {
net_unix.go#L95: func (fs FS) NewNetUnix() (*NetUnix, error) {
net_unix.go#L101: func NewNetUnixByPath(path string) (*NetUnix, error) {
net_unix.go#L112: func NewNetUnixByReader(reader io.Reader) (*NetUnix, error) {
net_unix.go#L113: nu := &NetUnix{
net_unix.go#L141: func (u *NetUnix) parseLine(line string, hasInode bool, minFieldsCnt int) (*NetUnixLine, error) {
net_unix.go#L199: func (u NetUnix) parseKernelPtr(str string) (string, error) {
net_unix.go#L206: func (u NetUnix) parseUsers(hexStr string) (uint64, error) {
net_unix.go#L210: func (u NetUnix) parseType(hexStr string) (NetUnixType, error) {
net_unix.go#L218: func (u NetUnix) parseFlags(hexStr string) (NetUnixFlags, error) {
net_unix.go#L226: func (u NetUnix) parseState(hexStr string) (NetUnixState, error) {
net_unix.go#L234: func (u NetUnix) parseInode(inodeStr string) (uint64, error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |