Bug 2110559
| Summary: | logconv.pl - Use a higher threshold for wtime, optime and etime in the Recommendations section. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Têko Mihinto <tmihinto> |
| Component: | 389-ds-base | Assignee: | LDAP Maintainers <idm-ds-dev-bugs> |
| Status: | CLOSED MIGRATED | QA Contact: | LDAP QA Team <idm-ds-qe-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.3 | CC: | idm-ds-dev-bugs, mreynolds, vashirov |
| Target Milestone: | beta | Keywords: | MigratedToJIRA, Triaged |
| Target Release: | 9.4 | Flags: | pm-rhel:
mirror+
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-09-19 15:11:44 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Têko Mihinto
2022-07-25 15:54:03 UTC
I can not reproduce this. The code shows it only logs a recommendation is it's greater than 0:
if (sprintf("%.2f", $wtimeAvg) > 0){
print "\n $recCount. Your average wtime is $wtimeAvg, you may want to investigate this performance problem.\n";
$recCount++;
}
Here is my output from logconv:
...
...
Average wtime (wait time): 0.000558868
Average optime (op time): 0.024036543
Average etime (elapsed time): 0.024593760
...
...
----- Recommendations -----
1. You have a significant difference between binds and unbinds. You may want to investigate this difference.
2. You have a significant difference between file descriptors taken and file descriptors returned. You may want to investigate this difference.
Cleaning up temp files...
Done.
Hi Mark, I can reproduce this behavior with RHDS 11.5 on RHEL 8.6 $ cat /etc/redhat-release Red Hat Enterprise Linux release 8.6 (Ootpa) $ $ rpm -qa | grep 389-ds-base-1 389-ds-base-1.4.3.29-3.module+el8dsrv+14615+a86efbbf.x86_64 $ $ logconv.pl -V single_conn.txt | tail -5 1. Your average wtime is 0.00896149, you may want to investigate this performance problem. Cleaning up temp files... Done. $ Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug. This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there. Due to differences in account names between systems, some fields were not replicated. Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information. To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer. You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like: "Bugzilla Bug" = 1234567 In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information. |