Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9052

Re: How does Load Graph calculate CPU usage percentage?

$
0
0

Hi,

 

 

Wouldn't it be possible to set aggregation to 'NONE' in query HANA_Resources_CPUAndMemory_History_Rev70+ and get the max out from CPU_BUSY_PCT for a day worth of data?

 

 

Something like:

 

 

select to_char(snapshot_time, 'YYYY-MM-DD'),host, max(CPU_BUSY_PCT) from
(  -- here goes query HANA_Resources_CPUAndMemory_History_Rev70+
-- adapted for a day worth of data and aggregation 'NONE'
)
group by to_char(snapshot_time, 'YYYY-MM-DD'),host

 

BRs,

Lucas de Oliveira


Viewing all articles
Browse latest Browse all 9052

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>