Bug 1767818
Summary: | [Regression] top_output.log only showing ruby and not the process names | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Satoe Imaishi <simaishi> |
Component: | Appliance | Assignee: | Joe Rafaniello <jrafanie> |
Status: | CLOSED ERRATA | QA Contact: | Jaroslav Henner <jhenner> |
Severity: | medium | Docs Contact: | Red Hat CloudForms Documentation <cloudforms-docs> |
Priority: | high | ||
Version: | 5.11.0 | CC: | abellott, mshriver, obarenbo |
Target Milestone: | GA | Keywords: | ZStream |
Target Release: | 5.11.1 | Flags: | simaishi:
cfme-5.11.z+
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.11.1.0 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 1749494 | Environment: | |
Last Closed: | 2019-12-13 00:35:40 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | CFME Core | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1749494 | ||
Bug Blocks: |
Comment 2
CFME Bot
2019-11-01 19:33:47 UTC
[root@dhcp-8-196-159 ~]# rpm -q cfme cfme-5.11.1.0-1.el8cf.x86_64 [root@dhcp-8-196-159 ~]# ps aux | grep ruby root 5838 0.0 0.4 134508 59760 ? Sl 07:23 0:00 ruby /bin/evm_watchdog.rb root 8013 0.0 0.0 12108 1056 pts/0 S+ 07:41 0:00 grep --color=auto ruby [root@dhcp-8-196-159 ~]# ps aux | grep MIQ root 5605 6.2 2.6 566480 326020 ? Sl 07:23 1:11 MIQ Server root 7190 0.1 2.5 519396 313512 ? SNl 07:23 0:01 MIQ: MiqEventHandler id: 43, queue: ems root 7199 0.3 2.7 530060 328412 ? SNl 07:23 0:03 MIQ: MiqGenericWorker id: 44, queue: generic root 7208 0.2 2.6 523392 316468 ? SNl 07:23 0:03 MIQ: MiqGenericWorker id: 45, queue: generic root 7217 0.3 2.6 524416 316600 ? SNl 07:23 0:03 MIQ: MiqPriorityWorker id: 46, queue: generic root 7226 0.3 2.6 526468 316960 ? SNl 07:23 0:03 MIQ: MiqPriorityWorker id: 47, queue: generic root 7235 0.1 2.5 528520 313868 ? SNl 07:23 0:01 MIQ: MiqReportingWorker id: 48, queue: reporting root 7244 0.1 2.5 530572 313880 ? SNl 07:23 0:01 MIQ: MiqReportingWorker id: 49, queue: reporting root 7255 0.3 2.5 534676 313984 ? SNl 07:23 0:03 MIQ: MiqScheduleWorker id: 50 root 7266 0.3 2.6 549764 323776 ? SNl 07:23 0:03 puma 3.7.1 (tcp://127.0.0.1:3000) [MIQ: Web Server Worker] root 7281 0.1 2.6 553868 317648 ? SNl 07:23 0:01 puma 3.7.1 (tcp://127.0.0.1:4000) [MIQ: Web Server Worker] root 7290 0.1 2.6 554896 317556 ? SNl 07:23 0:01 puma 3.7.1 (tcp://127.0.0.1:5000) [MIQ: Web Server Worker] root 8027 0.0 0.0 12108 1028 pts/0 S+ 07:42 0:00 grep --color=auto MIQ I think this is what is expected result of this BZ It seems ps aux displays something different than top, depending on the options. I need to dig to this bit more. So I had to read the code to find out what is this BZ actuall about. I found out there is an service miqtop which collects the outputs of top. On cfme-5.11.1.0-1.el8cf.x86_64, the `systemctl status miqtop` says "active (running)". grep -q Miq /var/www/miq/vmdb/log/top_output.log && echo Fine Fine On the previous version, the service was down and log was not present. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:4201 |