Invoking sp_sysmon

sp_sysmon requires you to set enable monitoring to true (enabled), and that the user have the mon_role:

sp_configure 'enable monitoring', 1
grant role mon_role to sa

Use sp_sysmon with:

Tailor the output to provide the information you need. You can: