- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Exporting SAP HANA system measurement using hdbsql
To export this details you first need to have INIFILE ADMIN system privilege. Following hdbsql command can be used −
SELECT ROUND(SUM(INSTANCE_TOTAL_MEMORY_USED_SIZE) / 1024 / 1024 / 1024, 0) AS DATABASE_MEMORY_USED_IN_GIGABYTES FROM M_HOST_RESOURCE_UTILIZATION RU, M_LANDSCAPE_HOST_CONFIGURATION HC WHERE RU.HOST = HC.HOST AND HC.INDEXSERVER_ACTUAL_ROLE IN ('MASTER','SLAVE');
You can also run this command in SQL editor to get this details −
- Related Articles
- System measurement of SAP HANA system in XML file
- Exporting a Delivery unit in SAP HANA using HANA Studio
- Exporting a SAP HANA Modeling view
- Using Roles tab in SAP HANA system
- Searching a user in SAP HANA system using HANA Studio
- Exporting list of all SAP HANA systems in XML file
- Exporting delivery unit based on time filter in SAP HANA
- Use of Role tab in SAP HANA system using HANA Studio
- Exporting data from SAP system to an Excel Report
- Searching a SAP HANA system in HANA Studio System view
- Information exported using export system in SAP HANA Studio
- Migrating to SAP HANA system
- Architecture of SAP HANA system
- Creating a Standard user in SAP HANA system using SQL
- Integrate node.js with SAP HANA system

Advertisements