summaryrefslogtreecommitdiffstats
path: root/server/TcpSocketMonitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* TcpSocketMonitor - fix macro arg should be in paren warningMaciej Żenczykowski2020-04-011-3/+4
* Move DumpWriter to libnetdutilsLuke Huang2019-03-151-1/+4
* Fix two tidy warnings (performance-implicit-conversion-in-loop)Bernie Innocenti2018-09-121-2/+2
* Fix a number of clang-tidy warningsBernie Innocenti2018-08-271-5/+6
* Let lock_guard deduce its template argumentBernie Innocenti2018-08-101-9/+9
* Add basic logging infrastructure for bugreportsErik Kline2018-07-101-13/+11
* Re-enable socket monitoring.Bernie Innocenti2018-02-221-2/+0
* TcpSocketMonitor code hardeningHugo Benichi2018-01-301-10/+11
* Disable TcpSocketMonitor polling.Lorenzo Colitti2018-01-261-0/+3
* Tcp socket metrics: define INetdEventListener callbackHugo Benichi2018-01-251-0/+23
* TcpSocketMonitor: Add stats tables per sockets and per networksHugo Benichi2018-01-241-40/+114
* Add the number of struct tcp_info bytes read from NetlinkHugo Benichi2018-01-241-11/+16
* TcpSocketMonitor: add polling loopHugo Benichi2018-01-191-30/+155
* Add Fwmark to TCP socket dumps interfaceHugo Benichi2018-01-171-4/+7
* Define TcpSocketMonitor with a single dump methodHugo Benichi2018-01-171-0/+111