The runtime monitor starts and monitors statistics of a given Web service collection or Web service.
startStats entity
<taskdef name="wst_antTask" classname="com.sybase.wst.wstool.ant.AntTask"/> <target name="startStats" > <wst_antTask command="startStats" entity=”entity” >
Where:
Option |
Description |
---|---|
entity |
The entity can be either:
|
This command starts the runtime monitor and monitors statistics of MyWebServiceCollection:
wstool startStats collection:MyWebServiceCollection
Ant build example:
<wst_antTask command="startstats" entity="service:myCollection/myService"/>
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |