You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tom Barbette edited this page Oct 3, 2018
·
2 revisions
ThreadMonitor Element Documentation
NAME
ThreadMonitor — Click element;
print out thread status
SYNOPSIS
ThreadMonitor([INTERVAL, THRESH])
Ports: none Drivers: linuxmodule
DESCRIPTION
Every INTERVAL number of ms, print out tasks scheduled on each thread if
tasks are busy. INTERVAL by default is 1000 ms. Only tasks with cycle count
of at least THRESH are printed. By default THRESH is 1000 cycles.