From 012902a3558626f89c03cb3ce0d3cfbe73202f77 Mon Sep 17 00:00:00 2001 From: Armin Kunaschik Date: Fri, 8 Nov 2019 19:33:03 +0100 Subject: [PATCH] Performance data for dedicated donating fixed. --- check_cpu_pools.c | 2 +- check_ent_pools.c | 4 ++-- check_entitlement.c | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/check_cpu_pools.c b/check_cpu_pools.c index 5309ec7..300d464 100644 --- a/check_cpu_pools.c +++ b/check_cpu_pools.c @@ -16,7 +16,7 @@ const char *program_name = "check_cpu_pools"; const char *copyright = "2014,2019"; const char *email = "megabreit@googlemail.com"; const char *name = "Armin Kunaschik"; -const char *version = "1.3"; +const char *version = "1.4"; #include #include diff --git a/check_ent_pools.c b/check_ent_pools.c index b56d5c1..dc59d26 100644 --- a/check_ent_pools.c +++ b/check_ent_pools.c @@ -15,7 +15,7 @@ const char *program_name = "check_ent_pools"; const char *copyright = "2014,2019"; const char *email = "megabreit@googlemail.com"; const char *name = "Armin Kunaschik"; -const char *version = "1.3"; +const char *version = "1.4"; #include #include @@ -1238,7 +1238,7 @@ int main(int argc, char* argv[]) ); } - printf("ENT_POOLS %s ent_used=%.2f(%s) ent=%.2f ent_max=%d vcpu_busy=%.2f%% |ent_used=%.2f;ent=%.2f;ent_max=%d;vcpu_busy=%.2f\n", + printf("ENT_POOLS %s ent_used=%.2f(%s) ent=%.2f ent_max=%d vcpu_busy=%.2f%% |ent_used=%.2f ent=%.2f ent_max=%d vcpu_busy=%.2f\n", states[ent_pool_state], phys_proc_consumed, states[ent_state], diff --git a/check_entitlement.c b/check_entitlement.c index a811ed5..b4bdb6a 100644 --- a/check_entitlement.c +++ b/check_entitlement.c @@ -17,7 +17,7 @@ const char *program_name = "check_entitlement"; const char *copyright = "2014,2019"; const char *email = "megabreit@googlemail.com"; const char *name = "Armin Kunaschik"; -const char *version = "1.3"; +const char *version = "1.4"; #include #include @@ -709,7 +709,7 @@ int main(int argc, char* argv[]) ); } - printf("ENTITLEMENT %s ent_used=%.2f(%s) ent=%.2f ent_max=%d vcpu_busy=%.2f%% |ent_used=%.2f;ent=%.2f;ent_max=%d;vcpu_busy=%.2f\n", + printf("ENTITLEMENT %s ent_used=%.2f(%s) ent=%.2f ent_max=%d vcpu_busy=%.2f%% |ent_used=%.2f ent=%.2f ent_max=%d vcpu_busy=%.2f\n", states[ent_pool_state], phys_proc_consumed, states[ent_state],