New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alicorn

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alicorn

  • 0.4.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= Alicorn: Auto-scaler for Unicorn webserver {}[https://codeclimate.com/github/bensomers/alicorn] {Dependency Status}[https://gemnasium.com/bensomers/alicorn] {Build Status}[https://travis-ci.org/bensomers/alicorn]

An experimental auto-scaler for the {Unicorn}[http://unicorn.bogomips.org] webserver. Designed for Unicorn webservers running with the {Raindrops}[raindrops.bogomips.org] middleware enabled. It depends on the "active" and "queued" fields reported by Raindrops, and so only works on Linux.

== Usage

Alicorn ships with two executables, alicorn and alicorn-profiler.

alicorn: this is the main command-line utility: run alicorn --help to see the list of options and learn how to configure it.

alicorn-profiler: this is a tool to help determine useful parameters for alicorn. it's recommended that you run alicorn in dry-run and verbose mode for awhile, collect the resulting logs, and feed those through alicorn-profiler to get a handle on what settings you'll need. Same story, run alicorn-profiler --help to figure out what the options are and how you can tweak them.

== Versioning

Alicorn attempts to follow the {Semantic Versioning Specification}[semver.org]. Every release in the 0.x series should be considered a DEVELOPMENT version. The public API should not be considered stable.

== Contributing

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Credits

Alicorn is maintained by {Ben Somers}[http://github.com/bensomers] and is funded by {Rafter}[http://www.rafter.com]. Huge thanks to Eric Wong and the rest of the {Unicorn}[http://unicorn.bogomips.org] and {Raindrops}[http://raindrops.bogomips.org] contributors.

== Copyright

Copyright (c) 2012 Ben Somers. See LICENSE.txt for further details.

FAQs

Package last updated on 18 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc