Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 692 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 692 Bytes

Nethogs parser

A parser to summarize the nethogs trace mode output

Build Status

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