Skip to content

BalancedThreadSched

Tom Barbette edited this page Oct 3, 2018 · 2 revisions

BalancedThreadSched Element Documentation

NAME

BalancedThreadSched — Click element; bin packing scheduler

SYNOPSIS

BalancedThreadSched([INTERVAL, INCREASING])

Ports: none

DESCRIPTION

Bin pack tasks onto threads by minimizing variance in load. INTERVAL specifies the number of ms between each load balance. By default it is 1000 (1 second). If INCREASING is true, first sort tasks in increasing order based on cost, then binpack. Otherwise, tasks are decreasingly sorted. By default, INCREASING is true.

SEE ALSO

ThreadMonitor, StaticThreadSched

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

Clone this wiki locally