github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/peer-xplod/README (about)

     1  This is the PEER-XPLOD charm. It likes to make things go 'boom' by just firing hooks constantly.
     2  
     3  Overview
     4  --------
     5  
     6  This charm doesn't provide a service. It just exists to stress test Juju.
     7  
     8  Usage
     9  -----
    10  
    11  To stress test Juju, first:
    12  
    13      juju deploy peer-xplod
    14      juju add-unit -n 10
    15  
    16  Watch the hooks fire non-stop. Note that peer-xplod should be an N^2 in the
    17  number of hooks that are firing. So deploying 10 units will trigger on the
    18  order of 100 changes per cycle.
    19  
    20  Configuration
    21  -------------
    22  
    23  None
    24  
    25  Contact Information
    26  -------------------
    27  
    28  Original code written by Dave Cheney <dfc@lucky>
    29  Author: John Arbash Meinel <john.meinel@canonical.com)
    30  Report bugs at: http://bugs.launchpad.net/charms/+source/peer-xplod
    31  Location: http://jujucharms.com/charms/distro/peer-xplod
    32