Created
April 2, 2011 21:35
-
-
Save reiddraper/899928 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
sudo riak-admin status | |
Attempting to restart script through sudo -u riak | |
1-minute stats for '[email protected]' | |
------------------------------------------- | |
vnode gets : 0 | |
vnode_puts : 0 | |
read_repairs : 0 | |
vnode_gets_total : 0 | |
vnode_puts_total : 0 | |
node_gets : 0 | |
node_gets_total : 0 | |
node_get_fsm_time_mean : undefined | |
node_get_fsm_time_median : undefined | |
node_get_fsm_time_95 : undefined | |
node_get_fsm_time_99 : undefined | |
node_get_fsm_time_100 : undefined | |
node_puts : 0 | |
node_puts_total : 0 | |
node_put_fsm_time_mean : undefined | |
node_put_fsm_time_median : undefined | |
node_put_fsm_time_95 : undefined | |
node_put_fsm_time_99 : undefined | |
node_put_fsm_time_100 : undefined | |
read_repairs_total : 0 | |
cpu_nprocs : 169 | |
cpu_avg1 : 141 | |
cpu_avg5 : 138 | |
cpu_avg15 : 59 | |
mem_total : 124264448 | |
mem_allocated : 113020928 | |
disk : [{"/",39814552,3}, | |
{"/dev",56460,1}, | |
{"/dev/shm",60676,0}, | |
{"/var/run",60676,1}, | |
{"/var/lock",60676,0}, | |
{"/lib/init/rw",60676,0}, | |
{"/tmp/vagrant-chef/cookbooks-0",244781464,88}, | |
{"/vagrant",244781464,88}] | |
nodename : '[email protected]' | |
connected_nodes : [] | |
sys_driver_version : <<"1.5">> | |
sys_global_heaps_size : 0 | |
sys_heap_type : private | |
sys_logical_processors : 1 | |
sys_otp_release : <<"R13B04">> | |
sys_process_count : 211 | |
sys_smp_support : true | |
sys_system_version : <<"Erlang R13B04 (erts-5.7.5) [source] [smp:1:1] [rq:1] [async-threads:64] [kernel-poll:true]">> | |
sys_system_architecture : <<"i486-pc-linux-gnu">> | |
sys_threads_enabled : true | |
sys_thread_pool_size : 64 | |
sys_wordsize : 4 | |
ring_members : ['[email protected]'] | |
ring_num_partitions : 64 | |
ring_ownership : <<"[{'[email protected]',64}]">> | |
ring_creation_size : 64 | |
storage_backend : riak_kv_bitcask_backend | |
pbc_connects_total : 0 | |
pbc_connects : 0 | |
pbc_active : 0 | |
cluster_info_version : <<"1.0.0">> | |
luwak_version : <<"1.0.0">> | |
skerl_version : <<"1.0.0">> | |
riak_kv_version : <<"0.14.0">> | |
riak_core_version : <<"0.14.0">> | |
bitcask_version : <<"1.1.5">> | |
luke_version : <<"0.2.3">> | |
webmachine_version : <<"1.8.0">> | |
mochiweb_version : <<"1.7.1">> | |
erlang_js_version : <<"0.5.0">> | |
runtime_tools_version : <<"1.8.3">> | |
crypto_version : <<"1.6.4">> | |
os_mon_version : <<"2.2.5">> | |
riak_err_version : <<"1.0.0">> | |
sasl_version : <<"2.1.9">> | |
stdlib_version : <<"1.16.5">> | |
kernel_version : <<"2.13.5">> | |
executing_mappers : 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment