Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 472 Bytes

socket-unclosed.md

File metadata and controls

19 lines (13 loc) · 472 Bytes

Unclosed Socket Monitor

Data

All open sockets are tracked with the original calls stack that opened them. Number of sockets per unique call stack is reported along with the max length a socket has been open.

Hooks

A custom SocketFactoryImpl wraps each regular (non-NIO) socket created to track the original call stack and creation time.

Limitations

NIO sockets are not currently tracked.