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
datetime
required
Timestamp of the received analytical data.
decimal
required
The total memory of the node in megabytes.
decimal
required
The used memory of the node in megabytes.
decimal
required
The total disk size of the node in megabytes.
decimal
required
The current disk write usage in megabytes.
decimal
required
The current disk read usage in megabytes.
int64
required
The amount of CPU cores the node has.
decimal
required
The current overall CPU usage across all cores on the node, expressed as a
percentage.
decimal
required
The amount of inbound network usage in bytes
decimal
required
The amount of outbound network usage in bytes.

