Documentation ¶
Index ¶
- Constants
- func Conngrep(pid int) int
- func Cpugrep(pid int) string
- func FGroup(n int) string
- func Filegrep(pid int) int
- func LPad(n int, v string) string
- func Logo() string
- func Memgrep(pid int) int
- func PidgrepActive(pid int) bool
- func Pidgrepstatus(pid int) string
- func Shellout(command string) (string, string, error)
- func Threadgrep(pid int) int
- func Watch(pid int, seconds ...int)
- type SpinnerAnim
Constants ¶
View Source
const ShellToUse = "bash"
View Source
const Version = "v0.1.4"
Variables ¶
This section is empty.
Functions ¶
func PidgrepActive ¶ added in v0.1.2
func Pidgrepstatus ¶ added in v0.1.2
func Threadgrep ¶
Types ¶
type SpinnerAnim ¶ added in v0.1.2
type SpinnerAnim struct {
// contains filtered or unexported fields
}
func NewSpinnerAnim ¶ added in v0.1.2
func NewSpinnerAnim() *SpinnerAnim
func (*SpinnerAnim) Next ¶ added in v0.1.2
func (b *SpinnerAnim) Next() string
Source Files ¶
Click to show internal directories.
Click to hide internal directories.