public
Description: An ambitious project I'll probably never finish
Clone URL: git://github.com/ambethia/hydra.git
hydra / project.html
100644 229 lines (159 sloc) 6.275 kb
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!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>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 
  <title>Hydra &#8212; Rails Analyzer</title>
 
  <link rel="stylesheet" href="stylesheets/screen.css" type="text/css" media="screen" title="Hydra Styles" charset="utf-8" />
  
</head>
 
<body>
 
<div id="hydra" class="projects">
  
<div id="masthead">
 
  <h1>Hydra</h1>
 
  <div id="search">
    
    <form action="#" method="get" accept-charset="utf-8">
      <fieldset>
        <label for="search_query">Search</label>
        <input id="search_query" type="text" name="q" />
        <button type="submit">
          <img src="images/icons/magnifier.png" width="16" height="16" alt="Search Icon" />
        </button>
      </fieldset>
    </form>
    
  </div>
  
</div>
 
<div id="navigation">
 
<ul>
  <li class="projects"><a href="#">Projects</a></li>
  <li class="people"><a href="#">People</a></li>
</ul>
 
<p><a href="#">Home</a> &#8250; <a href="#">Projects</a> &#8250; Rails Log Analyzer</p>
 
</div>
 
<div id="content">
 
  <div id="flash" class="message">You Have Successfully seen a flash message.</div>
 
  <div id="heading">
 
    <h2>Rails Log Analyzer</h2>
 
    <h3>Reads the Rails log files and exposes potential points of optimization.</h3>
    
    <div id="favorite">
      <img src="images/icons/star.png" width="32" height="32" alt="Star Icon" />
    </div>
    
  </div>
 
 
<div id="primary">
  
<div id="general_information" class="module">
  <h4><a href="#">General Information</a></h4>
 
  <p>The Rails Analyzer project contains a collection of tools for Rails that let you discover biggest slow spots in your applications allowing you to best focus optimization efforts.</p>
 
  <p>The <strong>Production Log Analyzer</strong> examines Rails log files and gives a report showing you the worst speed offendors. It also includes <code>action_grep</code> which will give you all log results for a particular action.</p>
 
  <p>The <strong>Action Profiler</strong> lets you profile actions to determine points of optimization.</p>
 
  <p><strong>Rails Analyzer Tools</strong> is a collection of tools for benchmarking and monitoring a Rails application. The most useful is <code>rails_stat</code> which gives a live counter of requests per second of a running Rails app.</p>
 
  <p>The <strong>SQL Dependency Grapher</strong> allows you to visualize the frequency of table dependencies in a Rails application.</p>
</div>
 
</div>
 
<div id="secondary">
 
<div id="secondary_alpha">
 
<div id="getting_it" class="module">
  <h4><a href="#">Getting It</a></h4>
 
  <p>Most of the tools can be installed installed via rubygems:</p>
 
<pre><code>gem install rails_analyzer_tools action_profiler production_log_analyzer</code></pre>
 
  <p>The SQL Dependency Grapher can only be downloaded separately from rubyforge. A public SCM repository is not available.</p>
</div>
 
<div id="components_dependencies" class="module">
  <h4><a href="#">Components &#38; Dependencies</a></h4>
 
  <p>
    <a href="#">action_profiler</a>,
    <a href="#">hoe</a>,
    <a href="#">seq_dep_graph</a>,
    <a href="#">SyslogLogger</a>,
    <a href="#">prodution_log_analyzer</a>,
    <a href="#">rails_analyzer_tools</a>
  </p>
</div>
  
</div>
 
<div id="secondary_beta">
 
<div id="using_it" class="module">
  <h4><a href="#">Using It</a></h4>
 
  <p>Lorem ipsum dolor sit amet consectetur
  adipisicing elit.</p>
 
  <ul>
    <li>Quis nostrud exercitation ullamco.</li>
  </ul>
</div>
 
<div id="whos_using_it" class="module">
  <h4><a href="#">Who&#8217;s Using It?</a></h4>
 
  <p>
    <a href="#">The Robot-Coop</a>,
    <a href="#">TalentDatabase</a>,
    <a href="#">Etc.</a>
  </p>
</div>
  
</div>
  
</div>
 
<div id="tertiary">
 
<div id="people" class="module">
  <h4><a href="#">People</a></h4>
 
  <ul>
    <li class="vcard">
      <img src="images/avatars/hodel-16.png" width="16" height="16" alt="Avatar of Eric Hodel" />
      <a href="#" class="url fn">Eric Hodel</a> is the author.
    </li>
  </ul>
</div>
 
<div id="ties" class="module">
  <h4><a href="#">Ties</a></h4>
 
  <ul>
    <li><a href="#">RubyForge</a> hosts this project.</li>
    <li><a href="#">Nuby on Rails</a> has a tutorial.</li>
    <li><a href="#">The Robot Co-op</a> has documentation.</li>
    <li><a href="#">Rails Log Visualizer</a> is a simiar project.</li>
    <li><a href="#">RAWK</a> is a similar project.</li>
    <li><a href="#">Lorem Ipsum</a> dolor sit amet.</li>
  </ul>
</div>
 
 
<div id="tags" class="module">
  <h4><a href="#">Tags</a></h4>
 
  <p>
    <a href="#">analyzer</a>,
    <a href="#">debug</a>,
    <a href="#">logger</a>,
    <a href="#">logs</a>,
    <a href="#">performance</a>,
    <a href="#">production</a>,
    <a href="#">profiler</a>,
    <a href="#">rails</a>,
    <a href="#">robot-co-op</a>,
    <a href="#">statistics</a>,
    <a href="#">sql</a>,
    <a href="#">syslog</a>
  </p>
</div>
 
<div id="comments" class="module">
  <h4><a href="#">Comments</a></h4>
 
  <ul>
    <li>
      <img src="images/avatars/hodel-40.png" width="40" height="40" alt="Avatar of Eric Hodel" />
      <p class="vcard"><a href="#" class="url fn">Eric Hodel</a> says:</p>
      <blockquote>
        <p>I have used bench and crawl to tune the number of FastCGI processes running on 43things.com, determine if HyperThreading would give a performance benefit or not (it did) and find a fatal threading bug in MySQL.</p>
      </blockquote>
    </li>
    <li>
      <img src="images/avatars/topfunky-40.png" width="40" height="40" alt="Avatar of Geoffrey Grosenbach" />
      <p class="vcard"><a href="#" class="url fn">Geoffrey Grosenbach</a> says:</p>
      <blockquote>
        <p>The Rails Analyzer Tools are a very useful way to keep tabs on the performance of your site.</p>
      </blockquote>
    </li>
  </ul>
 
  <p class="more"><a href="#">More Comments&#133;</a></p>
</div>
 
</div>
  
</div>
 
<div id="foot">
 
  <ul id="session">
    <li><a href="#">Jason L Perry</a></li>
    <li><a href="#">Logout</a></li>
  </ul>
 
  <p id="copyright">&#169; 2007 <a href="http://paint.itred.org">Paint.itRed</a></p>
 
 
</div>
 
</div>
 
</body>
</html>