If you are trying to get perfmon counters for SQL in 64bit windows servers and surprised to noticed that there is NO counters for SQL server, you are not alone.
Resolution:
SQL server on 64 bit perfmon is not available. Reason for this is beyond the scope of this blog. However, you can still get the information if you would run perfmon console in 32 bit on 64 bit machine.
Here is how: mmc /32 perfmon.msc
************************************************************************************