Monitoring the statement cache

sp_sysmon reports on statement caching and stored procedure executions. The statement cache is monitored by these counters:

This is sample output from sp_sysmon:

  SQLStatement Cache:
   Statements Cached                 0.0           0.0           0        n/a
   Statements Found in Cache         0.7           0.0           2        n/a
   Statements Not Found              0.0           0.0           0        n/a
   Statements Dropped                0.0           0.0           0        n/a
   Statements Recompiled             0.3           0.0           1        n/a
   Statements Not Cached             1.3           0.0           4       n/a