Table of Contents

SAP HANA - Statistics service (Alert|ESS)

About

The SAP HANA statistics server (or: statistics service) is a central tool for monitoring the SAP HANA database.

Among others it performs the following tasks:

The embedded statistics server (ESS) consists of two components.

Component run on Standalone Multi-tenant configuration
scheduler indexserver nameserver
workers indexserver indexserver

On SYSTEMDB for Multi-tenant configuration:

Hdb Thread Stat Systemdb

The internal monitoring infrastructure of the SAP HANA database (statistics service) is continuously collecting and evaluating information about status, performance, and resource usage from all components of the SAP HANA database.

This information is historicized to tables and views in the schema _SYS_STATISTICS. You can use these tables and views to analyze system behavior over time.

Architecture

The embedded statistics service (ESS) uses Triggers to execute procedures which are collecting statistics of system-states. Those procedures are executed by the index server.

The collected data are stored in tables, views… in the _SYS_STATISTICS folder. The statistic service is a totally separate service that does not affect any other functionality or components of the system except system statistics.

Starting with revision 94, the statistics server has been disabled and integrated into the index server.

Management

Monitoring - Studio

Administration > Alert

Reinstall

Steps to re-install the embedded statistics service (ESS):

alter system alter configuration ('nameserver.ini','SYSTEM') set ('statisticsserver','active')='false' with reconfigure;
alter system alter configuration ('nameserver.ini','SYSTEM') set ('statisticsserver','active')='true' with reconfigure; 

Documentation / Reference