mirror of
https://github.com/10h30/lookbusy.git
synced 2026-05-12 15:21:20 +09:00
59 lines
2.2 KiB
HTML
59 lines
2.2 KiB
HTML
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<link rel="stylesheet" href="/software.css" type="text/css" />
|
|
<title>lookbusy -- a synthetic load generator</title>
|
|
</head>
|
|
<body>
|
|
<h1>lookbusy -- a synthetic load generator</h1>
|
|
|
|
<div><img src="logo.png" alt="lookbusy logo" class="leftwraplogo" /></div>
|
|
|
|
<blockquote><div><em>In some terminal systems ... the user can keep his
|
|
program from being pushed down in the priority stack by
|
|
fiddling with the shift key while he is thinking.<br />
|
|
-The Psychology of Computer Programming, Gerald M. Weinberg
|
|
</em></div></blockquote>
|
|
|
|
<p>Lookbusy is a simple application for generating synthetic load on a Linux
|
|
system. It can generate fixed, predictable loads on CPUs, keep chosen amounts
|
|
of memory active, and generate disk traffic in any amounts you need.
|
|
</p>
|
|
|
|
<p>Lookbusy is not a load <em>simulator</em> -- that is to say, it does not
|
|
attempt to model the specific actions of real-world applications for
|
|
benchmarking or other purposes. Rather, lookbusy makes a system just as busy
|
|
as you'd like it to be.</p>
|
|
|
|
<p>When generating CPU load in particular, lookbusy will attempt to keep the
|
|
CPU(s) at the chosen utilization level, adjusting its own consumption up or
|
|
down to compensate for other loads on the system. Load can be induced either
|
|
at a fixed level, or at on a repeating cycle (for example, reflecting a daily
|
|
traffic load curve.)</p>
|
|
|
|
<p>Lookbusy free software, released under terms of the GPL.</p>
|
|
|
|
<ul>
|
|
<li><a href="download/lookbusy-1.3.tar.gz">Download</a> (<a
|
|
href="download/lookbusy-1.3.tar.gz.asc">signature</a>)</li>
|
|
<li><a href="download/">Other versions</a></li>
|
|
</ul>
|
|
|
|
<hr />
|
|
<p>
|
|
<a href="http://devin.com">Devin Carraway</a> <<a
|
|
href="mailto:lookbusy @ devin.com">lookbusy @<span> devi</span>n.com</a>><br />
|
|
|
|
<span class="rcsid">
|
|
$Id: index.html 760 2010-06-14 08:06:12Z aqua $
|
|
</span>
|
|
</p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|