Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ide_monitor [2020/05/04 14:58] admin created |
ide_monitor [2021/01/05 03:00] (current) |
||
---|---|---|---|
Line 2: | Line 2: | ||
//Execution Monitor// monitors the model execution progress status and allows execution of debugging scripts. The execution stats include the execution status, estimation of execution progress % and model coverage. | //Execution Monitor// monitors the model execution progress status and allows execution of debugging scripts. The execution stats include the execution status, estimation of execution progress % and model coverage. | ||
- | {{http:// | + | {{wiki:idescreen: |
---- | ---- | ||
Line 20: | Line 20: | ||
* Status - model execution status, STARTED, PAUSED, ENDED or ERRORED. | * Status - model execution status, STARTED, PAUSED, ENDED or ERRORED. | ||
- | * Virtual Users - number of virtual users (threads) specified in [[Execution | + | * Virtual Users - number of virtual users (threads) specified in //Execution |
* Running - active virtual users (threads) | * Running - active virtual users (threads) | ||
* Start Time - model execution start date and time | * Start Time - model execution start date and time | ||
Line 29: | Line 29: | ||
---- | ---- | ||
- | ==== Debug Expression | + | ==== Debug Console==== |
- | //Debug Expression// | + | |
- | The results from the script execution are displayed in JSON. | + | {{wiki: |
+ | |||
+ | //Debug Console// allows you to run scripts while the model is executing or execution is paused. | ||
+ | |||
+ | Script editor is a simplified [[ide_script | Script Editor ]]. You can run the debug scripts in the following: | ||
+ | * run line - run script on current line | ||
+ | * run selected - run selected script lines or script expression | ||
+ | * run all - run all script lines | ||
+ | |||
+ | The results from the script execution are displayed | ||
+ | |||
+ | Be aware that some of functions | ||
+ | |||
+ | * getCurState | ||
+ | * getCurTrans | ||
+ | * getCurDataSet | ||
+ | * getCurTravUID | ||
+ | * getData | ||
+ | * setCurTransSatisfyingHint | ||
+ | * setTransGuardHint | ||