Skip to content
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.

SEE ALSO

StaticThreadSched, BalancedThreadSched

Generated by click-elem2man from ../elements/linuxmodule/threadmonitor.hh:5 on 2018/10/03.

Clone this wiki locally