armstop

Contents / Enterprise Edition / User Guide / Instrumentation / Shell / armstop

armstop -- stops a measurement within the current ARM session

The armstop command is used to stop a measurement started with the armstart command within the current ARM session. After this command a new measurement can be started with the same id.

Command line options

Usage:

armstart <id> <status>
id
specifies the identifier used to start the measurement by the armstart command. within the current ARM session.
status
specifies the execution status of the measurement. Following values are supported and allowed:
  • GOOD
  • FAILED
  • ABORTED
  • UNKNOWN

Example

armstop ld1 GOOD

A complete example is shown in the armend example.

See Also
armsession, arminit, armtran, armstart, armend