1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

ubuntu fixes

This commit is contained in:
Kelly Brazil
2022-03-14 09:43:18 -07:00
parent b257ce8c2f
commit 77c667eec0
9 changed files with 67 additions and 6 deletions

View File

@@ -27,6 +27,7 @@ Schema:
"type": string,
"time": string,
"cpu": string,
"node": string,
"average": boolean,
"percent_usr": float,
"percent_nice": float,
@@ -64,6 +65,7 @@ Schema:
"net_tx_s": float,
"net_rx_s": float,
"block_s": float,
"irq_poll_s": float,
"block_iopoll_s": float,
"tasklet_s": float,
"sched_s": float,

View File

@@ -28,6 +28,7 @@ Schema:
"type": string,
"time": string,
"cpu": string,
"node": string,
"average": boolean,
"percent_usr": float,
"percent_nice": float,
@@ -65,6 +66,7 @@ Schema:
"net_tx_s": float,
"net_rx_s": float,
"block_s": float,
"irq_poll_s": float,
"block_iopoll_s": float,
"tasklet_s": float,
"sched_s": float,