Joseph Wu created MESOS-5713: -------------------------------- Summary: Add a __sockets__ diagnostic endpoint to libprocess. Key: MESOS-5713 URL: https://issues.apache.org/jira/browse/MESOS-5713 Project: Mesos Issue Type: Wish Components: libprocess Reporter: Joseph Wu
Libprocess exposes a endpoint {{/__processes__}}, which displays some info on the existing actors and messages queued up on each. It would be nice to inspect the state of libprocess's {{SocketManager}} too. This could be an endpoint like {{/__sockets__}} that exposes information like: * Inbound FDs: type and source * Outbound FDs: type and source * Temporary and persistent sockets * Linkers and linkees. * Outgoing messages and their associated socket -- This message was sent by Atlassian JIRA (v6.3.4#6332)