I/O metrics (#224)

* feat: Proxy Node IO stats to the FE

* chore: Sync up FE

* feat: Charts for cache sizes

* feat: All graphs are in

* chore: Remove browserlist
This commit is contained in:
Maciej Hirsz
2020-01-30 15:03:19 +01:00
committed by GitHub
parent 668065c1a8
commit 19f57d71be
14 changed files with 211 additions and 21 deletions
+4
View File
@@ -74,6 +74,10 @@ pub struct SystemInterval {
#[serde(flatten)]
pub block: Block,
pub network_state: Option<IgnoredAny>,
pub used_state_cache_size: Option<f32>,
pub used_db_cache_size: Option<f32>,
pub disk_read_per_sec: Option<f32>,
pub disk_write_per_sec: Option<f32>,
}
#[derive(Deserialize, Debug)]