Add Test Data
You can quickly run a Stress Test Tool that comes with NCache installation to verify that cache clients can make calls to cache servers. This tool starts making cache calls to the cache servers as it simulates transactional load on the specified cache. You can monitor the cache performance using PerfMon counters and NCache Monitor.
Using PowerShell
Add-TestData cmdlet enables the user to add some test data to the cache to check if the cache has started and is working properly.
The following command adds test data to the cache named demoClusteredCache. It adds 40 items to the cache and the data added will expire after the time duration of 5 minutes.
Add-TestData –CacheName demoClusteredCache –ItemCount 40
See Also
Create a Cache
Remove Cache
Remove Server Node
Configure Query Indexes