Use this command to stop collection of all data collectors together or particular data collectors as per the criterion specified. Additionally, you can preview the data collectors that will be affected by the criterion that you specify.
To understand the syntax and examples, see:
Note
Prefix this command with the following, as appropriate:
stopCollection -u <userName> -w <password> -d <hostName> -p <portNumber>
-c <criterion> [-y] [-v] [-s]
Square brackets ([ ]) indicate optional parameters.
The following table describes the parameters used in the syntax:
Parameter | Description |
---|---|
-u | MultiExcerpt named username was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro |
-w | MultiExcerpt named password was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro |
-d | MultiExcerpt named host was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro |
-p | MultiExcerpt named port was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro |
-c | Criterion to select data collectors for which you need to be stop collection. This parameter must be specified in the format
Notes:
|
-y | MultiExcerpt named preview was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro |
-v | MultiExcerpt named version was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro |
-s | MultiExcerpt named ssl was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro |
The following example provides the input for stopping the collection of data collectors starting with the name houston
:
stopCollection -u admin -w admin -d localhost -p 9797 -c hostName=”houston*”
The following example provides the input for stopping the collection of all data collectors:
stopCollection -u admin -w admin -d localhost -p 9797 -c hostName=_ALL_