Skip to content

Commit

Permalink
Add more TCP basic metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
vuksanv committed May 21, 2012
1 parent 7ae6d8d commit 5023fb1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions network/netstats/conf.d/netstats.basic.pyconf
Expand Up @@ -48,5 +48,30 @@ collection_group {
title = "UDP packets out"
value_threshold = 1.0
}
metric {
name = "udp_inerrors"
title = "UDP packet receive errors"
value_threshold = 1.0
}

metric {
name = "udp_rcvbuferrors"
title = "UDP Receive buffer errors"
value_threshold = 1.0
}



metric {
name = "tcpext_listendrops"
title = "SYNs sent to LISTENing sockets ignored"
value_threshold = 1.0
}

metric {
name = "tcp_attemptfails"
title = "TCP Failed connection attempts"
value_threshold = 1.0
}

}

0 comments on commit 5023fb1

Please sign in to comment.