eG Monitoring
 

Measures reported by SiebelEAIStsTest

Siebel EAI provides components for integrating Siebel Business Applications with external and internal applications, and provides inbound and outbound interfaces to and from a Siebel application.

Siebel EAI support for XML allows you to communicate with any Siebel system or external system, or with trading partners that can read and write XML (either arbitrary XML or Siebel XML, also known as the Siebel Message format). XML documents are delivered directly to and from Siebel applications, or through middleware using any of the supported transports: HTTP, IBM MQSeries, Microsoft Messaging Queue (MSMQ), File, and so on. XML communicated in this way can query Siebel Database, upsert (update or insert) data, synchronize the two systems, delete data, or execute a workflow process. By frequently analyzing the XML documents, administrators may be able to figure out the load on the Siebel EAI Adapter and figure out how well the Siebel EAI Adapter is processing the queries made. The SiebelEAIStsTest test helps administrators in this process

This test reports the number of query calls and non query calls made to the Siebel EAI adapter. In addition, this test also helps you to understand the rate at which the input and output property sets are processed. This test also helps you to understand the rate at which the XML calls are generated, the rate at which the XML input buffer grows and the rate at which the XML output buffer is read.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Total_query_calls Indicates the number of query calls made to the Siebel EAI Adapter. Number This measure is a good indicator of the load on the Siebel EAI Adapter. A high value for this measure indicates a higher load on the Siebel EAI Adapter.
Total_query_size Indicates the rate at which the output property sets for all queries are processed. KB/Sec  
Total_sync_calls Indicates the number of non query calls made to the Siebel EAI Adapter. Number This measure is inclusive of all the Synchronize, Upsert, Insert and Update queries.
Total_sync_size Indicates the rate at which the input property sets for all queries are processed. KB/Sec  
Total_xml_calls Indicates the rate at which the XML calls are generated in this Siebel EAI Adapter. Calls/Sec  
Total_xml_input_buffer Indicates the rate at which the XML input buffer grows in this Siebel EAI adapter. KB/Sec  
Totl_xml_output_buffer Indicates the rate at which the XML output buffer is read from this Siebel EAI adapter. KB/Sec  
Total_xml_parser_calls Indicates the number of XML Parser calls invoked in this Siebel EAI Adapter. Number