mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
all stats are sync now
This commit is contained in:
parent
90dbaf071d
commit
289161fc6f
3 changed files with 2 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ use crate::zfs::pools;
|
|||
use color_eyre::Result;
|
||||
use std::fmt::Write;
|
||||
|
||||
pub async fn get_metrics() -> Result<String> {
|
||||
pub fn get_metrics() -> Result<String> {
|
||||
let disk_usage = disk_usage()?;
|
||||
let disks = disk_stats()?;
|
||||
let cpu = cpu_time()?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue