When i run the counter for Process(sqlservr)\% Processor Time in permon on my SQL server, it agrregates the process across all cores. So if I have a 4 core CPU and SQL process is running 50% on each core, then value of the counter will be 200% while Processor(_Total)\% Processor Time would be 50%. How does APM measure the value of the % CPU for the SQL Process? I've never seen it go above 100% on my 8 core server.