Transmission::Stats
Transmission session statistics
Transmission session statistics
See "4.2 Sesion statistics" from <https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt>
$num = $self->active_torrent_count;
$num = $self->download_speed;
$num = $self->paused_torrent_count;
$num = $self->torrent_count;
$num = $self->upload_speed;
See Transmission::Client