diff --git a/glances/outputs/bottle/index.html b/glances/outputs/bottle/index.html index 4dccc9d4..2dba116b 100644 --- a/glances/outputs/bottle/index.html +++ b/glances/outputs/bottle/index.html @@ -2,241 +2,231 @@
- - -| CPU | -{{result["cpu"].total}}% | -
| user: | -{{result["cpu"].user}}% | -
| system: | -{{result["cpu"].system}}% | -
| idle: | -{{result["cpu"].idle}}% | -
| MEM | -{{result["mem"].percent}}% | -
| total: | -{{result["mem"].total | bytes:2}} | -
| used: | -{{result["mem"].used | bytes:2}} | -
| free: | -{{result["mem"].free | bytes:2}} | -
| SWAP | -{{result["memswap"].percent}}% | -
| total: | -{{result["memswap"].total | bytes:2}} | -
| used: | -{{result["memswap"].used | bytes:2}} | -
| free: | -{{result["memswap"].free | bytes:2}} | -
| NETWORK | -Rx/s | -Tx/s | -
| {{network.interface_name | min_size}}} | -{{network.rx | bytes}} | -{{network.tx | bytes}} | -
| DISK I/O | -R/s | -W/s | -
| {{disk.disk_name | min_size}} | -{{disk.read_bytes | bytes}} | -{{disk.write_bytes | bytes}} | -
| FILE SYS | -Used | -Total | -
| {{fs.mnt_point}} ({{fs.device_name}}) | -{{fs.size - fs.free | bytes}} | -{{fs.size | bytes}} | -
| No warning or critical alert detected | -{{alert}} | -
| CPU% | -MEM% | - - -PID | -USER | -NI | -S | - - - -Command | -
| {{process.cpu_percent | number:1}} | -{{process.memory_percent | number:1}} | - - -{{process.pid}} | -{{process.username}} | -{{process.nice | exclamation}} | -{{process.status}} | - - - -{{process.name}} | -