-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance data for dedicated donating fixed.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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], | ||
|