Révision 6b42464c
Plugin deluge_: fix style issues
| plugins/torrent/deluge_ | ||
|---|---|---|
| 304 | 304 |
".info The number of connections used by Deluge Torrent") |
| 305 | 305 |
elif mode == "bandwidth": |
| 306 | 306 |
print("graph_title Bandwidth usage")
|
| 307 |
print("graph_order payloadDownloadRate overheadDownloadRate payloadUploadRate overheadUploadRate")
|
|
| 307 |
print("graph_order payloadDownloadRate overheadDownloadRate payloadUploadRate "
|
|
| 308 |
"overheadUploadRate") |
|
| 308 | 309 |
print("graph_args --base 1024 -r")
|
| 309 | 310 |
print("graph_vlabel bytes/s : down(-) and up(+)")
|
| 310 | 311 |
print("graph_scale yes")
|
| ... | ... | |
| 322 | 323 |
print("overheadDownloadRate.draw STACK")
|
| 323 | 324 |
print("overheadDownloadRate.min 0")
|
| 324 | 325 |
print("overheadDownloadRate.graph no")
|
| 325 |
print("overheadDownloadRate.info Bandwidth 'lost' due to overhead while downloading and uploading torrents")
|
|
| 326 |
print("overheadDownloadRate.info Bandwidth 'lost' due to overhead while downloading and "
|
|
| 327 |
"uploading torrents") |
|
| 326 | 328 |
|
| 327 | 329 |
print("payloadUploadRate.label payload")
|
| 328 | 330 |
print("payloadUploadRate.draw AREA")
|
| ... | ... | |
| 334 | 336 |
print("overheadUploadRate.draw STACK")
|
| 335 | 337 |
print("overheadUploadRate.min 0")
|
| 336 | 338 |
print("overheadUploadRate.negative overheadDownloadRate")
|
| 337 |
print("overheadUploadRate.info Bandwidth 'lost' due to overhead while downloading and uploading torrents")
|
|
| 339 |
print("overheadUploadRate.info Bandwidth 'lost' due to overhead while downloading and "
|
|
| 340 |
"uploading torrents") |
|
| 338 | 341 |
elif mode == "states": |
| 339 | 342 |
print("graph_title Torrents states")
|
| 340 | 343 |
|
Formats disponibles : Unified diff