Performance monitor counters for monitoring Named Properties and Replication Identifiers are not available in Exchange 2010
Assume you want to monitor the growth rate of the named properties or replication identifiers in public folders or mailbox databases in Exchange 2010.
You would want to follow the steps outlined in this KB article:
How to enable additional Exchange information store logging
https://support.microsoft.com/default.aspx?scid=kb;EN-US;254606
Note: although the mdbperfx.dll exists in Exchange 2010 and the same steps can be applied, the following performance counters have been removed from Exchange 2010:
MSExchangeIS Mailbox\Rows in NamedProps Table
MSExchangeIS Mailbox\Rows in ReplidMap Table
MSExchangeIS Public\Rows in NamedProps Table
MSExchangeIS Public\Rows in ReplidMap Table
At the time of writing this post, there are no plans of re-introducing these counters back in Exchange 2010.
Workaround:
As a workaround you can query the number of namedprops of the public folder database with MFCMAPI:
1.Download MFCMAPI from https://mfcmapi.codeplex.com on a workstation with an existing Outlook Profile.
2. Make sure that MFCMAPI is connecting in Online mode: Tools -> Options -> select both option like below:
3. Session -> Logon
4.Double click the „Public Folders – user@smtpdomain.com” to open the Public Folders node:
5.Highlight Public Root then select: Property -> Advanced -> „Count all named props“
6. In this example, the namedprops value lies at : 1194 out of 32767
Alternatively, you can also choose the option „Find all named Props (SLOW)…“ to examine the named properties table and try to investigate the root cause of the bloat.
Additional information:
Understanding the Impact of Named Property and Replica Identifier Limits on Exchange
Databases
https://technet.microsoft.com/en-us/library/bb851492(EXCHG.80).aspx
Events 9666,9667, 9668, and 9669 Received When Named Properties or Replica Identifiers Are
Depleted for An Exchange Database
https://technet.microsoft.com/en-us/library/bb851495(v=exchg.80).aspx
How to configure Named Properties and Replica Identifier Quotas for Exchange 2007 Databases
https://technet.microsoft.com/en-us/library/bb851493(v=exchg.80).aspx