!7 cmodule RunnableThreadCount > DynBigNumber { start { setDescription("RUNNABLE THREADS"); dm_doEveryAndNow(1.0, r actualUpdate); } void actualUpdate enter { //time "Thread Count" { <= 1ms? setValue(l(runnableThreadsWithStackTraces()); //} } }