Hi Apurva Pathak,
Thanks for your post. It looks like there is some performance issue in the infrastructure of the problem node. Performance in virtual infrastructure is generally analyzed like this:
- RAM - if your virtual machine has insufficient RAM, or if you are forcing your host into over-provisioning RAM, that's going to be your primary cause of performance issues.
- Disk Performance. Latency and throughput are the key indicators here... If throughput is constantly nearing the physical throughput of disk access chokepoint, performance will be negatively affected. If read latency is averaging over 20ms or peaking over 100ms, or if write latency is averaging over 10ms or peaking over 25ms, you're going to see performance issues.
- CPU and Network are tied distantly for third place. Modern CPU and Network are so much more capable than most infrastructures need that this is rarely an issue.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.