Hi folks,
I am a system analyst, trying to find the effect of DB latency in our systems. Is there a way to generate DB latency in the order of milli seconds.. ?
My application & db are in separate boxes. Same switch.
I have tried the following.
1. Disabled disc write cache.
-was able to generate db latency of 28ms
2. Tried to play around with the memory & cpu/processor available for the SQL server.
3. Disabled in memory caching.
-Generates latency in the order of secs. But I need it it in milli secs.
4. Introduced network latency to the DB machine.
-delaying response & simulating DB latency. This works but is not accepted by the developers.
So I have to either find a configurable parameter in DB which creates latency in millisecs or a 3rd party tool which may generate latency in DB.
Any inputs are appreciated .
Cheers,
-Vinod