- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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
System measurement of SAP HANA system in XML file
In a Single-Database system, proceed as follows to perform a system measurement of your SAP HANA system, which includes the system measurement of the SAP HANA database itself as well as of the relevant options and products −
- In the SAP HANA Studio, select your database in the navigator and choose Properties in the context menu of the system.
- Click on the "Export System Measurement" button. A File Browser dialog opens up allowing you to store the result of the system measurement, the measurement report, as an XML file to your local file system.
- Send this XML file to SAP as requested
The XML measurement export contains the overall maximal values of individual products as well as the peak values of individual products for individual months. For example, a license measurement export taken in April will contain the highest main memory utilization for each of the 12 preceding months: March, February, etc., if the values are available, and the highest main memory utilization of the current month.
All measurements for the HANA DB itself and other options and products are generally captured in the system view SYS.M_LICENSE_MEASUREMENTS
Run the following SQL statement to check all measurements for HANA db −
SELECT * FROM SYS.M_LICENSE_MEASUREMENTS
- Related Articles
- Exporting SAP HANA system measurement using hdbsql
- Store data in format of XML string in SAP HANA system
- Searching a SAP HANA system in HANA Studio System view
- Architecture of SAP HANA system
- Exporting list of all SAP HANA systems in XML file
- Lock down of SAP HANA system
- Checking performance of SAP HANA system
- Checking version of SAP HANA system
- Migrating to SAP HANA system
- Data Compression in SAP HANA system
- Index server in SAP HANA system
- Checking System limits in SAP HANA
- Current alerts in SAP HANA system
- System privilege to start/stop a SAP HANA system
- Getting statistics details of SAP HANA system
