revisualized.com, Joseph Tracy, Infrastructure Engineer, Storage and Automation

I'm Joseph Tracy, an infrastructure engineer in Seattle with over two decades across enterprise systems: PowerScale, Isilon, OneFS, and the Linux internals that keep large-scale storage environments running under pressure. I have spent the last two years building the automation layer on top of that operational foundation, turning deep hands-on knowledge into repeatable, documented, version-controlled systems.

The tooling here is small and single-purpose, aimed at the operational problems that keep recurring: the check that should have run before the job started, the snapshot that should have been taken before the config changed, the timing history that turns "it feels slow" into a measurement. Each one ships tested, documented, and with its source.

Everything here is built and tested on my own time. This site is where that work gets done in public.

All projects →

Incident Log Merger: One Timeline From Many Clocks

The mechanical first hour of incident log review, automated: takes log files from multiple systems, normalizes their timestamps to UTC, corrects known clock drift per source, brackets a window around an anchor time, and emits one merged, time-sorted stream so a human can start reading instead of collating.

Python Linux Troubleshooting
Read more →

Environment Preflight Check: Refuse to Start in a Broken World

A manifest-driven environment checker that runs before real work does: required commands exist, paths are readable or writable, variables are set, disk has room, the clock is synced. Every failure reported at once, in plain language, so a broken environment is a readable report instead of a mid-run mystery.

Bash Linux Automation
Read more →

Storage Path Canary: NFS and SMB, Timed End to End

A data-path canary for NFS exports and SMB shares. It mounts, writes, reads back, verifies, deletes, and unmounts, timing every phase in milliseconds, and appends the results to a CSV history so "the share feels slow" becomes a question with a baseline instead of a vibe.

NFS SMB Bash
Read more →
All articles →
Infrastructure August 1, 2026 9 min read

Modernizing What You Cannot Redeploy

Weighted systems need modernization too, just translated for infrastructure that will never be disposable. Five practices that survive the crossing, what each one turns into on the other side, and the failure mode each one carries.

Infrastructure July 18, 2026

Observability Meets the Filesystem

The 2026 observability doctrine wants everything streamed continuously. At the filesystem the physics push back, and scheduled batch collection turns out to be the correct engineering response rather than the un-modernized one.

Infrastructure Observability
Read more →
Infrastructure July 11, 2026

Why Change Management Is Deliberately Slow

Deployment frequency is the celebrated metric of the age, so an hour spent on one paragraph of a change plan looks like pathology. Sometimes it is. Sometimes it is the most rational activity in the building, and what separates the two cases is weight rather than maturity.

Infrastructure Change Management
Read more →