13 lines
No EOL
237 B
GraphQL
13 lines
No EOL
237 B
GraphQL
query TorrentTotalStats($since: DateTime!) {
|
|
torrentDaemon {
|
|
statsHistory(since: $since) {
|
|
timestamp
|
|
downloadedBytes
|
|
uploadedBytes
|
|
totalPeers
|
|
activePeers
|
|
connectedSeeders
|
|
}
|
|
|
|
}
|
|
} |