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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue May 05 16:46:09 -0700 2009 | |
| |
LICENSE | Tue May 05 16:46:09 -0700 2009 | |
| |
README.txt | Tue May 05 19:09:01 -0700 2009 | |
| |
Thrift-admin.iml | Tue May 05 16:45:57 -0700 2009 | |
| |
ant/ | Thu Sep 17 11:13:12 -0700 2009 | |
| |
build.xml | Tue May 05 16:48:51 -0700 2009 | |
| |
config/ | Thu Oct 29 15:39:01 -0700 2009 | |
| |
ivy/ | Thu Oct 29 15:39:27 -0700 2009 | |
| |
libs/ | Thu Sep 17 00:41:22 -0700 2009 | |
| |
src/ | Thu Oct 29 15:38:53 -0700 2009 |
README.txt
Thrift-admin adds a thrift RPC service to your scala process, as defined in:
/src/thrift/admin.thrift
Dependencies: configgy (>= 1.2), scala-stats (>= 1.0)
The admin interface can be used to ping your server, fetch the collected
stats from scala-stats, reload the server's config file, and shutdown.
The RPC port is defined in configgy via `admin_port`. Default is 9991.
A sample ruby script is included (dist/admin/scripts/admin.rb) to demonstrate
how to talk to the admin RPC.







