Created
August 25, 2011 22:52
-
-
Save kellymclaughlin/1172238 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
([email protected])1> regs(). | |
** Registered procs on node '[email protected]' ** | |
Name Pid Initial Call Reds Msgs | |
alarm_handler <0.56.0> gen_event:init_it/6 28 0 | |
application_controlle <0.7.0> erlang:apply/2 7760 0 | |
auth <0.19.0> auth:init/1 43 0 | |
cameron_job_data <0.66.0> cameron_job_data:init/1 26 0 | |
cameron_job_scheduler <0.67.0> cameron_job_scheduler:ini 26 0 | |
cameron_process_catal <0.65.0> cameron_process_catalog:i 43 0 | |
cameron_process_sup <0.64.0> supervisor:cameron_proces 236 0 | |
cameron_redo <0.82.0> redo:init/1 316 0 | |
cameron_sup <0.63.0> supervisor:cameron_sup/1 305 0 | |
cameron_syslog <0.85.0> syslog:init/1 176 0 | |
cameron_web_server <0.68.0> cameron_web_server:init/1 89 0 | |
code_server <0.25.0> erlang:apply/2 186748 0 | |
erl_epmd <0.18.0> erl_epmd:init/1 134 0 | |
erl_prim_loader <0.3.0> erlang:apply/2 277586 0 | |
error_logger <0.6.0> gen_event:init_it/6 1262 0 | |
file_server_2 <0.24.0> file_server:init/1 134 0 | |
ftp_sup <0.43.0> supervisor:ftp_sup/1 52 0 | |
global_group <0.23.0> global_group:init/1 59 0 | |
global_name_server <0.13.0> global:init/1 50 0 | |
httpc_handler_sup <0.47.0> supervisor:httpc_handler_ 52 0 | |
httpc_manager <0.46.0> httpc_manager:init/1 78 0 | |
httpc_profile_sup <0.45.0> supervisor:httpc_profile_ 122 0 | |
httpc_sup <0.44.0> supervisor:httpc_sup/1 171 0 | |
httpd_sup <0.48.0> supervisor:httpd_sup/1 43 0 | |
inet_db <0.16.0> inet_db:init/1 282 0 | |
inet_gethost_native <0.84.0> inet_gethost_native:serve 102 0 | |
inet_gethost_native_s <0.83.0> supervisor_bridge:inet_ge 41 0 | |
inets_sup <0.42.0> supervisor:inets_sup/1 326 0 | |
init <0.0.0> otp_ring0:start/2 11710 0 | |
kernel_safe_sup <0.34.0> supervisor:kernel/1 127 0 | |
kernel_sup <0.11.0> supervisor:kernel/1 48778 0 | |
misultin <0.69.0> supervisor:misultin/1 711 0 | |
net_kernel <0.20.0> net_kernel:init/1 443 0 | |
net_sup <0.17.0> supervisor:erl_distributi 261 0 | |
overload <0.57.0> overload:init/1 39 0 | |
release_handler <0.58.0> release_handler:init/1 1407 0 | |
rex <0.12.0> rpc:init/1 35 0 | |
sasl_safe_sup <0.55.0> supervisor:sasl/1 170 0 | |
sasl_sup <0.54.0> supervisor:sasl/1 158 0 | |
standard_error <0.27.0> erlang:apply/2 9 0 | |
standard_error_sup <0.26.0> supervisor_bridge:standar 41 0 | |
tftp_sup <0.49.0> supervisor:tftp_sup/1 52 0 | |
user <0.30.0> group:server/3 28 0 | |
user_drv <0.29.0> user_drv:server/2 450 0 | |
** Registered ports on node '[email protected]' ** | |
Name Id Command | |
ok | |
([email protected])2> application:which_applications(). | |
[{cameron,"Cameron Workflow Engine","0.0.1"}, | |
{sasl,"SASL CXC 138 11","2.1.9.4"}, | |
{inets,"INETS CXC 138 49","5.6"}, | |
{syslog,"Erlang syslog client","0.1"}, | |
{redo,"Pipelined Redis Erlang Driver","1.0"}, | |
{misultin,"Lightweight HTTP(s) and Websockets Server Library", | |
"0.8"}, | |
{stdlib,"ERTS CXC 138 10","1.17.4"}, | |
{kernel,"ERTS CXC 138 10","2.14.4"}] | |
([email protected])3> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment