Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: add time series for disk and net IO stats
Use new library `gopsutil` to gather IO stats from the host kernel and save them as time series. Caveat: these counters are for the entire host over its lifetime. As such, the first value cockroach records may be very high, and if we plot these charts as derivatives, the derivative from zero to the first recorded data point will be much higher than subsequent derivatives, making a plot where it's hard to see changes after that. A future commit will gather per-process IO stats, but gopsutil only provides that on Linux. Release note (admin ui change): gather disk and network IO statistics and save them as time series.
- Loading branch information