-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
58 lines (45 loc) · 2.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!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>