SQL Server/T-SQL Tutorial/System Settings/CPU BUSY
@@CPU_BUSY Shows the number of busy CPU milliseconds since the SQL Server instance was last started.
3>
4> SELECT "CPUBusy", @@CPU_BUSY
5> GO
------- -----------
CPUBusy 514
(1 rows affected)