JDK-8003209 : JFR events for network utilization
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jfr
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-11-09
  • Updated: 2021-03-11
  • Resolved: 2018-06-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 12 Other
11 b20Fixed 12Fixed openjdk8u262Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
A per interface requestable event showing the network utilization. 
Defaults to every 5 seconds.

*Event Name:* NIC IO
|| Attribute name || Description || Content type || Type || \[Value range\] or Example Value || Relational Key |
| Interface | unique interface identifier | text | String | eth1 | (/) |
| Read utilization | a fraction of the full utilization | percentage | float | \[0,1\] | (x) |
| Write utilization | a fraction of the full utilization | percentage | float | \[0,1\] | (x) |
| Read rate | read rate in bytes per second | unknown | long | 1334134 | (x) |
| Write rate | write rate in bytes per second | unknown | long | 1324534 | (x) |

_*Note:* Read and Write rates are probably easier to implement than utilization._
Comments
Replacing jdk8u-fix-request with link to JDK-8239140
17-02-2020

RFC: https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-January/011063.html
30-01-2020