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
How to get daily uploaded data ?
Re: How to get daily uploaded data ?
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?
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?
Re: How to get daily uploaded data ?
You need to get and store the session-get data regularly with transmission-remote --json.
Re: How to get daily uploaded data ?
Thank you so much.
Re: How to get daily uploaded data ?
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