Simulate Cache Usage through PowerShell
On installation, NCache provides a Stress Test Tool to monitor NCache performance under stress in a given environment. You can quickly run this test to verify that cache clients can make calls to cache servers. To start this test, please type the following command in PowerShell:
PS > Test-Stress –CacheName demoClusteredCache
This command starts making cache calls to the cache servers as Test-Stress simulates transactional load on the specified cache.
Cache performance can be monitored using NCache PowerShell cmdlets.
See Also
NCache PowerShell Guide
Create a Cache
Use NCache from .NET Application
Use NCache for ASP.NET Sessions