stopStats

Description

Stops the runtime monitor from monitoring statistics for a given Web service collection or Web service.

Syntax

Command line:

stopStats 
entity

Ant build file:

<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:

  • service:CollectionName/ServiceName – identifies the Web service for which statistics are no longer monitored.

  • collection:CollectionName – identifies the Web service collection for which statistics are no longer monitored.

Examples

Example 1

This command stops monitoring statistics of MyWebServiceCollection:

wstool stopStats collection:MyWebServiceCollection

Ant build example:

<wst_antTask command="stopstats" entity="service:myCollection/myService"/>