我正在为我的spring boot应用程序设置graphite/grafana。我试图找到如何获得网络信息,如字节输入/输出(网络统计)。有人能告诉我怎样才能得到这些信息吗?我使用tomcat作为引导服务器
见仪表名称 tomcat.global.received tomcat.global.sent 来自Tomcat JMX Bean GlobalRequestProcessor bytesReceived 和 bytesSent 属性。
tomcat.global.received
tomcat.global.sent
GlobalRequestProcessor
bytesReceived
bytesSent
另请参见 the relevant part of code in Micrometer .