logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Transmission::Stats - Transmission session statistics

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;

Author

       See Transmission::Client

perl v5.36.0                                       2022-10-16                           Transmission::Stats(3pm)

Description

       See "4.2 Sesion statistics" from <https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt>

License

Methods

read_all
       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).

Name

       Transmission::Stats - Transmission session statistics

See Also