How can I calculate CPU % per processes in SQL 2000 ?

  • Hi,

    Is there a way that I can calculate what cpu % a spid in SQL 2000 or 2005 is using ? I can  get the CPU time , but dont know how to calculate the CPU %

    Has anyone every tried this ?

     

    Cheers,

    Esckay

  • This was removed by the editor as SPAM

  • You could trace the events using SQL Profiler. It reports the CPU time for every database action, but it doen't give you CPU %. Maybe it could help you.

    Diego

     

  • There is a stored proc sp_monitor, but this gives the total cpu %. I have checked numerous places on the web, but I still haven't found a answer.

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply