Provided by: libtransmission-client-perl_0.0803-1_all 

NAME
Transmission::Stats - Transmission session statistics
DESCRIPTION
See "4.2 Sesion statistics" from <https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt>
ATTRIBUTES
active_torrent_count
$num = $self->active_torrent_count;
download_speed
$num = $self->download_speed;
paused_torrent_count
$num = $self->paused_torrent_count;
torrent_count
$num = $self->torrent_count;
upload_speed
$num = $self->upload_speed;
LICENSE
AUTHOR
See Transmission::Client
perl v5.18.1 2013-09-16 Transmission::Stats(3pm)