Hey Clayton,

Thanks for sending over the support ticket! This is always a great help to us - and we appreciate it.

Your trace interval settings can be influenced by other settings depending on the number of targets you're tracing to (and the number of hops that each target has). There are a few different things you can tweak to try and solve this issue.

The first setting I'd recommend looking into here would be your "Packet send delay" ("Edit" -> "Options" -> "Engine"). If you have this set to the default of 40ms, then you're only able to send out 25 packets per second. If you have 100-150 requests (10 targets @ 10-15 hops each) that need to be serviced in any one "sample", then this is going to take about 4-6 seconds to service (because things are rate-limited). This *may* explain why you're seeing the the random timing you're seeing in your trace intervals (which coincidentally looks to range from 4-6 seconds, based on the sample you provided in your last post). This is a network utilization optimization, and you can safely lower this number if you have the bandwidth to do so - to as low as 0ms (but if you do that, packets will be dispatched in groups, which isn't recommended - 1ms is usually better).

Another setting to look into here would be your "Maximum concurrent requests" (also in your "Engine" settings). The default setting of 45 outstanding requests starts to run into issues as you increase your connection count - because it *can* take a bit of time to service 100-150 requests (especially if you're getting a lot of time-outs). Increasing the value to be a bit higher can help get things running as expected (you may want to try bumping it up from 45 to around 100 or so; 150 can work as well, it would just increase your resource utilization a bit).

You may also want to adjust your "Time to wait for ping replies" (in keeping with the current theme, this is *also* in your "Engine" settings) a bit as well. By default, PingPlotter has this set to 3000ms, but quite a few users have had success using a 1500ms setting here (but you can adjust this value to more appropriately meet your needs)

If you're interested, you can see a bit more information on all of the settings I've discussed above here:

http://www.pingplotter.com/manual/pro/packetoptions.html

Hopefully this helps out! If you have any other questions, or should you find yourself needing any other assistance - please don't hesitate to let us know.

Best wishes,

-Gary