Crates.io | pperf |
lib.rs | pperf |
version | 0.1.2 |
source | src |
created_at | 2023-12-21 13:15:48.226269 |
updated_at | 2023-12-27 07:38:35.095522 |
description | query process performance |
homepage | |
repository | https://git.duguying.net/rust/pperf.git |
max_upload_size | |
id | 1076903 |
size | 10,082 |
进程性能指标查询库
let tool = PPerfTool::new().unwrap();
println!(
"get_process_cpu_incr_time: {:?}",
tool.unwrap().get_process_cpu_incr_time().unwrap()
)
MIT License