dm_os_workers


Columns

Column Type Size Nulls Auto Default Children Parents Comments
worker_address varbinary 8 null
status int 4 null
is_preemptive bit 1 null
is_fiber bit 1 null
is_sick bit 1 null
is_in_cc_exception bit 1 null
is_fatal_exception bit 1 null
is_inside_catch bit 1 null
is_in_polling_io_completion_routine bit 1 null
context_switch_count int 4 null
pending_io_count int 4 null
pending_io_byte_count bigint 8 null
pending_io_byte_average int 4 null
wait_started_ms_ticks bigint 8 null
wait_resumed_ms_ticks bigint 8 null
task_bound_ms_ticks bigint 8 null
worker_created_ms_ticks bigint 8 null
exception_num int 4 null
exception_severity int 4 null
exception_address varbinary 8 null
affinity bigint 8 null
state nvarchar 120 null
start_quantum bigint 8 null
end_quantum bigint 8 null
last_wait_type nvarchar 120 null
return_code int 4 null
quantum_used bigint 8 null
max_quantum bigint 8 null
boost_count int 4 null
tasks_processed_count int 4 null
fiber_address varbinary 8 null
task_address varbinary 8 null
memory_object_address varbinary 8 null
thread_address varbinary 8 null
signal_worker_address varbinary 8 null
scheduler_address varbinary 8 null
processor_group smallint 2 null
worker_migration_count int 4 null

Relationships