Gets analytics for a node
Nodes
Get analytics
GET
Gets analytics for a node
WebSockets ahead!
This endpoint is a WebSocket endpoint, you must use a WebSocket client to
receive data from this endpoint.
Usage
This endpoint initiates a message upon successful connection, followed by updates every 5 seconds containing the requested analytical data. Below is an example of the analytical data transmitted over this connection.Response
Timestamp of the received analytical data.
The total memory of the node in megabytes.
The used memory of the node in megabytes.
The total disk size of the node in megabytes.
The current disk write usage in megabytes.
The current disk read usage in megabytes.
The amount of CPU cores the node has.
The current overall CPU usage across all cores on the node, expressed as a
percentage.
The amount of inbound network usage in bytes
The amount of outbound network usage in bytes.

