mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-11 12:52:23 +00:00
agent: update AGENT_THREADS metrics value
Fixes: #8369 Signed-off-by: gaohuatao <gaohuatao@bytedance.com>
This commit is contained in:
parent
2b937400fe
commit
78df1bb851
@ -145,6 +145,9 @@ fn update_agent_metrics() -> Result<()> {
|
|||||||
|
|
||||||
let tps = procfs::ticks_per_second()?;
|
let tps = procfs::ticks_per_second()?;
|
||||||
|
|
||||||
|
// process agent threads number
|
||||||
|
AGENT_THREADS.set(me.stat.num_threads as f64);
|
||||||
|
|
||||||
// process total time
|
// process total time
|
||||||
AGENT_TOTAL_TIME.set((me.stat.utime + me.stat.stime) as f64 / (tps as f64));
|
AGENT_TOTAL_TIME.set((me.stat.utime + me.stat.stime) as f64 / (tps as f64));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user