Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosysstat

Uses

Simple CLI for reading stats from the /proc filesystem on Linux. Uses https://github.com/ossareh/libgosysstat

Mental Model

 +------+
 | main |
 +------+
    |
    |-- fileHandle = os.Open("/proc/<supported target>")
    |-- core.StatProcessor(
    |     supportedTarget.NewProcessor(fileHandle),
    |     chan
    |   )
    |
 +-----------------+
 | resultFormatter |
 +-----------------+
         |
         \-- fmt.Println(result)

About

Simple CLI for reading stats from the /proc filesystem on Linux

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages