Skip to content
Tom Barbette edited this page Nov 25, 2022 · 3 revisions

StaticThreadSched Element Documentation

NAME

StaticThreadSched — Click element; specifies element and thread scheduling parameters

SYNOPSIS

StaticThreadSched(ELEMENT THREAD, ...)

Ports: none

DESCRIPTION

Statically binds elements to threads. If more than one StaticThreadSched is specified, they will all run. The one that runs later may override an earlier run.

If Click is compiled with NUMA support (libnuma was found at configure time) one can use the format socket/core such as 1/3 which will use the 3rd core of the first NUMA socket.

SEE ALSO

ThreadMonitor, BalancedThreadSched

Generated by click-elem2man from ../elements/threads/staticthreadsched.hh:8 on 2022/11/25.

Clone this wiki locally