I have a game server that chokes for 2-3 seconds every now and then. It might have to do with:
- Garbage collection
- External programs in Windows hogging memory
- Unoptimized code
What can i use besides -gc to keep track of garbage collection?
What programs are there that keep a history log of how much memory and CPU programs are using?
What programs can be used to find bottlenecks in code?