Opened 2 years ago
Last modified 7 months ago
#2420 assigned enhancement
Add active tunnel count to Snark totals
Reported by: | Reportage | Owned by: | idk |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | apps/i2psnark | Version: | 0.9.38 |
Keywords: | snark, tunnel count, stats | Cc: | |
Parent Tickets: | Sensitive: | no |
Description
Indicating the active tunnel count (in/out) in the Snark totals section on the torrent listing page would be helpful. Additionally, a stat that can be graphed to indicate active inbound/outbound tunnels for Snark might be useful as an indicator of Snark performance/resource usage.
Subtickets
Attachments (1)
Change History (5)
comment:1 Changed 2 years ago by
comment:2 Changed 11 months ago by
Owner: | changed from zzz to idk |
---|---|
Sensitive: | unset |
Status: | new → assigned |
This would be more clutter in the snark UI. Unlikely to happen but will assign to UI team for their assessment and to prioritize or close.
comment:3 Changed 11 months ago by
I really don't hate this idea. I see where zzz's coming from, it would be additional clutter in a UI that already feels a little cramped, but I don't think it's pointless and I'd like to find a place for it. I will try and figure something out for it(That doesn't involve creating yet-another-snark-theme).
comment:4 Changed 7 months ago by
I see OP is still banging the drum for this in IRC and idk is still receptive. Status quo for me as well, I'm still opposed, but willing to see what kind of mockup idk comes up with.
As discussed in IRC:
Not so easy, because IdleChecker? sets the new config in the session, but doesn't save the values, and there's no method to get the current config back out of the session. Easiest way would be to add a chain of methods in I2PSnarkUtil to SnarkManager? to IdleChecker? to get them, but perhaps the more useful and general fix is to add a method to I2PSession to get the options back.