Tag Archives: servers

Some WinDbg notes for troubleshooting excessive memory usage

A little while ago I ran into some problems with the w3wp process gobbling up tons of memory. It ate up so much memory that after running for a few hours with high traffic, it would automatically get restarted by … Continue reading

Posted in Software Development | Tagged , , , | 1 Comment

Performance Monitor Tips & Tricks

I’ve been doing a lot of digging into performance monitor this last week or so and learned some new tricks. I thought I’d write this up and share what I found in case it’s useful in the future: Command line … Continue reading

Posted in Software Development | Tagged , , , | 1 Comment

Reconfiguring the load balancer to check via HTTP

So this comes from a work experience. For a project, I was looking into reconfiguring the load balancer we were using… We’re using loadbalancer.org. Which uses Linux-HA which uses ldirectord to monitor servers. There are a few options for how … Continue reading

Posted in Software Development | Tagged , | Leave a comment