getnettotals
Summary
Returns information about network traffic, including bytes in, bytes out,
Description
Returns information about network traffic, including bytes in, bytes out, and current system time.
Arguments
None.
Results
value(OBJ): No description.totalbytesrecv(NUM): Total bytes receivedtotalbytessent(NUM): Total bytes senttimemillis(NUM_TIME): Current system UNIX epoch time in millisecondsuploadtarget(OBJ): No description.timeframe(NUM): Length of the measuring timeframe in secondstarget(NUM): Target in bytestarget_reached(BOOL): True if target is reachedserve_historical_blocks(BOOL): True if serving historical blocksbytes_left_in_cycle(NUM): Bytes left in current time cycletime_left_in_cycle(NUM): Seconds left in current time cycle
Examples
qbit-cli getnettotals
curl --user myusername --data-binary '{"jsonrpc": "2.0", "id": "curltest", "method": "getnettotals", "params": []}' -H 'content-type: application/json' http://127.0.0.1:8352/