Skip to content

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

License

Notifications You must be signed in to change notification settings

ossareh/gosysstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages