Loading…
5 October 2026 | Prague, Czechia
View More Details & Registration

IMPORTANT NOTE: Timing of sessions and room locations are subject to change.

The Sched app allows you to build your schedule but is not a substitute for your event registration. You must be registered for ValkeyConf to participate in the sessions. If you have not registered but would like to join us, please go to the event registration page to purchase a registration.

This schedule is automatically displayed in Central European Summer Time (UTC+02:00). To see the schedule in your preferred timezone, please select from the drop-down located at the  bottom of the menu to the right.
Monday October 5, 2026 10:50 - 11:20 CEST
Your Valkey server reports 100% CPU. Is it saturated? You cannot tell from that number, and it isn't a monitoring bug.

Valkey's main thread and I/O threads busy-wait for work. A thread waiting burns CPU exactly like a thread working. In one reported case, throughput swept from 217K to 452K QPS- a 2x increase, while main-thread CPU sat flat near 100% the entire way and total CPU pinned at 400%. Every alert, dashboard and autoscaling policy built on that number is reading noise.

Valkey 9.1 shipped the answer: used_active_time_main_thread and used_active_time_io_thread_N, measuring wall clock minus busy-wait and blocking epoll, on a monotonic clock so spare capacity is actually visible.

This session builds a real saturation signal out of INFO:
1. active-time deltas for true per-thread utilization
2. eventloop_duration_sum minus eventloop_duration_cmd_sum to separate I/O from command execution
3. latencystats percentiles to catch what averages hide

Then we tune I/O thread count against it and ship the result with log-format json.

You will leave able to answer "how much headroom do I have?" and to retire the CPU alert that was never going to tell you.
Speakers
avatar for Himanshu Sangshetti

Himanshu Sangshetti

Member of Technical Staff (MTS), Mem0
Himanshu Sangshetti is an MTS at Mem0 (60k+ Github stars).

With a background in AI, cloud, and DevOps, he builds the memory layer for AI agents and helps engineers design and operate them in production.

An AWS Community Builder, HashiCorp Ambassador, and former AWS Cloud Capt... Read More →
Monday October 5, 2026 10:50 - 11:20 CEST
Chamber Hall, Level 3
  Performance

Sign up or log in to save this to your schedule, view media, leave feedback and see who's attending!

Share Modal

Share this link via

Or copy link