Performance analysis

Business Process Analytics in R

Gert Janssenswillen

Creator of bupaR

Performance analysis

Visuals

  • Performance process map
  • Dotted chart

Metrics

  • Throughput time
  • Processing time
  • Idle time
Business Process Analytics in R

Performance process map

A normal process map

eventlog %>% 
    process_map(type = frequency())

A performance process map

eventlog %>% 
    process_map(type = performance())
Business Process Analytics in R

Dotted chart

  • each dot represents activity
  • x-axis: time
  • y-axis: cases
Business Process Analytics in R

Business Process Analytics in R

Business Process Analytics in R

Performance metrics

  • throughput_time
  • processing_time
  • idle_time
Business Process Analytics in R

Let's practice!

Business Process Analytics in R

Preparing Video For Download...