This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 0d6b1cf39466933e44af90a43ff48dc8ae3534ce
tree 5033fe07cf37d128612ec64ed647f847e496377c
parent a9e3e8fbff3e2ce3645a11c44839b691b2c3f536
tree 5033fe07cf37d128612ec64ed647f847e496377c
parent a9e3e8fbff3e2ce3645a11c44839b691b2c3f536
| name | age | message | |
|---|---|---|---|
| |
COPYING | ||
| |
README | ||
| |
TODO | ||
| |
thin_proctitle.ru |
README
thin-proctitle homepage: http://github.com/grempe/thin-proctitle/tree/master git repo : git clone git://github.com/grempe/thin-proctitle.git Concept: Display as the *NIX process title what each of your Thin servers are doing. The idea for this was shamelessly stolen from: http://purefiction.net/mongrel_proctitle/ You should be able to run 'ps' or 'top' on your *nix like system and see process output for your Thin servers that looks something like this: thin [10010/2/358]: handling 127.0.0.1: HEAD /feed/calendar/global/91/6de4 | | | | | | | | | | | | | The current request (method and path) | | | | | The client IP | | | | What it's doing | | | The number of requests processed during the server's lifetime | | The number of requests currently queued/being processed concurrently | The port that Mongrel is serving The process name Usage: Copy the thin_proctitle.ru file to RAILS_ROOT/config/thin_proctitle.ru Modify the following variables in this file to fit your setup: :root => '/your/rails/root/dir' :environment => 'production' Start your Thin server passing in the '--rackup' parameter which should look something like: 'thin start --rackup thin_proctitle.ru' Tip: See http://macournoyer.wordpress.com/2008/02/09/the-flexible-thin-anorexic-gymnast-that-democratized-deployment/ If you are using a Thin .yaml file for configuration you can also specify the rackup command there: ... rackup: config/thin_proctitle.ru ... Thanks: Thanks to Marc-André Cournoyer (macournoyer) for writing Thin and for providing the sample code behind this. http://macournoyer.wordpress.com/2008/02/09/the-flexible-thin-anorexic-gymnast-that-democratized-deployment/ http://groups.google.com/group/thin-ruby/browse_thread/thread/760efc9c7e33d717 Authors: Marc-André Cournoyer (github: macournoyer) Glenn Rempe (github: grempe)








