Summary:
Stops the specified performance monitor instance.
Request specification:
Name |
Min/Max |
Type |
Description |
|
|
|
|
|
|
|
|
|
|
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>