Skip to header Skip to main navigation Skip to main content Skip to footer

Search form

Site branding

What's up, home?
Monitor everything with Zabbix & Grafana

Main navigation

  • Home
  • Story mode
  • About
  • Features
  • Hardware list
  • Videos
  • GitHub (opens in new tab)
  • Daily AI generated stories (opens in new tab)

Part 130: Results of Zabbix Summit 2025 wifi connection quality

Breadcrumbs

Breadcrumb

  • Home
  • Part 130: Results of Zabbix Summit 2025 wifi connection quality

Main page content

By whatsuphome | 10:31 PM EEST, Tue October 14, 2025

TL;DR

I monitored the Zabbix Summit 2025 main hall WiFi quality by running a FreeBSD cron job each minute that captured connection rate, RSSI, and other wireless stats. The data was parsed into Zabbix via agent items and regex preprocessing. Results showed
What's up, home? part 130 cover image

First of all, THANK YOU all the Zabbix employees and summit visitors. Zabbix Summit 2025 was fantastic as always!

I truly did monitor the Zabbix Summit main hall wifi connection quality with my laptop. Results should be taken with a grain of salt, as these were measured with my about ten years old Dell Latitude E7450 laptop with FreeBSD 14.3, so there's potential downgrade of everything thanks to that combo.

How did I monitor the quality?

My FreeBSD runs the following each minute via cron:

/sbin/ifconfig wlan0 list sta | tail -n 1 >/tmp/wifi.txt

If you have no idea what the command returns, here it is with the tail part stripped:

ADDR               AID CHAN RATE RSSI IDLE  TXSEQ  RXSEQ CAPS FLAG
fc:34:97:6f:ff:5c   41   36  54M 61.0    0   1765  41056 EP   AQU          RSN HTCAP VHTCAP VHTOPMODE VHTPWRENV WPS WME

As you can see, there's MAC address, channel, connection rate, RSSI and so forth. 

Zabbix part

On Zabbix, I created a very small wifi monitoring template, tailored for FreeBSD. 

Items list

In other words, Zabbix Agent reads the /tmp/wifi.txt file contents and then the dependent items parse the relevant snippet from there with regular expressions.

Raw item

 

Preprocessing

Example regular expression as text: [^\s]+\s*[^\s]+\s*[^\s]+\s*([^M]+).*

The results

Not stellar, or depending on how you think of it. 500+ creme de la creme nerds gathered under the same roof must be challenging for the hotel wifi.

Connection rate first saw some 54 Mbit/s connections, then dropping to way worse levels than that. You may also observe how I dutifully took my laptop with me during each break.

Connection rate

With wifi connection RSSI, the results fluctuated quite a bit, but the RSSI itself looks surprisingly good. This makes me a bit suspicious if my laptop & OS combo did stuff, but on the other hand, the throughput experience was not blazing fast through my iPhone 16, either.

Connection RSSI

Response time to my blog was a bit high. This is just a standard Zabbix web scenario, loading the main page source code, but does not load the images etc.

Blog response time

Compare the results when measured with my home Raspberry Pi 4:

response time from home

I will polish the wifi template a bit and then release it on my GitHub, as it definitely can be useful for some real use cases, too.

 

whatsuphome
zabbixsummit2025
wifi
summitwifi
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
I monitored the Zabbix Summit 2025 main hall WiFi quality by running a FreeBSD cron job each minute that captured connection rate, RSSI, and other wireless stats. The data was parsed into Zabbix via agent items and regex preprocessing. Results showed

Search

Who am I?

  • Janne Pikkarainen from Finland 🇫🇮
  • Principal Site Reliability Engineer at Forcepoint
  • A Zabbix Summit speaker every year since 2022
  • Walking, talking Zabbix commercial

Support my project

Buy me a coffee 

Footer menu

  • Contact

What's up, home? | Janne Pikkarainen | contact(at)whatsuphome.fi | 2022 - 2026

Developed and Designed by Janne Pikkarainen