Page 1 of 1

transmission statistic

Posted: Mon Feb 21, 2022 7:40 am
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

Re: transmission statistic

Posted: Mon Feb 21, 2022 8:34 am
by killemov
Yes.

Re: transmission statistic

Posted: Mon Feb 21, 2022 11:41 pm
by zjmarcus
thank you.
but how can i find the statistic data ?
please be specific.

Re: transmission statistic

Posted: Wed May 04, 2022 4:36 pm
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.

Re: transmission statistic

Posted: Sun Jul 24, 2022 7:30 pm
by eugenkss
The historical data is stored in stats.json, if I‘m not mistaken.

Re: transmission statistic

Posted: Wed Jul 27, 2022 2:57 pm
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
}

Re: transmission statistic

Posted: Wed Aug 03, 2022 8:51 am
by eugenkss
Agreed. It is not statistics, but rather the total numbers since creation of file stats.json