SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
β€’ Open full site

Monitor a Standalone Data Lake in SAP HANA Cloud

Learn to use monitoring views for a standalone data lake in SAP HANA Cloud.

Overview

🎓 beginner 10 min. SAP HANA CloudBeginnerSAP HANA CloudData Lake

You will learn

  • βœ”How to use the monitoring views to monitor the health of your data lake instances
  • βœ”How monitoring views help to troubleshoot performance issues
Unknown U Unknown August 15, 2023
Created by June 3, 2021
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Introduction to monitoring views
β€”

In SAP HANA Cloud Central, you can see all data lake instances you’ve provisioned, as well as their respective status. This is your most basic monitoring tool, since you can see some basic information about each instance, as well as their storage size and compute capabilities here. This is also where you can scale your data lake instances from SAP HANA Cloud Central.

SAP HANA Cloud Central
SAP HANA Cloud Central

If you need more detailed information about your data lake, you can use monitoring views. Monitoring views are predefined queries and stored procedures that consolidate system health and performance metrics into a standard SQL interface. These views can be used to monitor system health before problems develop, and to identify the root causes if performance problems occur.

Monitoring views can be used to view performance metrics in areas likeβ€―CPU utilization, memory cache use usage, memory usage per connection, status of locks in the database, status of currently executing statements, and server thread usage.

Learn more about monitoring views in our technical documentation.

By default, the HDLADMIN user has the MONITOR system privilege. You can grant the MONITOR system privilege (without administrative rights) to other users by running the statement:

SQL
GRANT MONITOR TO <grantee [,...]> WITH NO ADMIN OPTION

This will allow the specified user to access monitoring views.

Let’s see in detail the procedures to access different monitoring views.

Step 2 Explore workload monitoring using SAP HANA database explorer
+
Step 3 Determine space consumption of data lake instance
+
Step 4 Manage insufficient memory issue
+
Step 5 Differentiate between sp_iqsysmon and monitoring views
+
Step 6 Knowledge Check
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 6
1. Introduction to monitoring views 2. Explore workload monitoring using SAP HANA database explorer 3. Determine space consumption of data lake instance 4. Manage insufficient memory issue 5. Differentiate between sp_iqsysmon and monitoring views 6. Knowledge Check

Learn more →