Index: libcfa/src/concurrency/stats.cfa
===================================================================
--- libcfa/src/concurrency/stats.cfa	(revision a344425c053dcb16f1c4e1dac8247370ebbcca21)
+++ libcfa/src/concurrency/stats.cfa	(revision 8c3a3a14c5d8e200e45c746b892f756b0a2538a3)
@@ -97,5 +97,5 @@
 			__cfaabi_bits_print_safe( STDOUT_FILENO,
 				"----- %s \"%s\" (%p) - Ready Q Stats -----\n"
-				"- total threads  : %'15" PRIu64 "run, %'15" PRIu64 "schd (%'" PRIu64 "mig )\n"
+				"- total threads  : %'15" PRIu64 "run, %'15" PRIu64 "schd (%'" PRIu64 "ext, %'" PRIu64 "mig )\n"
 				"- push avg probe : %'3.2lf, %'3.2lfl (%'15" PRIu64 " attempts, %'15" PRIu64 " locals)\n"
 				"- ext  avg probe : %'3.2lf, %'3.2lfl (%'15" PRIu64 " attempts, %'15" PRIu64 " locals)\n"
@@ -105,6 +105,6 @@
 				, type, name, id
 				, ready.pick.pop.success
-				, ready.pick.push.success
-				, ready.threads.migration
+				, ready.pick.push.success + ready.pick.ext.success
+				, ready.pick.ext.success, ready.threads.migration
 				, push_len, lpush_len, ready.pick.push.attempt, ready.pick.push.local
 				, ext_len , lext_len , ready.pick.ext .attempt, ready.pick.ext .local
