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