Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
ServiceTime | datetime | |
Description | string | The execution time of the servlet's service method. The time is represented as a datetime interval. |
MappingStrings | string | JSR77.JCP|JSR77.6.32.1.1 getServiceTime|V1.0 |
ServiceTimeMinTime | datetime | |
Description | string | The minimum execution time of the servlet's service method since the beginning of this measurement. The time is represented as a datetime interval. |
MappingStrings | string | JSR77.JCP|JSR77.6.6.1.3 getMinTime|V1.0 |
ServletTimeMaxTime | datetime | |
Description | string | The maximum execution time of the servlet's service method since the beginning of this measurement. The time is represented as a datetime interval. |
MappingStrings | string | JSR77.JCP|JSR77.6.6.1.2 getMaxTime|V1.0 |
ServletTimeTotalTime | datetime | |
Description | string | The total execution time of the servlet's service method since the beginning of this measurement. Dividing ServletTimeTotalTime by ServletTime will provide the average time spent executing the servlet's service method. The time is represented as a datetime interval. |
MappingStrings | string | JSR77.JCP|JSR77.6.6.1.4 getTotalTime|V1.0 |