Current version is not stable, and it is possible to change view layout, command arguments and so on.
$ go get github.com/sensorbee/sensorbee-iotop$ cd $GOPATH/src/github.com/sensorbee/sensorbee-iotop
$ go build
$ ./sensorbee-iotop -t <topology_name>add "iotop" command to build.yaml like:
commands:
iotop:
path: github.com/sensorbee/sensorbee-iotop/cmd$ build_sensorbee
$ ./sensorbee iotop -t <topology_name>-d: interval time [sec], default to 5 [sec]-c: view total count on in/out, default tofalseand show by [tuples/sec]-u: select node type to show, input node type name, default to "" means "all"--uri: URI address of target SensorBee server, default tohttp://localhost:<default_port>--api-version: version of SensorBee API, default to "v1"
d: change interval timec: change in/out unit, which "total count of tuples" or "[tupels/sec]"u: change which node type to showqorCtrl+C: stop iotop process