Luca Marturana
Luca Marturana
I've done some quick fix to make this kind of protobuf definition work: ``` map tags = 3; ``` Hope it can be useful
Statsite [uses](https://github.com/armon/statsite/blob/master/src/networking.c#L227) `SO_REUSEADDR` option on UDP socket. This causes that if there is another UDP server bind to that port, statsite will take its place, receiving all packets. It's not...
When configuring statsite with a flush time of 10s I noticed that the flush timestamp it's not aligned. I get these results (the result depends on the timestamp of statsite...
Right now there is a flag NO_BOOST to avoid boost libraries. Get rid of them making it as default. The only boost library remaining will be boost-unittest.
Currently if you run: ``` sysdig -w capture.scap ``` sysdig gives you no feedback of: - if it started to actually parse events (like the initial startup has already been...