Commit e8161f0
adding xrootd/xrootd#2373 (#47)
* adding xrootd/xrootd#2373
b_todisk: number of bytes written to disk; and
b_prefetch: number of bytes requested via prefetching.
One can now determine the amount of data cache read from the remote (b_todisk + b_bypass) and also how much of this transfer was driven by prefetching (b_prefetch).
Note that b_todisk includes b_prefetch -- number of bytes for which explicit remote read calls had to be issued is b_todisk + b_bypass - b_prefetch.
adding xrootd/xrootd#2373
* Update Collectors/DetailedCollector.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update Collectors/DetailedCollector.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update Collectors/DetailedCollector.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Derek Weitzel <djw8605@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 2140f53 commit e8161f0
1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
397 | 398 | | |
398 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
399 | 413 | | |
400 | 414 | | |
401 | 415 | | |
| |||
0 commit comments