File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,16 @@ UniValue getnettotals(const UniValue& params, bool fHelp)
368
368
" {\n "
369
369
" \" totalbytesrecv\" : n, (numeric) Total bytes received\n "
370
370
" \" totalbytessent\" : n, (numeric) Total bytes sent\n "
371
- " \" timemillis\" : t (numeric) Total cpu time\n "
371
+ " \" timemillis\" : t, (numeric) Total cpu time\n "
372
+ " \" uploadtarget\" :\n "
373
+ " {\n "
374
+ " \" timeframe\" : n, (numeric) Length of the measuring timeframe in seconds\n "
375
+ " \" target\" : n, (numeric) Target in bytes\n "
376
+ " \" target_reached\" : true|false, (boolean) True if target is reached\n "
377
+ " \" serve_historical_blocks\" : true|false, (boolean) True if serving historical blocks\n "
378
+ " \" bytes_left_in_cycle\" : t, (numeric) Bytes left in current time cycle\n "
379
+ " \" time_left_in_cycle\" : t (numeric) Seconds left in current time cycle\n "
380
+ " }\n "
372
381
" }\n "
373
382
" \n Examples:\n "
374
383
+ HelpExampleCli (" getnettotals" , " " )
You can’t perform that action at this time.
0 commit comments