• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

DynamicStats.h

Go to the documentation of this file.
00001 /** @file
00002 
00003   A brief file description
00004 
00005   @section license License
00006 
00007   Licensed to the Apache Software Foundation (ASF) under one
00008   or more contributor license agreements.  See the NOTICE file
00009   distributed with this work for additional information
00010   regarding copyright ownership.  The ASF licenses this file
00011   to you under the Apache License, Version 2.0 (the
00012   "License"); you may not use this file except in compliance
00013   with the License.  You may obtain a copy of the License at
00014 
00015       http://www.apache.org/licenses/LICENSE-2.0
00016 
00017   Unless required by applicable law or agreed to in writing, software
00018   distributed under the License is distributed on an "AS IS" BASIS,
00019   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00020   See the License for the specific language governing permissions and
00021   limitations under the License.
00022  */
00023 
00024 _HEADER
00025   //
00026   // Dynamic http stats
00027   //
00028   // this one's in the state machine currently
00029   //
00030     //
00031     // Dynamic Cluster Stats
00032     //
00033 _D(cluster_connections_open_stat)
00034 _D(cluster_connections_openned_stat)
00035 _D(cluster_con_total_time_stat)
00036 _D(cluster_ctrl_msgs_sent_stat)
00037 _D(cluster_slow_ctrl_msgs_sent_stat)    // fast ctrl messages do not require a mallo
00038 _D(cluster_ctrl_msgs_recvd_stat)
00039 _D(cluster_slow_ctrl_msgs_recvd_stat)
00040 _D(cluster_ctrl_msgs_send_time_stat)
00041 _D(cluster_ctrl_msgs_recv_time_stat)
00042 _D(cluster_read_bytes_stat)
00043 _D(cluster_write_bytes_stat)
00044 _D(cluster_op_delayed_for_lock_stat)    // a message to a machine was blocked by a locked connection
00045 _D(cluster_connections_locked_stat)     // a connection could not use its slot (locked)
00046 _D(cluster_connections_bumped_stat)     // a connection could not get a slot (scheduled too late)
00047 _D(cluster_nodes_stat)
00048 _D(cluster_net_backup_stat)
00049 _D(cluster_machines_allocated_stat)
00050 _D(cluster_machines_freed_stat)
00051 _D(cluster_configuration_changes_stat)
00052 _D(cluster_delayed_reads_stat)
00053 _D(cluster_byte_bank_used_stat)
00054 _D(cluster_alloc_data_news_stat)
00055 _D(cluster_write_bb_mallocs_stat)
00056 _D(cluster_partial_reads_stat)
00057 _D(cluster_partial_writes_stat)
00058 _D(cluster_cache_outstanding_stat)
00059 _D(cluster_remote_op_timeouts_stat)
00060 _D(cluster_remote_op_reply_timeouts_stat)
00061 _D(cluster_chan_inuse_stat)
00062 _D(cluster_open_delays_stat)
00063 _D(cluster_open_delay_time_stat)
00064 _D(cluster_cache_callbacks_stat)
00065 _D(cluster_cache_callback_time_stat)
00066 _D(cluster_cache_rmt_callbacks_stat)
00067 _D(cluster_cache_rmt_callback_time_stat)
00068 _D(cluster_cache_lkrmt_callbacks_stat)
00069 _D(cluster_cache_lkrmt_callback_time_stat)
00070 _D(cluster_thread_steal_expires_stat)
00071 _D(cluster_local_connections_closed_stat)
00072 _D(cluster_local_connection_time_stat)
00073 _D(cluster_remote_connections_closed_stat)
00074 _D(cluster_remote_connection_time_stat)
00075 _D(cluster_rdmsg_assemble_time_stat)
00076 _D(cluster_ping_time_stat)
00077 _D(cluster_setdata_no_clustervc_stat)
00078 _D(cluster_setdata_no_tunnel_stat)
00079 _D(cluster_setdata_no_cachevc_stat)
00080 _D(cluster_setdata_no_cluster_stat)
00081 _D(cluster_vc_write_stall_stat)
00082 _D(cluster_no_remote_space_stat)
00083 _D(cluster_level1_bank_stat)
00084 _D(cluster_multilevel_bank_stat)
00085 _D(cluster_vc_cache_insert_lock_misses_stat)
00086 _D(cluster_vc_cache_inserts_stat)
00087 _D(cluster_vc_cache_lookup_lock_misses_stat)
00088 _D(cluster_vc_cache_lookup_hits_stat)
00089 _D(cluster_vc_cache_lookup_misses_stat)
00090 _D(cluster_vc_cache_scans_stat)
00091 _D(cluster_vc_cache_scan_lock_misses_stat)
00092 _D(cluster_vc_cache_purges_stat)
00093 _D(cluster_write_lock_misses_stat)
00094 
00095 
00096   //
00097   // Dynamic Load Shedding Stats
00098   //
00099 _D(cpu_metric_load_percent_stat)
00100 _D(cpu_metric_net_loops_per_second_stat)
00101 _D(cpu_metric_fds_ready_per_loop_stat)
00102 
00103 _FOOTER

Generated by  doxygen 1.7.1