GoLang tools for Sflow, originally from https://github.com/wimtie/sflow-go
Inside sflow-go
directory:
$ export GOPATH=$GOPATH:`pwd`
$ go get github.com/influxdb/influxdb/client
$ go build sflux
An executable sflux
should now be built.
GoLang tools for Sflow, originally from https://github.com/wimtie/sflow-go
Inside sflow-go
directory:
$ export GOPATH=$GOPATH:`pwd`
$ go get github.com/influxdb/influxdb/client
$ go build sflux
An executable sflux
should now be built.