I know it's more complex than "you hit 100% usage and the service goes down". I know that as you approach 100% usage, garbage collection starts running more aggressively, for example, so you see an uptick in GC and CPU usage when you get near that.
But what happens as it keeps going? Will it thrash more and more until I run out of CPU? Start dropping calls? Or just hit 100% eventually and crash entirely?
Is there a good way to find out how close to the edge of that cliff I actuallyam?