| Database | Table | Application | Created | Links |
| tempdb | #tmpEngUtilization_crby_sybsystemprocs__sp_sysmon_kernel_threaded | 01 Jan 70 | Joins Schema ColumnUsage Queries Dependencies |
1 create table #tmpEngUtilization(-- 0 Rows, Data: 0 B, Index: 0 B 2 UserBusy int not null, 3 SystemBusy int not null, 4 IOBusy int not null, 5 Idle int not null, 6 group_name unknown not null 7 ) 8
| COLUMN USAGE | |
| UserBusy | sp_sysmon_kernel_threaded |
| SystemBusy | sp_sysmon_kernel_threaded |
| IOBusy | sp_sysmon_kernel_threaded |
| Idle | sp_sysmon_kernel_threaded |
| group_name | sp_sysmon_kernel_threaded |
| QUERIES | |
| Joined With | Links |
| DEPENDENCIES |
| READERS AND WRITERS read_written by proc sybsystemprocs..sp_sysmon_kernel_threaded called by proc sybsystemprocs..sp_sysmon_analyze called by proc sybsystemprocs..sp_sysmon |