Opened 14 years ago
Closed 14 years ago
#1615 closed Enhancement (invalid)
Statistics through the rpc
Reported by: | tyebud | Owned by: | charles |
---|---|---|---|
Priority: | Low | Milestone: | None Set |
Component: | libtransmission | Version: | 1.40 |
Severity: | Minor | Keywords: | |
Cc: |
Description
All I want is to be able to record my upload - and download, I guess - traffic in definable increments on the os x client. The software is great! Keep it up.
Change History (11)
comment:1 Changed 14 years ago by livings124
- Component changed from Mac Client to libtransmission
- Owner changed from livings124 to charles
comment:2 Changed 14 years ago by tyebud
- Type changed from Bug to Enhancement
comment:3 Changed 14 years ago by tyebud
- Component changed from libtransmission to Mac Client
- Owner changed from charles to livings124
comment:4 Changed 14 years ago by tyebud
- Component changed from Mac Client to libtransmission
- Owner changed from livings124 to charles
comment:5 follow-up: ↓ 6 Changed 14 years ago by charles
comment:6 in reply to: ↑ 5 Changed 14 years ago by tyebud
Replying to charles:
I guess I don't understand this ticket. You can already do this by polling uploadedEver and downloadedEver on a regular basis, no?
I was told in the transmission irc channel that it was not possible and that i should start a ticket. Is there documentation regarding uploadedEver and downloadedEver? Thanks for the response.
comment:7 follow-up: ↓ 8 Changed 14 years ago by charles
- Resolution set to invalid
- Status changed from new to closed
The RPC spec describes the overall structure, and those two fields are described in transmission.h
comment:8 in reply to: ↑ 7 Changed 14 years ago by Waldorf
- Priority changed from Normal to Low
- Resolution invalid deleted
- Status changed from closed to reopened
Replying to charles
What I think he means is not the per-torrent uploadedEver and downloadedEver, but the global amount of data transfered and statistics. By this I mean the stuff that's written to stats.json and the current session amount of data transfered.
comment:9 Changed 14 years ago by livings124
- Resolution set to invalid
- Status changed from reopened to closed
If that's what he wants then he should reopen this, but his response makes it appear that it's not.
comment:10 Changed 14 years ago by tyebud
- Resolution invalid deleted
- Severity changed from Normal to Minor
- Status changed from closed to reopened
I'm sorry if I haven't been making myself clear. I came up with an idea to make a graph of transmission's activity to figure out if there were day/night trends, weekly trends etc. I'm not much of a programmer per se, but from talking to a few people, they said this might be a good little project to kick off my programming experience. That said, I do in fact want the current session amount, most importantly the uploads. I'm also interested in statistics on a per torrent basis, but it appears you guys already have that available. Thank you guys, again, for your time deciphering my questions.
comment:11 Changed 14 years ago by charles
- Resolution set to invalid
- Status changed from reopened to closed
you can get the cumulative statistics by walking through the torrents...
I guess I don't understand this ticket. You can already do this by polling uploadedEver and downloadedEver on a regular basis, no?