Aria2.JsonRpcClient

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

GetGlobalStat

Overview

Represents a request to get the global statistics of the aria2 client.


Constructors

GetGlobalStat(string? id = null)

Returns global statistics for the aria2 session. The returned struct includes overall download/upload speeds and counts of active, waiting, and stopped downloads.

https://aria2.github.io/manual/en/html/aria2c.html#aria2.getGlobalStat

Parameters:

Returns:

An Aria2GlobalStat object with global statistics.

Throws:

Aria2Exception Thrown when an aria2 error occurs.


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