profile_jfr_network
Summarize JDK socket I/O from JFR recordings to analyze network performance, including event counts, bytes read/written, top endpoints, and stack hotspots.
Instructions
Summarize JDK socket I/O from a .jfr (jdk.SocketRead, jdk.SocketWrite): event counts, total bytes read/written where available, top endpoints (host:port / address), and cumulative stack hotspots. Recording must include those events (custom .jfc or preset that enables them). If emptyEvents, use start_profiling settingsFile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | Path to .jfr. Shortcuts: new_profile, old_profile, or absolute path. | new_profile |
| topN | No | Top N endpoints and methods. |