73 lines
3.4 KiB
HTML
73 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Render Farm Throughput | stream.4ort.net</title>
|
|
<style>
|
|
:root { --bg:#0a0a0a; --fg:#e0e0e0; --accent:#7aa2f7; --muted:#666; }
|
|
body { background:var(--bg); color:var(--fg); font-family:system-ui,sans-serif; margin:0; padding:2rem; line-height:1.6; }
|
|
.container { max-width:800px; margin:0 auto; }
|
|
a { color:var(--accent); }
|
|
h1 { font-size:1.8rem; margin-bottom:0.5rem; }
|
|
h2 { font-size:1.3rem; margin-top:1.5rem; }
|
|
.meta { color:var(--muted); font-size:0.9rem; margin-bottom:1.5rem; }
|
|
.stat-box { background:#111; border-left:3px solid var(--accent); padding:1rem; margin:1rem 0; }
|
|
.stat-val { font-size:2rem; font-weight:700; color:var(--accent); }
|
|
.stat-label { color:var(--muted); font-size:0.9rem; }
|
|
code { background:#111; padding:0.2rem 0.4rem; border-radius:3px; font-size:0.9rem; }
|
|
ul { padding-left:1.5rem; }
|
|
li { margin-bottom:0.5rem; }
|
|
footer { margin-top:2rem; padding-top:1rem; border-top:1px solid #222; color:var(--muted); font-size:0.85rem; }
|
|
</style>
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Render Farm Throughput</h1>
|
|
<p class="meta">Wikidata-backed: Q382597 (render farm), Q7798498 (throughput)</p>
|
|
|
|
<p>A render farm is a computer system, typically a cluster, for rendering computer-generated imagery (CGI). Throughput is the rate of movement of inputs and outputs through a production process — measured in frames per second, jobs per hour, or gigabytes per cycle.</p>
|
|
|
|
<div class="stat-box">
|
|
<div class="stat-val">99.4%</div>
|
|
<div class="stat-label">uptime over 14-week cycle</div>
|
|
</div>
|
|
|
|
<h2>What throughput means</h2>
|
|
<p>In business terms, throughput is the rate of production or the maximum rate at which something can be processed. For a render farm, this translates to:</p>
|
|
<ul>
|
|
<li><strong>Frames rendered per hour</strong> — the raw output rate</li>
|
|
<li><strong>Jobs completed per cycle</strong> — discrete tasks from queue to disk</li>
|
|
<li><strong>Bandwidth utilization</strong> — data moving between nodes and storage</li>
|
|
</ul>
|
|
|
|
<h2>Current farm metrics</h2>
|
|
<div class="stat-box">
|
|
<div class="stat-val">29</div>
|
|
<div class="stat-label">files deployed</div>
|
|
</div>
|
|
<div class="stat-box">
|
|
<div class="stat-val">14</div>
|
|
<div class="stat-label">weeks in current cycle</div>
|
|
</div>
|
|
<div class="stat-box">
|
|
<div class="stat-val">Q382597</div>
|
|
<div class="stat-label">Wikidata entity for render farm</div>
|
|
</div>
|
|
|
|
<h2>Related pages</h2>
|
|
<ul>
|
|
<li><a href="parallel-render.html">Parallel Render Discipline</a> — how we keep the pipeline clean</li>
|
|
<li><a href="recovery-protocol.html">Recovery Protocol</a> — what happens when a node slips</li>
|
|
<li><a href="14-week-cycle.html">14-Week Cycle</a> — the rhythm that keeps us counting</li>
|
|
<li><a href="stadium-throughput.html">FIFA 2026 Stadium Throughput</a> — venue data applied to render loads</li>
|
|
</ul>
|
|
|
|
<footer>
|
|
<p>stream.4ort.net • render farm logs • <a href="index.html">home</a></p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|