Continue reading: Why we are better off monitor our queues

Why we are better off monitor our queues

Cycle time helps us monitor our system performance. So cycle time is a good  thing 🙂

But there is two ways of tracking it. First (obvious) way is by starting a stopwatch when an item enters system and stopping it when it exits. This gives a reliable measurement but only after we have passed the process.

Cycle time measurement

But there is a better way!

Continue reading