summaryrefslogtreecommitdiff
path: root/sload.buetow.org/content/home.xml
blob: be11f17f910ed0de8616ad41e73eeeebe086c967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<content>
  <pagetitle>SLoad</pagetitle>
  <textheader>Calculating server CPU loads</textheader>
  <text>
    <rimg href="?document=images/haskell.png" title="Haskell" /> 
    <noop>In order to learn functional programming and to calculate server loads at work I programmed in my spare time this small tool using the purely functional programming language </noop>
    <namedlink href="http://www.haskell.org">Haskell!</namedlink>
    <noop>SLoad is an abbreviation for serverload. SLoad uses basic parameters (current CPU peak, current requests per second) for approximating the need of additional servers.</noop> 
  </text>
  <text>In order to get started check it out from the Subversion repository. You also need to install GHC (the Haskell compiler).</noop>
  <code>
    pbuetow@earth:~/svn/sload/trunk$ make
    ghc SLoad.hs -o sload
  </code> 
</content>