Advanced Customization > Info*Engine User’s Guide > Task Webject Reference > Administrative Webjects > Get-Statistics
  
Get-Statistics
DESCRIPTION
Returns a group containing simple statistical information related to the specified process. The returned group contains the following statistical information:
serviceName — Name of the service
serviceType — Type of service. Valid service types are task processor or adapter.
activeThreads — Number of actively running threads, not including the current thread.
handledRequests — Number of requests handled.
averageResponse — Average time in milliseconds it has taken to respond to a request.
Requests to execute administrative webjects are not included in the statistics.
* 
This webject is only supported by processes listening on a port, such as an out-of-process adapter or a task processor.
SYNTAX
<ie:webject name="Get-Statistics" type="ADM">
  <ie:webject name="INSTANCE" data="instance"/>
</ie:webject>
PARAMETERS
Required
Select
Optional
INSTANCE
INSTANCE
Specifies the name of the process in which this webject is to be run. An adapter that is running out-of-process or a task processor are both processes.
This parameter is required.
EXAMPLE
<ie:webject name="Get-Statistics" type="ADM">
  <ie:param name="INSTANCE"            
 data="com.myCompany.myHost.server.taskProcessor"/>
</ie:webject>