Topics Topics Help/Instructions Help Edit Profile Profile Member List Register Paatha Gnyapakaalu - Archives from Old DB  
Search New Posts 1 | 2 | 8 Hours Search New Posts 1 | 3 | 7 Days Search Search Tree View Tree View Latest tweets Live Tweets   Hide Images

Rate this post by selecting a number. 1 is the worst and 5 is the best.

    (Worst)    1    2    3    4    5     (Best)

Author Message
Top of pagePrevious messageNext messageBottom of page Link to this message

Stewie
Kurra Bewarse
Username: Stewie

Post Number: 3885
Registered: 03-2011
Posted From: 104.245.210.36

Rating: N/A
Votes: 0

Posted on Monday, March 21, 2016 - 5:21 pm:   

SELECT target_name, TRUNC (collection_timestamp, 'hh24')
+ (TRUNC (TO_CHAR (collection_timestamp, 'mi') / 15) * 15) / 24 / 60
FROM mgmt$metric_details
WHERE collection_timestamp > SYSDATE - 1
AND metric_label = 'Load'
AND column_label LIKE 'CPU in User Mode%'
AND REGEXP_LIKE (target_name, '^abc|^xyz|^lmn|^opq|^viv')
group by target_name, TRUNC (collection_timestamp, 'hh24')
+ (TRUNC (TO_CHAR (collection_timestamp, 'mi') / 15) * 15) / 24 / 60
ORDER BY 3 DESC;
A Famous Quote starts with a... and ends with this.

Topics | Last Hour | Last Day | Last Week | Tree View | Search | Help/Instructions | Program Credits Administration