You may want to get some statistics about the C-EMS document generation. C-EMS can compute lots of useful statistics that give the duration of pure CPU usage, or of host wait time...
Just log in the web administration console, go to the
Configuration tab, and then select the
Display statistics checkbox.
For now, when you request a transaction to C-EMS, a comment will be added to the generated XML document and also written to the engine log file:
| Code: |
================================================== ========================================================
| Task | Current | Average | | Request | Current | Average |
|==================================================| |========================================================|
| GetCurrentScreenClass | 158 ms | 158 ms | | Host | 0 ms ( 0 %) | 0 ms ( 0 %) |
| GetJavelinObject | 0 ms | 0 ms | | Convertigo | 2062 ms (100 %) | 2062 ms (100 %) |
| ApplyUserRequest | 0 ms | 0 ms | | XSLT | 0 ms ( 0 %) | 0 ms ( 0 %) |
| ApplyBlockFactory | 0 ms | 0 ms | |========================================================|
| ApplyExtractionRules | 0 ms | 0 ms | | Total | 2062 ms | 2062 ms |
| ApplyScreenClassHandlers | 0 ms | 0 ms | ========================================================
| ExecuteSequenceSteps | 0 ms | 0 ms |
| ExecuteSequenceCalls | 0 ms | 0 ms |
| WaitHtmlTrigger | 0 ms | 0 ms |
| GenerateDOM | 0 ms | 0 ms |
|==================================================|
| GetDocument | 1934 ms | 1934 ms |
==================================================
|