Nodeload Metrics
Nodeload 2 has been rocking since August, so I thought I’d give a quick report of its performance. Nodeload is the system responsible for dynamically building and delivering your Git…
Nodeload 2 has been rocking since August,
so I thought I’d give a quick report of its performance. Nodeload is the
system responsible for dynamically building and delivering your Git repositories as
zip files.
Nodeload is composed of two Node.js apps. A proxy app routes download requests to one of the 32 file servers (including failovers), and proxies the zip files back to the user. The file
servers also run an archiver app that delivers git-archive
contents over HTTP.
We started instrumenting various details about the running applications months
ago to help troubleshoot problems. We can see how much zipped Git data is
written, how much data is sent, memory usage, and active connection count.
When Nodeload has problems, we can use these graphs to help pinpoint the cause.
This morning, I noticed that Nodeload hit a new record: over 1GB of Git data
sent to users in a one minute duration.
Here’s one of the cool Boundary graphs from about 15 minutes after the above
time period. It’s the throughput on the Nodeload proxy server per second, averaged
over the last 10 minutes.
This amounts to about 70GB data sent every day. I wish we had the
amazing StatsD and Graphite setup
several years ago that we have now, for comparisons.
Overall, we’ve been very happy with the Nodeload apps. Node.js makes it really
easy to prototype streaming servers through its simple and consistent streaming
APIs. Part of me would like to experiment with servers in other
languages and frameworks, but the more pragmatic side loves that we can focus on
other real problems for now.
Written by
Related posts
Celebrating the GitHub Awards 2024 recipients 🎉
The GitHub Awards celebrates the outstanding contributions and achievements in the developer community by honoring individuals, projects, and organizations for creating an outsized positive impact on the community.
New from Universe 2024: Get the latest previews and releases
Find out how we’re evolving GitHub and GitHub Copilot—and get access to the latest previews and GA releases.
Bringing developer choice to Copilot with Anthropic’s Claude 3.5 Sonnet, Google’s Gemini 1.5 Pro, and OpenAI’s o1-preview
At GitHub Universe, we announced Anthropic’s Claude 3.5 Sonnet, Google’s Gemini 1.5 Pro, and OpenAI’s o1-preview and o1-mini are coming to GitHub Copilot—bringing a new level of choice to every developer.