|
Measures reported by BobiCMSJobsTest
The Central Management Server (CMS) maintains a database of information about your Business Intelligence (BI) platform system (in the CMS system database) and audited user actions (in the Auditing Data Store). All platform services are managed by the CMS. The CMS also controls access to the system files where documents are stored, and information on users, user groups, security levels, and content. In a nutshell, the CMS performs all jobs critical to the management of the users and services of the SAP BOBI platform. Naturally therefore, the frequent failure of these critical jobs can impair the services, hamper user productivity, and ultimately kill user experience with the SAP BOBI platform. Also, if too many jobs are found waiting on the CMS owing to insufficient processing power, service delivery and user authentication may be significantly delayed, once again impacting user experience. To avoid such situations, administrators can periodically run the BobiCMSJobsTest test to quickly capture job failures and waiting jobs, ascertain the reasons for these anomalies rapidly, and fine-tune the CMS configuration to eliminate them.
The measures made by this test are as follows:
| Measurement |
Description |
Measurement Unit |
Interpretation |
| failedJobs |
Indicates the number of jobs that failed. |
Number |
Ideally, the value of this measure should be 0. A high value is indicative of frequent job failures, and warrants immediate investigation. |
| pendingJobs |
Indicates the number of jobs that are scheduled, but not ready, to run because the scheduled time or event has not arrived. |
Number |
A steady rise in the value of this measure is a cause for concern, as it indicates that many jobs are awaiting execution. Over time, these may choke the CMS. To avoid this, you may want to reconfigure schedules or event configurations to ensure jobs keep executing quickly. |
| runningJobs |
Indicates the number of jobs currently running on the CMS. |
Number |
Number
This is a good indicator of the current workload of the CMS. |
| completedJobs |
Indicates the number of completed jobs. |
Number |
s |
| waitingJobs |
Indicates the number of waiting jobs. |
Number |
Typically, waiting jobs are those that wait for resources to become available. A very high value for this measure could either indicate that one/more jobs currently running are hogging the available resources or that the CMS is not sized properly. In the case of the latter, you may want to allocate more resources to the CMS or increase the size of its thread pool. |
|