Add two new variables in the cluster score
authorIustin Pop <iustin@google.com>
Wed, 11 Mar 2009 08:08:31 +0000 (09:08 +0100)
committerIustin Pop <iustin@google.com>
Wed, 11 Mar 2009 08:08:31 +0000 (09:08 +0100)
commitd6be077541068d63e237ff673a799b1a0155514d
tree5356d5f7c80edb39c439b332249e27e5af2c5d3f
parentdfc749e6f35f5e85868b80e347e6b5440aa8cce2
Add two new variables in the cluster score

This patch adds two new variables to the cluster score:
  - variance of the failN1 attribute
  - variance of the reserved memory percentage

The variance of the failN1 helps make the cluster N+1 happy, whereas the
reserved memory percentage helps balance the unused memory for
redundancy on the nodes.
src/Cluster.hs