-
Notifications
You must be signed in to change notification settings - Fork 81
StaticThreadSched
Tom Barbette edited this page Nov 25, 2022
·
3 revisions
StaticThreadSched — Click element; specifies element and thread scheduling parameters
StaticThreadSched(ELEMENT THREAD, ...)
Ports: none
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.
ThreadMonitor, BalancedThreadSched
Generated by click-elem2man from ../elements/threads/staticthreadsched.hh:8
on 2022/11/25.