-
Notifications
You must be signed in to change notification settings - Fork 7
/
apachetop.html
77 lines (60 loc) · 2.3 KB
/
apachetop.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>apachetop - a top clone for Apache</title>
</head>
<body>
<div style="float:right">
<script type="text/javascript"><!--
google_ad_client = "pub-1868413802269020";
/* apachetop 728x90, created 19/11/08 */
google_ad_slot = "7296302812";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<h1>apachetop - a <tt>top</tt> clone for Apache</h1>
<span style="clear:all"></span>
<a href="apachetop.png"><img src="apachetop-small.png" align="right" border="0"
height="167" width="247"></a>
<h2>About</h2>
<p>apachetop is a console-based (non-gui) tool for monitoring the threads
and overall performance of a set of Apache web servers.
It runs on Unix systems which have Perl, <a
href="http://search.cpan.org/search?dist=LWP">LWP</a>, and <a
href="http://search.cpan.org/search?dist=TermReadKey">Term::ReadKey</a>
installed. It is based largely on the excellent
<a href="http://jeremy.zawodny.com/mysql/mytop/">mytop</a>
tool written by Jeremy Zawodny.</p>
<h2>Links</h2>
<ul>
<li><a href="apachetop-0.1.tar.gz">Download</a> - the latest tar.gz file</li>
<li><a href="apachetop.png">Screenshot</a> - or just look to the right</li>
<li><a href="http://code.google.com/p/apachetop/">Project Code</a> - for additional information, source code, older versions etc..
</ul>
<p>apachetop code is hosted at <a target="_blank" href="http://github.com/JeremyJones/Apachetop">Github</a>.
</p>
<h2>News</h2>
<h4>21 May 2010</h4>
<blockquote>Code hosting moved to <a href="http://www.github.com/">Github</a>.
</blockquote>
<h4>6 November 2008</h4>
<blockquote><a href="apachetop-0.1.tar.gz">Version 0.1</a> is released.
</blockquote>
<hr>
<address><a href="/">Jeremy Jones</a> <<a href="mailto:[email protected]">[email protected]</a>></address>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-203147-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>