Aria2.JsonRpcClient

Aria2.JsonRpcClient Documentation - Home | Client | Requests | Models | Examples

Aria2GlobalStat Model


Overview

Represents global statistics for the aria2 session.


Properties

long DownloadSpeed

Overall download speed (byte/sec).

JSON key: downloadSpeed

long UploadSpeed

Overall upload speed(byte/sec).

JSON key: uploadSpeed

int NumActive

The number of active downloads.

JSON key: numActive

int NumWaiting

The number of waiting downloads.

JSON key: numWaiting

int NumStopped

The number of stopped downloads in the current session. This value is capped by the –max-download-result option.

JSON key: numStopped

int NumStoppedTotal

The number of stopped downloads in the current session and not capped by the –max-download-result option.

JSON key: numStoppedTotal


Top
© lantean-code - Generated on 2025-04-02