Simulate Cache Usage
You can quickly run a Stress Test Tool that comes with NCache installation to verify that cache clients can make calls to cache servers.
To start this test on the cache you just created, please type the following command in Windows PowerShell:
Test-Stress –CacheName demoClusteredCache
This command starts making cache calls to the cache servers as Test-Stress simulates transactional load on the specified cache. You can monitor the cache performance using PerfMon counters and NCache Monitor.
See Also
NCache PowerShell Guide
Create a Cache
Monitor Caches in PerfMon
Use NCache from .NET Application
Use NCache for ASP.NET Sessions