Skip to content
AtomicReps

Navigation

15/21Architecture

Performance Engineering.

Profiling, p99 latency, memory leaks, CPU-vs-IO bound analysis, benchmarking, load testing, capacity planning, tracing.

  • Performance Engineering · 1 of 3

    Distributed tracing, spans, OpenTelemetry

    Which HTTP request header carries the W3C-standard distributed-trace context?

  • Performance Engineering · 2 of 3

    CPU-bound vs IO-bound diagnosis

    Compared with vmstat's 'us'+'sy' columns, what specific signal does vmstat's 'b' column add that helps tell CPU-bound from I/O-bound under the same load?

  • Performance Engineering · 3 of 3

    Microbenchmarks, JMH-style harness, variance

    JavaScript microbenchmark harnesses run the target function many times before the measured iterations begin. What is the primary reason?

Three of the 717 Performance Engineering questions in the bank.

Keep going with Performance Engineering, free
Next topic · 16/21Realtime Systems.