Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: I/O
-
Labels:None
-
Environment:
ROOT versions compiled with Davix enabled. Davix is then used for HTTP file access by default.
Description
TDavixFile does not increment the statics TFile::fgBytesRead and TFile::fgBytesWrite as the other TFile implementation do. I/O rate measurements based on these quantities report null rates.
The counters should probably be incremented in TDavixFile::DavixReadBuffer and related calls.