Transmission::Stats - 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;
Initialize/update stats attributes using Transmission RPC (session-stats). Also returns all attributes as a hash reference (named as per the attributes of the class).
session-stats
See Transmission::Client
To install Transmission::Client, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Transmission::Client
CPAN shell
perl -MCPAN -e shell install Transmission::Client
For more information on module installation, please visit the detailed CPAN module installation guide.