ServerState
@Serializable
Constructors
Link copied to clipboard
constructor(allTimeDownload: Long, allTimeUpload: Long, averageTimeInQueue: Int, connectionStatus: ConnectionStatus, dhtNodes: Int, dlInfoData: Long, dlInfoSpeed: Long, dlRateLimit: Long, freeSpace: Long, globalShareRatio: String, queuedIoJobs: Int, queueing: Boolean, readCacheHits: String, readCacheOverload: String, refreshInterval: Int, totalBuffersSize: Int, totalPeerConnections: Int, totalQueuedSize: Int, sessionWaste: Long, upInfoData: Long, upInfoSpeed: Long, upRateLimit: Int, useAltSpeedLimits: Boolean, writeCacheOverload: String)
Properties
Link copied to clipboard
all time download (bytes)
Link copied to clipboard
all time upload (bytes)
Link copied to clipboard
Link copied to clipboard
Connection status
Link copied to clipboard
Data downloaded this session (bytes)
Link copied to clipboard
Global download rate (bytes/s)
Link copied to clipboard
Download rate limit (bytes/s)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Transfer list refresh interval (milliseconds)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Data uploaded this session (bytes)
Link copied to clipboard
Global upload rate (bytes/s)
Link copied to clipboard
Upload rate limit (bytes/s)
Link copied to clipboard
True if alternative speed limits are enabled
Link copied to clipboard