tuhaihe commented on code in PR #1772: URL: https://github.com/apache/cloudberry/pull/1772#discussion_r3441571425
########## contrib/interconnect/README.md: ########## @@ -271,3 +271,35 @@ udpifc result: Notice that: Lower TPS does not mean the protocol is slower, might means that the cpu time taken by the protocol is low. For the udpifc, it satisfies the highest tps required by `cbdb`. at the same time it occupies a lower cpu than other types of interconnect. +# interconnect statistics + +This extension provides cumulative interconnect statistics for Cloudberry Database, including queue sizes, buffer usage, retransmits, packet errors, and other UDPIFC‑related metrics. + +It exposes three views with statistics at different aggregation levels: +gp_interconnect_stats — total cluster‑wide stats; +gp_interconnect_stats_per_segment — stats per segment; +gp_interconnect_stats_per_host — stats grouped by host. + Review Comment: these lines should be as list. If so, can add '-' to each line. ########## contrib/interconnect/README.md: ########## @@ -271,3 +271,35 @@ udpifc result: Notice that: Lower TPS does not mean the protocol is slower, might means that the cpu time taken by the protocol is low. For the udpifc, it satisfies the highest tps required by `cbdb`. at the same time it occupies a lower cpu than other types of interconnect. +# interconnect statistics + +This extension provides cumulative interconnect statistics for Cloudberry Database, including queue sizes, buffer usage, retransmits, packet errors, and other UDPIFC‑related metrics. Review Comment: Can update the 'Cloudberry Database' to 'Apache Cloudberry' -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
