Represents global statistics for the aria2 session.
long DownloadSpeedOverall download speed (byte/sec).
JSON key:
downloadSpeed
long UploadSpeedOverall upload speed(byte/sec).
JSON key:
uploadSpeed
int NumActiveThe number of active downloads.
JSON key:
numActive
int NumWaitingThe number of waiting downloads.
JSON key:
numWaiting
int NumStoppedThe number of stopped downloads in the current session. This value is capped by the –max-download-result option.
JSON key:
numStopped
int NumStoppedTotalThe number of stopped downloads in the current session and not capped by the –max-download-result option.
JSON key:
numStoppedTotal