conferences | speakers | series

Graphing tools for scheduler tracing

home

Graphing tools for scheduler tracing
FOSDEM 2023

Understanding scheduler behavior can be important for understanding application performance. In this talk, we present some tools that we have developed to help understand scheduling behavior on highly multicore machines. The tools to be presented enable 1) obtaining a graph showing what tasks are running on what cores, with a variety of coloring schemes, 2) detecting overload situations, and 3) stepping through a recorded execution. All tools rely on traces collected using trace-cmd. The tools make it possible to get an overview of the execution, as well as to study specific execution intervals. The source code is available at https://gitlab.inria.fr/schedgraph/schedgraph.

Speakers: Julia Lawall