~mbruzek/charms/precise/bonnie/tests

« back to all changes in this revision

Viewing changes to README

  • Committer: Michael Reed
  • Date: 2013-03-14 19:04:30 UTC
  • Revision ID: mreed8855@gmail.com-20130314190430-n4adsngp1rnsic8b
Added details for deploying as a subordinate charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
therof. There are a many different types of  file  system  operations  which  different
3
3
applications  use  to  different degrees. Bonnie++ tests some of them and for each test
4
4
gives a result of the amount of work done per second and the  percentage  of  CPU  time
5
 
this  took.
 
5
this  took. This particular charm is a subordinate charm.
6
6
 
7
7
Summary of tests
8
8
The first 6 tests are from the original Bonnie: Specifically, these are the types of filesystem activity that have been observed to be bottlenecks in I/O-intensive applications
30
30
Analysis
31
31
-A performance test of the filesystem
32
32
 
 
33
This charm is a subordinate charm.  Here is an example of how to deploy bonnie with the ubuntu charm. 
33
34
 
34
35
To deploy:
35
36
 
36
37
juju bootstrap
 
38
juju deploy ubuntu
37
39
juju deploy bonnie
38
 
 
 
40
juju add-relation ubuntu bonnie
39
41
 
40
42
The results are located in the /tmp/Results-{Date and Time} directory.  The best way to access the results is to do the following:
41
43