Performance Tuning性能调优
术语
- Stack Trace: 堆栈跟踪
- voluntary context switches: One thread explicitly yields the CPU to another, because it requires a resource that is unavailable
- non-voluntary context switches: takes place when a thread executes for the duration of its time slice or when the system identifies a higher-priority thread to run."
- WebApp压力测试工具:JMeter和JavaMelody
- Btrace