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

Re: HANA memory usage in detailed

$
0
0

Hi ,

 

You can use this query for all used memory by HANA

select HOST, round(INSTANCE_TOTAL_MEMORY_USED_SIZE/1024/1024/1024, 2) as "Used Memory GB" from M_HOST_RESOURCE_UTILIZATION


or you can service wise also

select HOST, round(TOTAL_MEMORY_USED_SIZE/1024/1024/1024, 2) as "Used Memory GB" from M_SERVICE_MEMORY where SERVICE_NAME = 'indexserver' 

 

Regards


Viewing all articles
Browse latest Browse all 2801

Trending Articles