IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Developing monitor models > Monitoring WebSphere MQ Workflow processes

Selecting the WebSphere MQ Workflow monitoring templates

In the Monitor Model Generation wizard, you can choose the monitored events from the Emitted Events tab or you can select templates from the Monitoring Templates tab.

If you select a template, the required events for that template are selected automatically. Select only the templates and events that you need to avoid extraneous monitoring artifacts in the generated monitor model.

The following table lists the supported templates where the key performance indicators (KPIs) and measures all use the average value of the same metric.

Supported templates
Metric Name Application Element Type Description

Elapsed Duration
Elapsed Duration For KPI
Elapsed Duration For Measure

Process
ProcessActivity
ProgramActivity
BlockActivity

Time from Start event to End event

Working Duration
Working Duration For KPI
Working Duration For Measure

Process

Accumulated Stopwatch

startedWhen:

Process Started(21000), Process Created and Started(21018), Process Resumed(21002)

stoppedWhen:

Process Ended Normally(21004), Process Terminated(21005), Process Ended Normally and Deleted(21025), Process Terminated and Deleted(21026), Process Suspended(21001)

ProcessActivity
ProgramActivity

Accumulated Stopwatch

startedWhen:

Activity Started(21007)

stoppedWhen:

Activity Implementation Completed(21032)
BlockActivity

Accumulated Stopwatch

startedWhen:

Block Started(21015)

stoppedWhen:

Activity Implementation Completed(21032)
Start Time

Process
ProcessActivity
ProgramActivity
BlockActivity

Time of start event
End Time

Process
ProcessActivity
ProgramActivity
BlockActivity

Time of end event
State Process Metric for status: created, started, restarted, ended, deleted

ProcessActivity
ProgramActivity

Metric for status: ready, started, ended
BlockActivity Metric for status: started, ended

Ready To Started Duration
Ready To Started Duration KPI
Ready To Started Duration For Measure

ProgramActivity
ProcessActivity

Duration from ready to start. This is the waiting time for a work item before addressed

startedWhen:

Activity Ready(21006)

stoppedWhen:

Activity Started(21007)

Started To Ended Duration
Started To Ended Duration KPI
Started To Ended Duration For Measure

ProgramActivity
ProcessActivity

Duration from activity start to end.

startedWhen:

Activity Started(21007)

stoppedWhen:

Activity Ended Normally(21011), Activity Terminated(21027), Activity Forced Finished(21012), Activity Exited Manually(21014)

Monitoring WebSphere MQ Workflow processes