[ 
https://issues.apache.org/jira/browse/IMPALA-10141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17189724#comment-17189724
 ] 

Sahil Takiar commented on IMPALA-10141:
---------------------------------------

Adding some additional fields from {{/proc/net/dev}} in the per-node stats from 
system-info.cc might be useful as well. Fields like NET_RX_ERRS, NET_RX_DROP, 
NET_TX_ERRS, NET_TX_DROP might be useful to track transmit / receive errors or 
dropped packets. Although these stats are probably more generic as they are not 
specific to the kRPC TCP connections and are truly at the host level. I'm also 
not sure what exactly they capture compared to the TCP stats. They seem more 
hardware specific, maybe they would capture host NIC issues.

> Include aggregate TCP metrics in per-node profiles
> --------------------------------------------------
>
>                 Key: IMPALA-10141
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10141
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Sahil Takiar
>            Priority: Major
>
> The /rpcz endpoint in the debug web ui includes a ton of useful TCP-level 
> metrics per kRPC connection for all inbound / outbound connections. It would 
> be useful to aggregate some of these metrics and put them in the per-node 
> profiles. Since it is not possible to currently split these metrics out per 
> query, they should be added at the per-host level. Furthermore, only metrics 
> that can be sanely aggregated across all connections should be included. For 
> example, tracking the number of Retransmitted TCP Packets across all 
> connections for the duration of the query would be useful. TCP 
> retransmissions should be rare and are typically indicate of network hardware 
> issues or network congestions, having at least some high level idea of the 
> number of TCP retransmissions that occur during a query can drastically help 
> determine if the network is to blame for query slowness.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to