linux-inspect

module
v0.0.0-...-a492bfc Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2018 License: Apache-2.0

README

linux-inspect

Go Report Card Build Status Build Status Godoc

linux-inspect implements various Linux inspecting utilities.

go get -v github.com/gyuho/linux-inspect/cmd/linux-inspect
Usage:
  linux-inspect [command]

Available Commands:
  ds          Inspects '/proc/diskstats'
  ns          Inspects '/proc/net/dev'
  ps          Inspects '/proc/$PID/status', 'top' command output
  ss          Inspects '/proc/net/tcp,tcp6'

Directories

Path Synopsis
cmd
generate-df
generate-df generates 'df' struct based on the schema.
generate-df generates 'df' struct based on the schema.
generate-etc
generate-etc generates 'etc' struct based on the schema.
generate-etc generates 'etc' struct based on the schema.
generate-proc
generate-proc generates proc struct based on the schema.
generate-proc generates proc struct based on the schema.
generate-top
generate-top generates 'top' struct based on the schema.
generate-top generates 'top' struct based on the schema.
linux-inspect
linux-inspect inspects Linux processes, sockets (ps, ss, netstat).
linux-inspect inspects Linux processes, sockets (ps, ss, netstat).
Package df wraps Unix 'df' command.
Package df wraps Unix 'df' command.
Package etc represents Linux '/etc'.
Package etc represents Linux '/etc'.
Package inspect inspects '/proc/*'.
Package inspect inspects '/proc/*'.
pkg
fileutil
Package fileutil implements file utilities.
Package fileutil implements file utilities.
timeutil
Package timeutil implements time utilities.
Package timeutil implements time utilities.
Package proc represents Linux '/proc'.
Package proc represents Linux '/proc'.
Package schema represents linux-inspect schema.
Package schema represents linux-inspect schema.
Package top wraps Linux 'top' command.
Package top wraps Linux 'top' command.

Jump to

Keyboard shortcuts

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