LearnMental Models

Everything is a Queue

The most universal model in systems. Every latency spike you have ever debugged had a queue behind it: CPU run queues, socket backlogs, disk queues, lock wait lists. Learn the real math (wait time, Little's Law, the 80 percent knee), then read live queues on real machines.

Labs in this module