Schedule demo

SAP ASE Servers (Sybase ASE Servers) Monitoring Tool


Creating a new SAP ASE monitor

Supported Versions: Applications Manager's SAP ASE monitoring tool supports SAP ASE 12.5.3 and above.

Prerequisites for monitoring SAP ASE metrics:Click here

Using the REST API to add a new SAP ASE monitor:Click here

To create a SAP ASE database server monitor, follow the given steps:

  1. Click on New Monitor link.
  2. Select SAP ASE.
  3. Enter the IP Address or Host Name of the host.
  4. Enter the SubNetMask  of the network.
  5. Enter the port number in which SAP ASE is running.
  6. Enter the polling interval time in minutes.
  7. If you are adding a new monitor from a Central Server, select a Probe Server.
  8. Provide the user name and password of user who has permission to access the SAP ASE database. The user name specified for collecting the data from SAP ASE should have either System Administrator role or the user should be the DB owner for master database.
  9. Specify the Database Name.
  10. Choose the Monitor Group from the combo box with which you want to associate SAP ASE database server Monitor (optional). You can choose multiple groups to associate your monitor.
  11. Click Add Monitor(s). This discovers SAP ASE database server from the network and starts monitoring them.

Monitored Parameters

  • Availability tab gives the availability history for the past 24 hours or 30 days.
  • Performance tab gives the Health Status and events for the past 24 hours or 30 days.
  • List view tab enables you to perform bulk admin configurations.

Click on the following tabs listed to view the following information:

Monitor Information

ParametersDescription
NameSpecifies the name of SAP ASE server monitor.
HealthSpecifies the health (Clear, Warning, Critical) of the SAP ASE server.
TypeSpecifies the type you are monitoring.
VersionSpecifies the version of the database server.
PortSpecifies the port number at which the database server is running.
Server StatusThe current status of the database server itself
Started TimeThe date and time that the database manager was started
Host NameSpecifies the host at which the database server is running.
Host OSSpecifies the OS of the host where the database server is running.
Last AlarmSpecifies the last alarm that was generated for the database server.
Last Polled atSpecifies the time at which the last poll was performed.
Next Poll atSpecifies the time at which the next poll is scheduled.
AvailabilityShows the current status of the server - available or not available.

Overview

ParametersDescription
CONNECTION TIME
Connection TimeTime taken to get connected to the SAP ASE database server (in milliseconds).
MEMORY UTILIZATION
Total MemoryTotal amount of memory available for the ASE server (in MB).
Used MemoryAmount of memory used by the ASE server (in MB).
Free MemoryRemaining amount of memory available for the ASE server (in MB).
Used Memory PercentageAmount of memory used by the ASE server (in percentage).
REMOTE CONNECTION STATISTICS
Max Remote ConnectionsThe number of max remote connections available in the ASE server.
Remote Connection PercentagePercentage of the amount of active remote connections after the ASE server has restarted.
Active Remote ConnectionsThe number of active remote connections after the ASE server has restarted.
USER CONNECTION STATISTICS
Max User ConnectionsThe number of max user connections available in the ASE server.
Active User ConnectionsThe number of active user connections after the ASE server has restarted.
User Connection PercentagePercentage of the amount of active user connections after the ASE server has restarted.
LOCK STATISTICS
Max LocksTotal number of locks configured to be held in the ASE server.
Active LocksNumber of locks that are in active state.
Active Lock PercentagePercentage of active locks with total locks configured.
DISK I/O STATISTICS
Max Disk I/OTotal number of disk I/O available in the ASE server.
Active Disk I/ONumber of disk I/O that are active and currently in use.
Active Disk I/O PercentagePercentage of active disk I/O with the max disk I/O.
PROCEDURE CACHE USAGE
Max Procedure CacheTotal amount of procedure cache allocated for SAP ASE server.
Procedure Cache UsedAmount of procedure cache that are currently in use.
Procedure Cache Used PercentagePercentage of procedure cache used with the max procedure cache.
Stored Procedure Request RateNumber of stored procedure requests processed per second.
DATA CACHE USAGE
Configured Data CacheAmount of data cache configured during the server startup (in MB).
Current Data CacheAmount of data cache that are currently in use (in MB).
CACHE HIT RATIO
Data Cache Hit RatioRatio of Logical Reads to Cache Searches performed for default cache (in percentage).
Procedure Cache Hit RatioRatio of difference between procedure requests and load to requests made (in percentage).

Database

ParametersDescription
Database Details
DB NameName of the database instances.
Total SizeTotal amount of space allocated for the database (in MB).
Used SizeAmount of space used in the database (in MB).
Free SizeRemaining amount of space available in the database (in MB).
Used Size (%)Amount of space used in the database (in percentage).
Log SizeAmount of space allocated for logs in the database (in MB).
Log UsedAmount of space used from the allocated log space in the database (in MB).
Log Used (%)Amount of space used from the allocated log space in the database (in percentage).
CreatorName of the user who created the database.
HealthHealth status of the database.
Database Backup Details
DB NameName of the database.
Backup StatusStatus of the backup performed.
Backup Start TimeDate and time at which backup was started.
Backup AgeAmount of time elapsed since the last backup (in hours).
Suspended ProcessesNumber of processes that are currently suspended due to the database transaction log being full.
Transaction Log FullIndicates whether the database transaction log is full. (Yes or No)
Last CheckpointDate and time at which checkpoint was last run for this database.
Last Transaction Log DumpDate and time of this database’s most recently successful transaction log dump.
Transaction Details
TypeThe type of the transaction
CoordinatorThe coordinator of the transaction
StateThe state of the current transaction like it is started or in process or ended
ConnectionThe type of connection
DB NameThe database name in which the transaction is executed
Process NameThe process which is executing the transaction
Transaction NameThe name of the transaction
Start TimeThe time at which the transaction started

Performance

This tab displays the performace of top 10 queries in terms of various factors such as CPU Time, Memory Usage, Run Time and Wait Time.

  • Top 10 queries by CPU - Displays the list of top 10 queries with high CPU Time.
  • Top 10 queries by Memory Usage - Displays the list of top 10 queries with high Memory Usage.
  • Top 10 slow running queries - Displays the list of top 10 queries with high execution time.
  • Top 10 most waited query - Displays the list of top 10 queries with high Wait Time.

Below are the list of metrics that are displayed in this tab:

ParametersDescription
Process IDID of the process currently connected to ASE server.
DB NameName of the database currently in use.
QueryDisplays the database query that is running.
CPU TimeAmount of time taken by the CPU to execute the query (in milliseconds).
Wait TimeAmount of time for which the task has waited to execute the query (in milliseconds).
Execution TimeAmount of time taken for the query to be executed (in seconds).
Memory Usage(kB)Amount of memory utilized to execute the query (in kilobytes).
Physical ReadsNumber of buffers reads that have been performed from disk while executing the query.
Logical ReadsNumber of buffers reads that have been performed from cache while executing the query.

Process

ParametersDescription
Command Process Details
Process IDID of the process currently connected to ASE server.
Process NameThe name of the process currently connected to ASE server
Host Name/IPAddressThe Host Name / IP address of the process connected to ASE
User NameThe name in which the process is connected to ASE
DB NameThe name of the Database to which process is connected to ASE
CommandThe command executed by process connected to ASE (command shown here limits to 255 chrs)
StatusThe current status of the process
Physical IOThe Physical IO of the process
Memory UsageThe memory used by the process
Time BlockedAmount of time blocked by the process (in seconds).

Loved by customers all over the world

"Standout Tool With Extensive Monitoring Capabilities"

It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.

Reviewer Role: Research and Development

carlos-rivero
"I like Applications Manager because it helps us to detect issues present in our servers and SQL databases."
Carlos Rivero

Tech Support Manager, Lexmark

Trusted by over 6000+ businesses globally