transmission statistic

Discussion of Transmission that doesn't fit in the other categories
Post Reply
zjmarcus
Posts: 2
Joined: Mon Feb 21, 2022 7:36 am

transmission statistic

Post by zjmarcus »

i use transmission to download and upload torrent from PT site for many years.
i remember UT has a function that it will calculate how much data upload and download.
does transmission have the same function ?
thank you for reply
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: transmission statistic

Post by killemov »

Yes.
zjmarcus
Posts: 2
Joined: Mon Feb 21, 2022 7:36 am

Re: transmission statistic

Post by zjmarcus »

thank you.
but how can i find the statistic data ?
please be specific.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: transmission statistic

Post by killemov »

zjmarcus wrote: Mon Feb 21, 2022 11:41 pm but how can i find the statistic data ?
Ah, the initial question was not clear about historical data. AFAIK Transmission does not keep historic data, it simply accumulates the upload/download per session. So a restart of transmission resets these to 0.
eugenkss
Posts: 9
Joined: Fri Jan 02, 2015 12:42 pm

Re: transmission statistic

Post by eugenkss »

The historical data is stored in stats.json, if I‘m not mistaken.
killemov
Posts: 533
Joined: Sat Jul 31, 2010 5:04 pm

Re: transmission statistic

Post by killemov »

eugenkss wrote: Sun Jul 24, 2022 7:30 pm The historical data is stored in stats.json, if I‘m not mistaken.
Unfortunately that data is technically neither historical (no dates) or statistical (no data, a statistic of 1). It is a simple accumulation of some values that, to me, are absolutely useless.

Code: Select all

cat stats.json
{
    "downloaded-bytes": 45353327193424,
    "files-added": 2836264,
    "seconds-active": 118672687,
    "session-count": 330,
    "uploaded-bytes": 18681418775836
}
eugenkss
Posts: 9
Joined: Fri Jan 02, 2015 12:42 pm

Re: transmission statistic

Post by eugenkss »

Agreed. It is not statistics, but rather the total numbers since creation of file stats.json
Post Reply