1 <h2>processor_set_load_info
</h2>
4 <strong>Structure
</strong> - Defines the scheduling statistics for a processor set.
7 <strong>struct processor_set_load_info
</strong>
9 <strong>int
</strong> <var>task_count
</var><strong>;
</strong>
10 <strong>int
</strong> <var>thread_count
</var><strong>;
</strong>
11 <strong>integer_t
</strong> <var>load_average
</var><strong>;
</strong>
12 <strong>integer_t
</strong> <var>mach_factor
</var><strong>;
</strong>
15 <strong>typedef struct processor_set_load_info* processor_set_load_info_t;
</strong>
19 <dt> <var>task_count
</var>
21 Number of tasks currently assigned to this processor set
23 <dt> <var>thread_count
</var>
25 Number of threads currently assigned to this processor set
27 <dt> <var>load_average
</var>
29 Average number of runnable processes divided by number of CPUs
31 <dt> <var>mach_factor
</var>
33 The processing resources available to a new thread\(emthe number of
34 CPUs divided by (
1 + the number of threads)
38 The
<strong>processor_set_load_info
</strong> structure defines the scheduling
40 maintained for a processor set.
41 <h3>RELATED INFORMATION
</h3>
45 <a href=
"processor_set_basic_info.html"><strong>processor_set_basic_info
</strong></a>.