nethogs-parser

A parser to summarize the nethogs trace mode output

MIT License

Stars
18

Nethogs parser

A parser to summarize the nethogs trace mode output

Nethogs

Nethogs is a net top tool. [http://nethogs.sourceforge.net/]

Make

  • go build -o hogs hogs.go

Usage - go script

  • ./hogs <options> [file]...
  • -type=csv|pretty
  • -datatable=<datatable_location>
  • -class=<datatable_classname>
  • -cpuprofile=<filename>.prof

Examples

  • ./hogs -type=csv output1 output2 output3
  • ./hogs -datatable localhost:4200 -class nethogsbw output1 output2
  • ./hogs -type=pretty -datatable localhost:4200 -class mynethogs output1
Package Rankings
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
Build Status