How to get daily uploaded data ?

Discussion of Transmission that doesn't fit in the other categories
Post Reply
arginine
Posts: 1
Joined: Sat Jul 13, 2024 7:43 pm

How to get daily uploaded data ?

Post by arginine »

Hello,
I am using transmission and all is fine. When I go to "statistic" I can see the amount of data uploaded and downloaded. In the statistic.json file I can also retrieve this information.

What I am looking is for a script that grab daily the amount of data uploaded and display this information over time ?

any chance that this script exists already ?

Thanks
MikeTaku
Posts: 15
Joined: Thu Oct 03, 2024 1:46 pm

Re: How to get daily uploaded data ?

Post by MikeTaku »

Hey,
Can you please tell me how can I create or find a script that tracks and shows the daily amount of data uploaded using Transmission, and displays this information over time?
killemov
Posts: 568
Joined: Sat Jul 31, 2010 5:04 pm

Re: How to get daily uploaded data ?

Post by killemov »

You need to get and store the session-get data regularly with transmission-remote --json.
MikeTaku
Posts: 15
Joined: Thu Oct 03, 2024 1:46 pm

Re: How to get daily uploaded data ?

Post by MikeTaku »

Thank you so much.
enuetave
Posts: 1
Joined: Fri Oct 25, 2024 8:37 am

Re: How to get daily uploaded data ?

Post by enuetave »

I had the same need recently! I found a simple script using jq to parse statistics.json and log the daily upload/download amounts. You can try it
Post Reply