Created
April 3, 2015 22:31
-
-
Save jadeallenx/3f12562a7ba10dd04fe9 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
$ dev/dev1/bin/demoapp console | |
Exec: /Users/mallen/github/basho/demoapp/dev/dev1/erts-5.10.3/bin/erlexec -boot /Users/mallen/github/basho/demoapp/dev/dev1/releases/1/demoapp -embedded -config /Users/mallen/github/basho/demoapp/dev/dev1/etc/app.config -args_file /Users/mallen/github/basho/demoapp/dev/dev1/etc/vm.args -- console | |
Root: /Users/mallen/github/basho/demoapp/dev/dev1 | |
Erlang R16B02-basho6 (erts-5.10.3) [source] [64-bit] [smp:8:8] [async-threads:5] [hipe] [kernel-poll:true] | |
17:30:32.462 [info] Application lager started on node '[email protected]' | |
17:30:32.463 [info] Application crypto started on node '[email protected]' | |
17:30:32.465 [info] Application riak_sysmon started on node '[email protected]' | |
17:30:32.472 [info] Application os_mon started on node '[email protected]' | |
17:30:32.472 [info] Application basho_stats started on node '[email protected]' | |
17:30:32.472 [info] Application eleveldb started on node '[email protected]' | |
17:30:32.472 [info] Application pbkdf2 started on node '[email protected]' | |
17:30:32.472 [info] Application poolboy started on node '[email protected]' | |
17:30:32.490 [info] Starting reporters with [] | |
17:30:32.490 [info] Application exometer_core started on node '[email protected]' | |
17:30:32.498 [info] Application clique started on node '[email protected]' | |
17:30:32.538 [warning] No ring file available. | |
17:30:32.648 [info] New capability: {riak_core,vnode_routing} = proxy | |
17:30:32.654 [info] New capability: {riak_core,staged_joins} = true | |
17:30:32.658 [info] New capability: {riak_core,resizable_ring} = true | |
17:30:32.664 [info] New capability: {riak_core,fold_req_version} = v2 | |
17:30:32.669 [info] New capability: {riak_core,security} = true | |
17:30:32.675 [info] New capability: {riak_core,bucket_types} = true | |
17:30:32.681 [info] New capability: {riak_core,net_ticktime} = true | |
Eshell V5.10.3 (abort with ^G) | |
([email protected])1> demoapp:ping(). | |
{pong,639406966332270026714112114313373821099470487552} | |
([email protected])2> demoapp:ping(). | |
{pong,1438665674247607560106752257205091097473808596992} | |
([email protected])3> demoapp:ping(). | |
{pong,1324485858831130769622089379649131486563188867072} | |
([email protected])4> demoapp:ping(). | |
{pong,159851741583067506678528028578343455274867621888} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment