Lines Matching refs:workload
4 Discovering Linux kernel subsystems used by a workload
14 * Understanding system resources necessary to build and run a workload
17 in use by a workload. The completeness of the system usage information
18 depends on the completeness of coverage of a workload.
24 * Once we discover and understand the workload needs, we can focus on them
32 the system resources in use by a workload. Once we discover and understand
33 the workload needs, we can focus on them to avoid regressions and use it
37 the workload and doesn't include all the system calls that can be invoked
39 these system calls that are invoked. As an example, if a workload opens a
42 is a workload that provides full coverage of a workload then the method
45 workload.
47 The goal is tracing a workload on a system running a default kernel without
65 to gather fine-grained information on a workload's usage of system resources.
68 our methodology to discover resources used by a workload. This process can
101 paxtest workloads to show how to analyze a workload and identify Linux
106 perf bench (all) workload
116 Stress-ng netdev stressor workload
129 paxtest kiddie workload
144 by a workload. It can be used:
157 these features to get information on workload system usage.
317 Tracing perf bench all workload
320 Run the following command to trace perf bench all workload::
324 **System Calls made by the workload**
326 The below table shows the system calls invoked by the workload, number of
427 Tracing stress-ng netdev stressor workload
430 Run the following command to trace stress-ng netdev stressor workload::
434 **System Calls made by the workload**
436 The below table shows the system calls invoked by the workload, number of
521 Tracing paxtest kiddie workload
524 Run the following command to trace paxtest kiddie workload::
528 **System Calls made by the workload**
530 The below table shows the system calls invoked by the workload, number of
601 * `ELISA-White-Papers-Discovering Linux kernel subsystems used by a workload <https://github.com/elisa-tech/ELISA-White-Papers/blob/master/Processes/Discovering_Linux_kernel_subsystems_used_by_a_workload.md>`_