Previous page

Next page

Locate page in Contents

Print this page

stop_monitor

Summary:

Stops the specified performance monitor instance.

Request specification:

Name

Min/Max

Type

Description

stop_monitor

 

 

 

{

 

 

 

id

1..1

guid_type

Monitor ID.

}

 

 

 

Description:

The call stops the specified performance monitor. You receive the monitor ID from Agent when you start the monitor with the start_monitor call.

Example:

<packet version="4.0.0" id="2">

<target>perf_mon</target>

<data>

<perf_mon>

<stop_monitor>

<id>f4315d31-c017-4362-a213-4b0ea76860f3</id>

</stop_monitor>

</perf_mon>

</data>

</packet>

Please send us your feedback on this help page