Sha256: 8613773b1ff49ae29dd01265bdeb863a5db0898edc5dcf8f5b22317271c7b03e
Contents?: true
Size: 823 Bytes
Versions: 5
Compression:
Stored size: 823 Bytes
Contents
# StressReporter Daemon that runs and reports on stressful stuff. Was born with specific needs but may be extended to cover more scenarios. Should help in understanding why a machine deserves to die. ## Notice See the version number? 0.0.1 - this is pre pre pre alpha, don't even think about using it in production. ## Installation $ gem install stress_reporter ## Usage stress_reporter [avg] avg defaults to 1.0 If load average exceeds avg, runs various checks (well, not that various for the time being, just a passenger-status specific one), and logs to /tmp/xxxx ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
stress_reporter-0.0.5 | README.md |
stress_reporter-0.0.4 | README.md |
stress_reporter-0.0.3 | README.md |
stress_reporter-0.0.2 | README.md |
stress_reporter-0.0.1 | README.md |