#0 select a.id, sa.server_id, pc.jabber_id,#0 date_diff_in_days(current_timestamp, earliest_action) * 0 delta#0 from#0 rhnServerAction sa,#0 rhnAction a,#0 rhnPushClient pc#0 where pc.server_id = sa.server_id#0 and sa.action_id = a.id#0 and sa.status in (...) -- Queued or picked up#0 and not exists (#0 -- This is like saying 'this action has no#0 -- prerequisite or has a prerequisite that has completed#0 -- (status = 0)#0 select 0#0 from rhnServerAction sap#0 where sap.server_id = sa.server_id#0 and sap.action_id = a.prerequisite#0 and sap.status != 0#0 )#0 order by earliest_action#0;
4.08s | #011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
3.23s | #011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
3.02s | #011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
SELECT S.ID, S.NAME#011#011#011 FROM rhnServer S,#011#011#011#011 rhnSet ST,#011#011#011 rhnServerConfigChannel SCC,#011 #011 rhnUserServerPerms USP#011#011#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011#011#011 AND SCC.config_channel_id = 1#011#011#011 AND S.id = SCC.server_id#011#011#011 AND ST.user_id = 3#011 #011#011 AND ST.label = 'config_channel_deploy_systems'#011#011#011 AND ST.element = S.id#011 #011#011 AND USP.server_id = S.id#011#011#011 AND USP.user_id = 3#011#011 ORDER BY S.NAME;
6
40ms
1
Day
Time
Count
Av. Duration
Apr 15
9am
1
40.18
40.18
SELECT S.ID, S.NAME#011#011#011 FROM rhnServer S,#011#011#011 rhnServerConfigChannel SCC,#011 #011 rhnUserServerPerms USP#011#011#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011#011#011 AND SCC.config_channel_id = 1#011#011#011 AND S.id = SCC.server_id#011 #011#011 AND USP.server_id = S.id#011#011#011 AND USP.user_id = 3#011#011#011 ORDER BY S.NAME;
#0 update rhnPushClient#0 set state_id = 0#0 where state_id = 0#0 and last_ping_time is not null#0 and current_timestamp > next_action_time#0;
0.31s | #011 update rhnPushClient#011 set state_id = 2#011 where state_id = 1#011 and last_ping_time is not null#011 and current_timestamp > next_action_time#011;
0.30s | #011 update rhnPushClient#011 set state_id = 2#011 where state_id = 1#011 and last_ping_time is not null#011 and current_timestamp > next_action_time#011;
0.29s | #011 update rhnPushClient#011 set state_id = 2#011 where state_id = 1#011 and last_ping_time is not null#011 and current_timestamp > next_action_time#011;
#0 select id, name, shared_key, jabber_id#0 from rhnPushClient#0 where state_id = 0#0 and last_ping_time is not null#0 and next_action_time is null#0 and jabber_id is not null#0;
0.18s | #011 select id, name, shared_key, jabber_id#011 from rhnPushClient#011 where state_id = 1#011 and last_ping_time is not null#011 and next_action_time is null#011 and jabber_id is not null#011;
0.18s | #011 select id, name, shared_key, jabber_id#011 from rhnPushClient#011 where state_id = 1#011 and last_ping_time is not null#011 and next_action_time is null#011 and jabber_id is not null#011;
0.17s | #011 select id, name, shared_key, jabber_id#011 from rhnPushClient#011 where state_id = 1#011 and last_ping_time is not null#011 and next_action_time is null#011 and jabber_id is not null#011;
14
8ms
1
Day
Time
Count
Av. Duration
Apr 15
9am
1
8.26
8.26
SELECT#011 s.id as id,#011 s.name as name,#011 s.description as description,;
SELECT S.ID, S.NAME#011#011#011 FROM rhnServer S,#011#011#011#011 rhnSet ST,#011#011#011 rhnServerConfigChannel SCC,#011 #011 rhnUserServerPerms USP#011#011#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011#011#011 AND SCC.config_channel_id = 1#011#011#011 AND S.id = SCC.server_id#011#011#011 AND ST.user_id = 3#011 #011#011 AND ST.label = 'config_channel_deploy_systems'#011#011#011 AND ST.element = S.id#011 #011#011 AND USP.server_id = S.id#011#011#011 AND USP.user_id = 3#011#011 ORDER BY S.NAME;
2
40.18
SELECT S.ID, S.NAME#011#011#011 FROM rhnServer S,#011#011#011 rhnServerConfigChannel SCC,#011 #011 rhnUserServerPerms USP#011#011#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011#011#011 AND SCC.config_channel_id = 1#011#011#011 AND S.id = SCC.server_id#011 #011#011 AND USP.server_id = S.id#011#011#011 AND USP.user_id = 3#011#011#011 ORDER BY S.NAME;
3
14.28
SELECT id from rhnDevice;
4
11.63
SELECT id from rhnDevice;
5
8.26
SELECT#011 s.id as id,#011 s.name as name,#011 s.description as description,;
#011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
11
3.88
COMMIT;
12
3.87
select*from rhn_synch_probe_state()as result;
13
3.23
#011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
14
3.14
COMMIT;
15
3.08
select this_.id as id108_5_, this_.org_id as org3_108_5_, this_.label as label108_5_, this_.ks_type as ks2_108_5_, this_.comments as comments108_5_, this_.active as active108_5_, this_.postLog as postLog108_5_, this_.preLog as preLog108_5_, this_.kscfg as kscfg108_5_, this_.created as created108_5_, this_.modified as modified108_5_, this_.is_org_default as is12_108_5_, this_.kernel_params as kernel13_108_5_, this_.nonchrootpost as nonchro14_108_5_, this_.no_base as no15_108_5_, this_.ignore_missing as ignore16_108_5_, this_.verboseup2date as verboseup17_108_5_, this_.partition_data as partition18_108_5_, this_.cobbler_id as cobbler19_108_5_, this_.update_type as update20_108_5_, org2_.id as id159_0_, org2_.name as name159_0_, org2_.created as created159_0_, org2_.modified as modified159_0_, org2_1_.reg_token_id as reg2_162_0_, orgconfig3_.org_id as org1_163_1_, orgconfig3_.staging_content_enabled as staging2_163_1_, orgconfig3_.crash_reporting_enabled as crash3_163_1_, orgconfig3_.crashfile_upload_enabled as crashfile4_163_1_, orgconfig3_.crash_file_sizelimit as crash5_163_1_, orgconfig3_.scapfile_upload_enabled as scapfile6_163_1_, orgconfig3_.scap_file_sizelimit as scap7_163_1_, orgconfig3_.scap_retention_period_days as scap8_163_1_, entitlemen4_.org_id as org1_7_, orgentitle5_.id as entitlem2_7_, orgentitle5_.id as id164_2_, orgentitle5_.label as label164_2_, orgentitle5_.name as name164_2_, orgentitle5_.created as created164_2_, orgentitle5_.modified as modified164_2_, trustedorg6_.org_id as org1_8_, org7_.id as org2_8_, org7_.id as id159_3_, org7_.name as name159_3_, org7_.created as created159_3_, org7_.modified as modified159_3_, org7_1_.reg_token_id as reg2_162_3_, kickstartd8_.kickstart_id as kickstart1_114_4_, kickstartd8_.kstree_id as kstree2_114_4_, kickstartd8_.server_profile_id as server3_114_4_, kickstartd8_.virtualization_type as virtuali4_114_4_, kickstartd8_.cfg_management_flag as cfg5_114_4_, kickstartd8_.remote_command_flag as remote6_114_4_, kickstartd8_.created as created114_4_, kickstartd8_.modified as modified114_4_ from RHNKSDATA this_ innerjoin WEB_CUSTOMER org2_ on this_.org_id=org2_.id leftouterjoin rhnRegTokenOrgDefault org2_1_ on org2_.id=org2_1_.org_id leftouterjoin rhnOrgConfiguration orgconfig3_ on org2_.id=orgconfig3_.org_id leftouterjoin rhnOrgEntitlements entitlemen4_ on org2_.id=entitlemen4_.org_id leftouterjoin RHNORGENTITLEMENTTYPE orgentitle5_ on entitlemen4_.entitlement_id=orgentitle5_.id leftouterjoin rhnTrustedOrgs trustedorg6_ on org2_.id=trustedorg6_.org_id leftouterjoin WEB_CUSTOMER org7_ on trustedorg6_.org_trust_id=org7_.id leftouterjoin rhnRegTokenOrgDefault org7_1_ on org7_.id=org7_1_.org_id leftouterjoin rhnkickstartdefaults kickstartd8_ on this_.id=kickstartd8_.kickstart_id;
16
3.03
SELECT CF.id,#011#011 CF.latest_config_revision_id,#011 CFN.path,#011 CR.revision AS latest_config_revision,#011 coalesce(CCon.modified, CR.modified) as modified,#011#011 CFT.label as type#011 FROM rhnConfigFileName CFN,#011 rhnConfigFile CF,#011 rhnConfigRevision CR LEFT OUTER JOIN rhnConfigContent CCon#011 ON CR.config_content_id = CCon.id,#011#011 rhnSet ST,#011#011 rhnConfigFileType CFT#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011 AND ST.user_id = 3#011 AND ST.label = 'config_channel_deploy_revisions'#011 AND ST.element = CF.id#011 AND CF.config_channel_id = 1#011 AND CFN.id = CF.config_file_name_id#011 AND CR.config_file_id = CF.id#011 AND CF.latest_config_revision_id = CR.id#011 AND CFT.id = CR.config_file_type_id#011ORDER BY CFN.path;
17
3.02
#011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
18
2.93
#011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
DELETEFROM QRTZ_FIRED_TRIGGERS WHERE ENTRY_ID ='';
0.12s | DELETEFROM QRTZ_FIRED_TRIGGERS WHERE ENTRY_ID ='NON_CLUSTERED1397542197611';
0.10s | DELETEFROM QRTZ_FIRED_TRIGGERS WHERE ENTRY_ID ='NON_CLUSTERED1397542197610';
0.10s | DELETEFROM QRTZ_FIRED_TRIGGERS WHERE ENTRY_ID ='NON_CLUSTERED1397542197626';
8
74
Day
Time
Count
Av. Duration
Apr 15
9am
74
1.93
142.6s
1.93
#0 select a.id, sa.server_id, pc.jabber_id,#0 date_diff_in_days(current_timestamp, earliest_action) * 0 delta#0 from#0 rhnServerAction sa,#0 rhnAction a,#0 rhnPushClient pc#0 where pc.server_id = sa.server_id#0 and sa.action_id = a.id#0 and sa.status in (...) -- Queued or picked up#0 and not exists (#0 -- This is like saying 'this action has no#0 -- prerequisite or has a prerequisite that has completed#0 -- (status = 0)#0 select 0#0 from rhnServerAction sap#0 where sap.server_id = sa.server_id#0 and sap.action_id = a.prerequisite#0 and sap.status != 0#0 )#0 order by earliest_action#0;
4.08s | #011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
3.23s | #011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
3.02s | #011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
9
74
Day
Time
Count
Av. Duration
Apr 15
9am
74
0.24
17ms
0.24
#0 update rhnPushClient#0 set state_id = 0#0 where state_id = 0#0 and last_ping_time is not null#0 and current_timestamp > next_action_time#0;
0.31s | #011 update rhnPushClient#011 set state_id = 2#011 where state_id = 1#011 and last_ping_time is not null#011 and current_timestamp > next_action_time#011;
0.30s | #011 update rhnPushClient#011 set state_id = 2#011 where state_id = 1#011 and last_ping_time is not null#011 and current_timestamp > next_action_time#011;
0.29s | #011 update rhnPushClient#011 set state_id = 2#011 where state_id = 1#011 and last_ping_time is not null#011 and current_timestamp > next_action_time#011;
10
74
Day
Time
Count
Av. Duration
Apr 15
9am
74
0.12
9ms
0.12
#0 select id, name, shared_key, jabber_id#0 from rhnPushClient#0 where state_id = 0#0 and last_ping_time is not null#0 and next_action_time is null#0 and jabber_id is not null#0;
0.18s | #011 select id, name, shared_key, jabber_id#011 from rhnPushClient#011 where state_id = 1#011 and last_ping_time is not null#011 and next_action_time is null#011 and jabber_id is not null#011;
0.18s | #011 select id, name, shared_key, jabber_id#011 from rhnPushClient#011 where state_id = 1#011 and last_ping_time is not null#011 and next_action_time is null#011 and jabber_id is not null#011;
0.17s | #011 select id, name, shared_key, jabber_id#011 from rhnPushClient#011 where state_id = 1#011 and last_ping_time is not null#011 and next_action_time is null#011 and jabber_id is not null#011;
11
64
Day
Time
Count
Av. Duration
Apr 15
9am
64
0.05
3ms
0.05
SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE TRIGGER_STATE =''AND NEXT_FIRE_TIME <0AND(NEXT_FIRE_TIME >=0)ORDERBY NEXT_FIRE_TIME ASC, PRIORITY DESC;
0.10s | SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE TRIGGER_STATE ='WAITING'AND NEXT_FIRE_TIME <1397548350021AND(NEXT_FIRE_TIME >=1397548260022)ORDERBY NEXT_FIRE_TIME ASC, PRIORITY DESC;
0.10s | SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE TRIGGER_STATE ='WAITING'AND NEXT_FIRE_TIME <1397548340339AND(NEXT_FIRE_TIME >=1397548250339)ORDERBY NEXT_FIRE_TIME ASC, PRIORITY DESC;
0.09s | SELECT TRIGGER_NAME, TRIGGER_GROUP, NEXT_FIRE_TIME, PRIORITY FROM QRTZ_TRIGGERS WHERE TRIGGER_STATE ='WAITING'AND NEXT_FIRE_TIME <1397548050014AND(NEXT_FIRE_TIME >=1397547960015)ORDERBY NEXT_FIRE_TIME ASC, PRIORITY DESC;
12
54
Day
Time
Count
Av. Duration
Apr 15
9am
54
0.08
5ms
0.08
SELECTCOALESCE((SELECT CR.id#0 FROM rhnConfigChannel CC, rhnConfigChannelType CCT,#0 rhnConfigRevision CR, rhnServerConfigChannel SCC, rhnConfigFile CF#0 WHERE SCC.server_id = 0#0 AND CF.config_channel_id = SCC.config_channel_id#0 AND CF.config_file_name_id = 0#0 AND SCC.config_channel_id = CC.id#0 AND CC.confchan_type_id = CCT.id#0 AND CCT.label = ''#0 AND CF.latest_config_revision_id = CR.id) ,#0 ( SELECT CR.id#0 FROM rhnConfigRevision CR, rhnServerConfigChannel SCC, rhnConfigFile CF#0 WHERE CF.latest_config_revision_id = CR.id#0 AND CF.config_file_name_id = 0#0 AND CF.config_channel_id = SCC.config_channel_id#0 AND SCC.server_id = 0#0 AND SCC.position = ( SELECT min(SCC.position)#0 FROM rhnServerConfigChannel SCC, rhnConfigFile CF#0 WHERE SCC.server_id = 0#0 AND CF.config_channel_id = SCC.config_channel_id#0 AND CF.config_file_name_id = 0 ) ) ) AS id#0 FROM dual;
0.19s | SELECTCOALESCE((SELECT CR.id#011 FROM rhnConfigChannel CC, rhnConfigChannelType CCT,#011 rhnConfigRevision CR, rhnServerConfigChannel SCC, rhnConfigFile CF#011 WHERE SCC.server_id = 1000010231#011 AND CF.config_channel_id = SCC.config_channel_id#011 AND CF.config_file_name_id = 2#011 AND SCC.config_channel_id = CC.id#011 AND CC.confchan_type_id = CCT.id#011 AND CCT.label = 'local_override'#011 AND CF.latest_config_revision_id = CR.id) ,#011 ( SELECT CR.id#011 FROM rhnConfigRevision CR, rhnServerConfigChannel SCC, rhnConfigFile CF#011 WHERE CF.latest_config_revision_id = CR.id#011 AND CF.config_file_name_id = 2#011 AND CF.config_channel_id = SCC.config_channel_id#011 AND SCC.server_id = 1000010231#011 AND SCC.position = ( SELECT min(SCC.position)#011 FROM rhnServerConfigChannel SCC, rhnConfigFile CF#011 WHERE SCC.server_id = 1000010231#011 AND CF.config_channel_id = SCC.config_channel_id#011 AND CF.config_file_name_id = 2 ) ) ) AS id#011 FROM dual;
0.15s | SELECTCOALESCE((SELECT CR.id#011 FROM rhnConfigChannel CC, rhnConfigChannelType CCT,#011 rhnConfigRevision CR, rhnServerConfigChannel SCC, rhnConfigFile CF#011 WHERE SCC.server_id = 1000010252#011 AND CF.config_channel_id = SCC.config_channel_id#011 AND CF.config_file_name_id = 2#011 AND SCC.config_channel_id = CC.id#011 AND CC.confchan_type_id = CCT.id#011 AND CCT.label = 'local_override'#011 AND CF.latest_config_revision_id = CR.id) ,#011 ( SELECT CR.id#011 FROM rhnConfigRevision CR, rhnServerConfigChannel SCC, rhnConfigFile CF#011 WHERE CF.latest_config_revision_id = CR.id#011 AND CF.config_file_name_id = 2#011 AND CF.config_channel_id = SCC.config_channel_id#011 AND SCC.server_id = 1000010252#011 AND SCC.position = ( SELECT min(SCC.position)#011 FROM rhnServerConfigChannel SCC, rhnConfigFile CF#011 WHERE SCC.server_id = 1000010252#011 AND CF.config_channel_id = SCC.config_channel_id#011 AND CF.config_file_name_id = 2 ) ) ) AS id#011 FROM dual;
0.13s | SELECTCOALESCE((SELECT CR.id#011 FROM rhnConfigChannel CC, rhnConfigChannelType CCT,#011 rhnConfigRevision CR, rhnServerConfigChannel SCC, rhnConfigFile CF#011 WHERE SCC.server_id = 1000010133#011 AND CF.config_channel_id = SCC.config_channel_id#011 AND CF.config_file_name_id = 9#011 AND SCC.config_channel_id = CC.id#011 AND CC.confchan_type_id = CCT.id#011 AND CCT.label = 'local_override'#011 AND CF.latest_config_revision_id = CR.id) ,#011 ( SELECT CR.id#011 FROM rhnConfigRevision CR, rhnServerConfigChannel SCC, rhnConfigFile CF#011 WHERE CF.latest_config_revision_id = CR.id#011 AND CF.config_file_name_id = 9#011 AND CF.config_channel_id = SCC.config_channel_id#011 AND SCC.server_id = 1000010133#011 AND SCC.position = ( SELECT min(SCC.position)#011 FROM rhnServerConfigChannel SCC, rhnConfigFile CF#011 WHERE SCC.server_id = 1000010133#011 AND CF.config_channel_id = SCC.config_channel_id#011 AND CF.config_file_name_id = 9 ) ) ) AS id#011 FROM dual;
SELECT S.ID, S.NAME#011#011#011 FROM rhnServer S,#011#011#011#011 rhnSet ST,#011#011#011 rhnServerConfigChannel SCC,#011 #011 rhnUserServerPerms USP#011#011#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011#011#011 AND SCC.config_channel_id = 1#011#011#011 AND S.id = SCC.server_id#011#011#011 AND ST.user_id = 3#011 #011#011 AND ST.label = 'config_channel_deploy_systems'#011#011#011 AND ST.element = S.id#011 #011#011 AND USP.server_id = S.id#011#011#011 AND USP.user_id = 3#011#011 ORDER BY S.NAME;
2
40.18
1
Day
Time
Count
Av. Duration
Apr 15
9am
1
40.18
40ms
SELECT S.ID, S.NAME#011#011#011 FROM rhnServer S,#011#011#011 rhnServerConfigChannel SCC,#011 #011 rhnUserServerPerms USP#011#011#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011#011#011 AND SCC.config_channel_id = 1#011#011#011 AND S.id = SCC.server_id#011 #011#011 AND USP.server_id = S.id#011#011#011 AND USP.user_id = 3#011#011#011 ORDER BY S.NAME;
3
12.95
2
Day
Time
Count
Av. Duration
Apr 15
9am
2
12.95
26ms
SELECT id from rhnDevice;
4
8.26
1
Day
Time
Count
Av. Duration
Apr 15
9am
1
8.26
8ms
SELECT#011 s.id as id,#011 s.name as name,#011 s.description as description,;
5
3.08
1
Day
Time
Count
Av. Duration
Apr 15
9am
1
3.08
3ms
select this_.id as id108_5_, this_.org_id as org3_108_5_, this_.label as label108_5_, this_.ks_type as ks2_108_5_, this_.comments as comments108_5_, this_.active as active108_5_, this_.postLog as postLog108_5_, this_.preLog as preLog108_5_, this_.kscfg as kscfg108_5_, this_.created as created108_5_, this_.modified as modified108_5_, this_.is_org_default as is12_108_5_, this_.kernel_params as kernel13_108_5_, this_.nonchrootpost as nonchro14_108_5_, this_.no_base as no15_108_5_, this_.ignore_missing as ignore16_108_5_, this_.verboseup2date as verboseup17_108_5_, this_.partition_data as partition18_108_5_, this_.cobbler_id as cobbler19_108_5_, this_.update_type as update20_108_5_, org2_.id as id159_0_, org2_.name as name159_0_, org2_.created as created159_0_, org2_.modified as modified159_0_, org2_1_.reg_token_id as reg2_162_0_, orgconfig3_.org_id as org1_163_1_, orgconfig3_.staging_content_enabled as staging2_163_1_, orgconfig3_.crash_reporting_enabled as crash3_163_1_, orgconfig3_.crashfile_upload_enabled as crashfile4_163_1_, orgconfig3_.crash_file_sizelimit as crash5_163_1_, orgconfig3_.scapfile_upload_enabled as scapfile6_163_1_, orgconfig3_.scap_file_sizelimit as scap7_163_1_, orgconfig3_.scap_retention_period_days as scap8_163_1_, entitlemen4_.org_id as org1_7_, orgentitle5_.id as entitlem2_7_, orgentitle5_.id as id164_2_, orgentitle5_.label as label164_2_, orgentitle5_.name as name164_2_, orgentitle5_.created as created164_2_, orgentitle5_.modified as modified164_2_, trustedorg6_.org_id as org1_8_, org7_.id as org2_8_, org7_.id as id159_3_, org7_.name as name159_3_, org7_.created as created159_3_, org7_.modified as modified159_3_, org7_1_.reg_token_id as reg2_162_3_, kickstartd8_.kickstart_id as kickstart1_114_4_, kickstartd8_.kstree_id as kstree2_114_4_, kickstartd8_.server_profile_id as server3_114_4_, kickstartd8_.virtualization_type as virtuali4_114_4_, kickstartd8_.cfg_management_flag as cfg5_114_4_, kickstartd8_.remote_command_flag as remote6_114_4_, kickstartd8_.created as created114_4_, kickstartd8_.modified as modified114_4_ from RHNKSDATA this_ innerjoin WEB_CUSTOMER org2_ on this_.org_id=org2_.id leftouterjoin rhnRegTokenOrgDefault org2_1_ on org2_.id=org2_1_.org_id leftouterjoin rhnOrgConfiguration orgconfig3_ on org2_.id=orgconfig3_.org_id leftouterjoin rhnOrgEntitlements entitlemen4_ on org2_.id=entitlemen4_.org_id leftouterjoin RHNORGENTITLEMENTTYPE orgentitle5_ on entitlemen4_.entitlement_id=orgentitle5_.id leftouterjoin rhnTrustedOrgs trustedorg6_ on org2_.id=trustedorg6_.org_id leftouterjoin WEB_CUSTOMER org7_ on trustedorg6_.org_trust_id=org7_.id leftouterjoin rhnRegTokenOrgDefault org7_1_ on org7_.id=org7_1_.org_id leftouterjoin rhnkickstartdefaults kickstartd8_ on this_.id=kickstartd8_.kickstart_id;
6
2.54
2
Day
Time
Count
Av. Duration
Apr 15
9am
2
2.54
5ms
SELECT CF.id,#0#0 CF.latest_config_revision_id,#0 CFN.path,#0 CR.revision AS latest_config_revision,#0 coalesce(CCon.modified, CR.modified) as modified,#0#0 CFT.label as type#0 FROM rhnConfigFileName CFN,#0 rhnConfigFile CF,#0 rhnConfigRevision CR LEFT OUTER JOIN rhnConfigContent CCon#0 ON CR.config_content_id = CCon.id,#0#0 rhnSet ST,#0#0 rhnConfigFileType CFT#0 WHERE rhn_config_channel.get_user_chan_access(0, 0) = 0#0 AND ST.user_id = 0#0 AND ST.label = ''#0 AND ST.element = CF.id#0 AND CF.config_channel_id = 0#0 AND CFN.id = CF.config_file_name_id#0 AND CR.config_file_id = CF.id#0 AND CF.latest_config_revision_id = CR.id#0 AND CFT.id = CR.config_file_type_id#0ORDER BY CFN.path;
3.03s | SELECT CF.id,#011#011 CF.latest_config_revision_id,#011 CFN.path,#011 CR.revision AS latest_config_revision,#011 coalesce(CCon.modified, CR.modified) as modified,#011#011 CFT.label as type#011 FROM rhnConfigFileName CFN,#011 rhnConfigFile CF,#011 rhnConfigRevision CR LEFT OUTER JOIN rhnConfigContent CCon#011 ON CR.config_content_id = CCon.id,#011#011 rhnSet ST,#011#011 rhnConfigFileType CFT#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011 AND ST.user_id = 3#011 AND ST.label = 'config_channel_deploy_revisions'#011 AND ST.element = CF.id#011 AND CF.config_channel_id = 1#011 AND CFN.id = CF.config_file_name_id#011 AND CR.config_file_id = CF.id#011 AND CF.latest_config_revision_id = CR.id#011 AND CFT.id = CR.config_file_type_id#011ORDER BY CFN.path;
2.04s | SELECT CF.id,#011#011 CF.latest_config_revision_id,#011 CFN.path,#011 CR.revision AS latest_config_revision,#011 coalesce(CCon.modified, CR.modified) as modified,#011#011 CFT.label as type#011 FROM rhnConfigFileName CFN,#011 rhnConfigFile CF,#011 rhnConfigRevision CR LEFT OUTER JOIN rhnConfigContent CCon#011 ON CR.config_content_id = CCon.id,#011#011 rhnSet ST,#011#011 rhnConfigFileType CFT#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011 AND ST.user_id = 3#011 AND ST.label = 'config_channel_deploy_revisions'#011 AND ST.element = CF.id#011 AND CF.config_channel_id = 1#011 AND CFN.id = CF.config_file_name_id#011 AND CR.config_file_id = CF.id#011 AND CF.latest_config_revision_id = CR.id#011 AND CFT.id = CR.config_file_type_id#011ORDER BY CFN.path;
7
1.93
74
Day
Time
Count
Av. Duration
Apr 15
9am
74
1.93
142.6s
#0 select a.id, sa.server_id, pc.jabber_id,#0 date_diff_in_days(current_timestamp, earliest_action) * 0 delta#0 from#0 rhnServerAction sa,#0 rhnAction a,#0 rhnPushClient pc#0 where pc.server_id = sa.server_id#0 and sa.action_id = a.id#0 and sa.status in (...) -- Queued or picked up#0 and not exists (#0 -- This is like saying 'this action has no#0 -- prerequisite or has a prerequisite that has completed#0 -- (status = 0)#0 select 0#0 from rhnServerAction sap#0 where sap.server_id = sa.server_id#0 and sap.action_id = a.prerequisite#0 and sap.status != 0#0 )#0 order by earliest_action#0;
4.08s | #011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
3.23s | #011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
3.02s | #011 select a.id, sa.server_id, pc.jabber_id,#011 date_diff_in_days(current_timestamp, earliest_action) * 86400 delta#011 from#011 rhnServerAction sa,#011 rhnAction a,#011 rhnPushClient pc#011 where pc.server_id = sa.server_id#011 and sa.action_id = a.id#011 and sa.status in (0, 1) -- Queued or picked up#011 and not exists (#011 -- This is like saying 'this action has no#011 -- prerequisite or has a prerequisite that has completed#011 -- (status = 2)#011 select 1#011 from rhnServerAction sap#011 where sap.server_id = sa.server_id#011 and sap.action_id = a.prerequisite#011 and sap.status != 2#011 )#011 order by earliest_action#011;
8
1.57
9
Day
Time
Count
Av. Duration
Apr 15
9am
9
1.57
14ms
select*from rhn_synch_probe_state()as result;
9
1.51
1
Day
Time
Count
Av. Duration
Apr 15
9am
1
1.51
2ms
SELECT CF.id,#011#011 CF.latest_config_revision_id,#011 CFN.path,#011#011 CR.revision AS latest_config_revision,#011 coalesce(CCon.modified, CR.modified) as modified,#011 CFT.label as type#011 FROM rhnConfigFileName CFN,#011 rhnConfigFile CF,#011 rhnConfigRevision CR LEFT OUTER JOIN rhnConfigContent CCon#011 ON CR.config_content_id = CCon.id,#011 rhnConfigFileType CFT#011 WHERE rhn_config_channel.get_user_chan_access(1, 3) = 1#011 AND CF.config_channel_id = 1#011 AND CFN.id = CF.config_file_name_id#011 AND CR.config_file_id = CF.id#011 AND CF.latest_config_revision_id = CR.id#011 AND CR.config_file_type_id = CFT.id#011ORDER BY CFN.path;
#0 update rhnPushClient#0 set state_id = 0#0 where state_id = 0#0 and last_ping_time is not null#0 and current_timestamp > next_action_time#0;
0.31s | #011 update rhnPushClient#011 set state_id = 2#011 where state_id = 1#011 and last_ping_time is not null#011 and current_timestamp > next_action_time#011;
0.30s | #011 update rhnPushClient#011 set state_id = 2#011 where state_id = 1#011 and last_ping_time is not null#011 and current_timestamp > next_action_time#011;
0.29s | #011 update rhnPushClient#011 set state_id = 2#011 where state_id = 1#011 and last_ping_time is not null#011 and current_timestamp > next_action_time#011;