diff --git a/pghrep/src/checkup/k000/k000messages.go b/pghrep/src/checkup/k000/k000messages.go index 2eaf2356ab1ae67d4466970fb1b22f528faeba9c..e4825e5f4a571f525d51c7d852b3267115ad530d 100644 --- a/pghrep/src/checkup/k000/k000messages.go +++ b/pghrep/src/checkup/k000/k000messages.go @@ -5,7 +5,7 @@ const MSG_NODES string = "nodes: %s" const MSG_EXCESS_QUERY_TOTAL_TIME_CONCLUSION string = "[P1] For some query groups, total_time > %.0f%% of overall timing. It was observed on the following %s. " + "Such a high percentage means that those queries are \"major contributors\" to resource consumption on those nodes. In other words, " + "if a query group has `total_time` which is %.0f%% of overall timing, it means that during the observation period, %.0f%% of time CPUs were " + - "working on that node were processing queries from this group. \n" + "working on that node processing queries from this group. \n" const MSG_EXCESS_QUERY_TOTAL_TIME_RECOMMENDATION string = "[P1] For some query groups, total_time > %.0f%% of overall timing. To reduce `total_time` " + "for particular query group consider the following tactics: \n" +