Skip to content

Commit

Permalink
Performance data for dedicated donating fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
megabreit committed Nov 8, 2019
1 parent 641d312 commit 012902a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion check_cpu_pools.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const char *program_name = "check_cpu_pools";
const char *copyright = "2014,2019";
const char *email = "[email protected]";
const char *name = "Armin Kunaschik";
const char *version = "1.3";
const char *version = "1.4";

#include <macros.h>
#include <string.h>
Expand Down
4 changes: 2 additions & 2 deletions check_ent_pools.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const char *program_name = "check_ent_pools";
const char *copyright = "2014,2019";
const char *email = "[email protected]";
const char *name = "Armin Kunaschik";
const char *version = "1.3";
const char *version = "1.4";

#include <macros.h>
#include <string.h>
Expand Down Expand Up @@ -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],
Expand Down
4 changes: 2 additions & 2 deletions check_entitlement.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const char *program_name = "check_entitlement";
const char *copyright = "2014,2019";
const char *email = "[email protected]";
const char *name = "Armin Kunaschik";
const char *version = "1.3";
const char *version = "1.4";

#include <macros.h>
#include <string.h>
Expand Down Expand Up @@ -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],
Expand Down

0 comments on commit 012902a

Please sign in to comment.