Skip to content

collectors TCPCollector

Rob Smith edited this page Oct 29, 2012 · 18 revisions

TCPCollector

The TCPCollector class collects metrics on TCP stats

Dependencies

  • /proc/net/netstat

Options - Generic Options

Setting Default Description Type
allowed_names ListenOverflows, ListenDrops, TCPLoss, TCPTimeouts, TCPFastRetrans, TCPLostRetransmit, TCPForwardRetrans, TCPSlowStartRetrans list of entries to collect str
enabled False Enable collecting these metrics bool
byte_unit byte Default numeric output(s) str

Example Output

servers.hostname.tcp.ListenDrops 0
servers.hostname.tcp.ListenOverflows 0
servers.hostname.tcp.TCPLoss 188
servers.hostname.tcp.TCPTimeouts 15265

Clone this wiki locally