How we measure
Why this page exists
Kiikari was built because a menu bar analytics app on this Mac wrote about 20 GB to the SSD every day. That is the kind of thing a developer notices and a spec sheet hides. So the promise here is falsifiable: we publish the numbers, the method, the build and the date. If the numbers drift, this page changes with them.
What we measure, and with what
| Figure | Tool | What it captures |
|---|---|---|
| Disk writes | fs_usage filtered to the Kiikari process | Bytes actually written to storage over a fixed window, extrapolated to a day. |
| CPU | powermetrics and Activity Monitor | Steady-state CPU with the popover closed. Idle means idle. |
| Memory | Xcode memory report, footprint | Resident footprint during normal use, not a first-launch spike. |
| Network | Request accounting inside the app | Bytes transferred per day in steady state, with analytics enabled. |
The conditions
- Build: the shipping Release build from the Mac App Store, not a debug build.
- Configuration: everything on. Deep analytics enabled, all notification categories active, the daily digest scheduled. The heaviest realistic setup, not a stripped-down one.
- Steady state: the popover closed, the app doing its normal background refresh on its normal cadence. No timers spin while nothing is on screen.
- Portfolio: a real multi-app account, so the numbers reflect actual work, not an empty shell.
The budget is enforced in code, not in a promise
The numbers are not a marketing target we hope to hit. They are a test that fails the build if we miss it. Kiikari's continuous integration runs a byte-accurate simulation of a 30-day sync with analytics on and asserts a hard ceiling on disk writes. If a change would blow the budget, it does not ship. The published number is the observed number, and the ceiling sits comfortably above it.
Current numbers
Check it yourself
You do not have to take our word for it. Open Settings, Advanced, Performance inside Kiikari. It shows every network request the app makes and its own footprint, live, on your machine.