Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1453333 Details for
Bug 1571641
[3.10]Connection refused error when accessing hawkular-cassandra and hawkular-metrics prometheus metrics interface
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Issue is fixed
bz_1571641.txt (text/plain), 13.05 KB, created by
Junqi Zhao
on 2018-06-21 04:26:43 UTC
(
hide
)
Description:
Issue is fixed
Filename:
MIME Type:
Creator:
Junqi Zhao
Created:
2018-06-21 04:26:43 UTC
Size:
13.05 KB
patch
obsolete
># oc get po -o wide >NAME READY STATUS RESTARTS AGE IP NODE >hawkular-cassandra-1-jcw5p 1/1 Running 0 1h 10.130.0.10 qe-juzhao-310-gce-1-nrr-2 >hawkular-metrics-c5wz9 1/1 Running 0 1h 10.130.0.9 qe-juzhao-310-gce-1-nrr-2 >hawkular-metrics-schema-8q6vb 0/1 Completed 0 1h 10.130.0.6 qe-juzhao-310-gce-1-nrr-2 >heapster-2r77f 1/1 Running 0 1h 10.129.0.5 qe-juzhao-310-gce-1-nrr-1 > > ># oc exec hawkular-cassandra-1-jcw5p -- env | grep ENABLE_PROMETHEUS_ENDPOINT >ENABLE_PROMETHEUS_ENDPOINT=True > > ># curl http://10.130.0.10:7575/metrics ># HELP jvm_memory_bytes_used Used bytes of a given JVM memory area. ># TYPE jvm_memory_bytes_used gauge >jvm_memory_bytes_used{area="heap",} 5.00378832E8 >jvm_memory_bytes_used{area="nonheap",} 8.8735896E7 ># HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory area. ># TYPE jvm_memory_bytes_committed gauge >jvm_memory_bytes_committed{area="heap",} 9.67114752E8 >jvm_memory_bytes_committed{area="nonheap",} 9.1058176E7 ># HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area. ># TYPE jvm_memory_bytes_max gauge >jvm_memory_bytes_max{area="heap",} 9.67114752E8 >jvm_memory_bytes_max{area="nonheap",} -1.0 ># HELP jvm_memory_pool_bytes_used Used bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_used gauge >jvm_memory_pool_bytes_used{pool="Code Cache",} 3.8961152E7 >jvm_memory_pool_bytes_used{pool="Metaspace",} 4.5037736E7 >jvm_memory_pool_bytes_used{pool="Compressed Class Space",} 4737008.0 >jvm_memory_pool_bytes_used{pool="Par Eden Space",} 2.58954584E8 >jvm_memory_pool_bytes_used{pool="Par Survivor Space",} 7635216.0 >jvm_memory_pool_bytes_used{pool="CMS Old Gen",} 2.33789032E8 ># HELP jvm_memory_pool_bytes_committed Committed bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_committed gauge >jvm_memory_pool_bytes_committed{pool="Code Cache",} 3.9256064E7 >jvm_memory_pool_bytes_committed{pool="Metaspace",} 4.6727168E7 >jvm_memory_pool_bytes_committed{pool="Compressed Class Space",} 5074944.0 >jvm_memory_pool_bytes_committed{pool="Par Eden Space",} 2.65945088E8 >jvm_memory_pool_bytes_committed{pool="Par Survivor Space",} 3.3226752E7 >jvm_memory_pool_bytes_committed{pool="CMS Old Gen",} 6.67942912E8 ># HELP jvm_memory_pool_bytes_max Max bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_max gauge >jvm_memory_pool_bytes_max{pool="Code Cache",} 2.5165824E8 >jvm_memory_pool_bytes_max{pool="Metaspace",} -1.0 >jvm_memory_pool_bytes_max{pool="Compressed Class Space",} 1.073741824E9 >jvm_memory_pool_bytes_max{pool="Par Eden Space",} 2.65945088E8 >jvm_memory_pool_bytes_max{pool="Par Survivor Space",} 3.3226752E7 >jvm_memory_pool_bytes_max{pool="CMS Old Gen",} 6.67942912E8 ># HELP org_apache_cassandra_metrics_DroppedMessage_Count Attribute exposed for management (org.apache.cassandra.metrics<type=DroppedMessage, scope=MUTATION, name=Dropped><>Count) ># TYPE org_apache_cassandra_metrics_DroppedMessage_Count untyped >org_apache_cassandra_metrics_DroppedMessage_Count{scope="MUTATION",name="Dropped",} 0.0 >org_apache_cassandra_metrics_DroppedMessage_Count{scope="READ",name="Dropped",} 0.0 >org_apache_cassandra_metrics_DroppedMessage_Count{scope="RANGE_SLICE",name="Dropped",} 0.0 >org_apache_cassandra_metrics_DroppedMessage_Count{scope="PAGED_RANGE",name="Dropped",} 0.0 ># HELP org_apache_cassandra_metrics_ClientRequest_Count Attribute exposed for management (org.apache.cassandra.metrics<type=ClientRequest, scope=RangeSlice, name=Failures><>Count) ># TYPE org_apache_cassandra_metrics_ClientRequest_Count untyped >org_apache_cassandra_metrics_ClientRequest_Count{scope="RangeSlice",name="Failures",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Read",name="Unavailables",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Write",name="Unavailables",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Write",name="Timeouts",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="RangeSlice",name="Unavailables",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Write",name="Failures",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Read",name="Failures",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="RangeSlice",name="Timeouts",} 0.0 >org_apache_cassandra_metrics_ClientRequest_Count{scope="Read",name="Timeouts",} 0.0 ># HELP jmx_scrape_duration_seconds Time this JMX scrape took, in seconds. ># TYPE jmx_scrape_duration_seconds gauge >jmx_scrape_duration_seconds 0.018120908 ># HELP jmx_scrape_error Non-zero if this scrape failed. ># TYPE jmx_scrape_error gauge >jmx_scrape_error 0.0 ># HELP jmx_config_reload_failure_total Number of times configuration have failed to be reloaded. ># TYPE jmx_config_reload_failure_total counter >jmx_config_reload_failure_total 0.0 ># HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. ># TYPE process_cpu_seconds_total counter >process_cpu_seconds_total 174.46 ># HELP process_start_time_seconds Start time of the process since unix epoch in seconds. ># TYPE process_start_time_seconds gauge >process_start_time_seconds 1.529549204675E9 ># HELP process_open_fds Number of open file descriptors. ># TYPE process_open_fds gauge >process_open_fds 190.0 ># HELP process_max_fds Maximum number of open file descriptors. ># TYPE process_max_fds gauge >process_max_fds 1048576.0 ># HELP process_virtual_memory_bytes Virtual memory size in bytes. ># TYPE process_virtual_memory_bytes gauge >process_virtual_memory_bytes 3.06530304E9 ># HELP process_resident_memory_bytes Resident memory size in bytes. ># TYPE process_resident_memory_bytes gauge >process_resident_memory_bytes 1.33945344E9 ># HELP jvm_info JVM version info ># TYPE jvm_info gauge >jvm_info{version="1.8.0_171-b10",vendor="Oracle Corporation",} 1.0 ># HELP jvm_threads_current Current thread count of a JVM ># TYPE jvm_threads_current gauge >jvm_threads_current 147.0 ># HELP jvm_threads_daemon Daemon thread count of a JVM ># TYPE jvm_threads_daemon gauge >jvm_threads_daemon 128.0 ># HELP jvm_threads_peak Peak thread count of a JVM ># TYPE jvm_threads_peak gauge >jvm_threads_peak 148.0 ># HELP jvm_threads_started_total Started thread count of a JVM ># TYPE jvm_threads_started_total counter >jvm_threads_started_total 809.0 ># HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers ># TYPE jvm_threads_deadlocked gauge >jvm_threads_deadlocked 0.0 ># HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors ># TYPE jvm_threads_deadlocked_monitor gauge >jvm_threads_deadlocked_monitor 0.0 ># HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds. ># TYPE jvm_gc_collection_seconds summary >jvm_gc_collection_seconds_count{gc="ParNew",} 45.0 >jvm_gc_collection_seconds_sum{gc="ParNew",} 0.992 >jvm_gc_collection_seconds_count{gc="ConcurrentMarkSweep",} 2.0 >jvm_gc_collection_seconds_sum{gc="ConcurrentMarkSweep",} 0.203 ># HELP jmx_config_reload_success_total Number of times configuration have successfully been reloaded. ># TYPE jmx_config_reload_success_total counter >jmx_config_reload_success_total 0.0 ># HELP jvm_classes_loaded The number of classes that are currently loaded in the JVM ># TYPE jvm_classes_loaded gauge >jvm_classes_loaded 7162.0 ># HELP jvm_classes_loaded_total The total number of classes that have been loaded since the JVM has started execution ># TYPE jvm_classes_loaded_total counter >jvm_classes_loaded_total 7162.0 ># HELP jvm_classes_unloaded_total The total number of classes that have been unloaded since the JVM has started execution ># TYPE jvm_classes_unloaded_total counter >jvm_classes_unloaded_total 0.0 > ># curl http://10.130.0.9:7575/metrics ># HELP jvm_threads_current Current thread count of a JVM ># TYPE jvm_threads_current gauge >jvm_threads_current 149.0 ># HELP jvm_threads_daemon Daemon thread count of a JVM ># TYPE jvm_threads_daemon gauge >jvm_threads_daemon 40.0 ># HELP jvm_threads_peak Peak thread count of a JVM ># TYPE jvm_threads_peak gauge >jvm_threads_peak 165.0 ># HELP jvm_threads_started_total Started thread count of a JVM ># TYPE jvm_threads_started_total counter >jvm_threads_started_total 349.0 ># HELP jvm_threads_deadlocked Cycles of JVM-threads that are in deadlock waiting to acquire object monitors or ownable synchronizers ># TYPE jvm_threads_deadlocked gauge >jvm_threads_deadlocked 0.0 ># HELP jvm_threads_deadlocked_monitor Cycles of JVM-threads that are in deadlock waiting to acquire object monitors ># TYPE jvm_threads_deadlocked_monitor gauge >jvm_threads_deadlocked_monitor 0.0 ># HELP jvm_gc_collection_seconds Time spent in a given JVM garbage collector in seconds. ># TYPE jvm_gc_collection_seconds summary >jvm_gc_collection_seconds_count{gc="PS Scavenge",} 41.0 >jvm_gc_collection_seconds_sum{gc="PS Scavenge",} 0.9 >jvm_gc_collection_seconds_count{gc="PS MarkSweep",} 1.0 >jvm_gc_collection_seconds_sum{gc="PS MarkSweep",} 0.305 ># HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. ># TYPE process_cpu_seconds_total counter >process_cpu_seconds_total 173.38 ># HELP process_start_time_seconds Start time of the process since unix epoch in seconds. ># TYPE process_start_time_seconds gauge >process_start_time_seconds 1.52954918637E9 ># HELP process_open_fds Number of open file descriptors. ># TYPE process_open_fds gauge >process_open_fds 746.0 ># HELP process_max_fds Maximum number of open file descriptors. ># TYPE process_max_fds gauge >process_max_fds 1048576.0 ># HELP process_virtual_memory_bytes Virtual memory size in bytes. ># TYPE process_virtual_memory_bytes gauge >process_virtual_memory_bytes 5.407342592E9 ># HELP process_resident_memory_bytes Resident memory size in bytes. ># TYPE process_resident_memory_bytes gauge >process_resident_memory_bytes 9.43464448E8 ># HELP jvm_memory_bytes_used Used bytes of a given JVM memory area. ># TYPE jvm_memory_bytes_used gauge >jvm_memory_bytes_used{area="heap",} 2.53252904E8 >jvm_memory_bytes_used{area="nonheap",} 1.67186488E8 ># HELP jvm_memory_bytes_committed Committed (bytes) of a given JVM memory area. ># TYPE jvm_memory_bytes_committed gauge >jvm_memory_bytes_committed{area="heap",} 1.33955584E9 >jvm_memory_bytes_committed{area="nonheap",} 1.8055168E8 ># HELP jvm_memory_bytes_max Max (bytes) of a given JVM memory area. ># TYPE jvm_memory_bytes_max gauge >jvm_memory_bytes_max{area="heap",} 1.33955584E9 >jvm_memory_bytes_max{area="nonheap",} 7.80140544E8 ># HELP jvm_memory_pool_bytes_used Used bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_used gauge >jvm_memory_pool_bytes_used{pool="Code Cache",} 4.7625344E7 >jvm_memory_pool_bytes_used{pool="Metaspace",} 1.06832256E8 >jvm_memory_pool_bytes_used{pool="Compressed Class Space",} 1.2729976E7 >jvm_memory_pool_bytes_used{pool="PS Eden Space",} 1.72110536E8 >jvm_memory_pool_bytes_used{pool="PS Survivor Space",} 4836128.0 >jvm_memory_pool_bytes_used{pool="PS Old Gen",} 7.630624E7 ># HELP jvm_memory_pool_bytes_committed Committed bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_committed gauge >jvm_memory_pool_bytes_committed{pool="Code Cache",} 4.816896E7 >jvm_memory_pool_bytes_committed{pool="Metaspace",} 1.1665408E8 >jvm_memory_pool_bytes_committed{pool="Compressed Class Space",} 1.572864E7 >jvm_memory_pool_bytes_committed{pool="PS Eden Space",} 4.01604608E8 >jvm_memory_pool_bytes_committed{pool="PS Survivor Space",} 2.62144E7 >jvm_memory_pool_bytes_committed{pool="PS Old Gen",} 9.11736832E8 ># HELP jvm_memory_pool_bytes_max Max bytes of a given JVM memory pool. ># TYPE jvm_memory_pool_bytes_max gauge >jvm_memory_pool_bytes_max{pool="Code Cache",} 2.5165824E8 >jvm_memory_pool_bytes_max{pool="Metaspace",} 2.68435456E8 >jvm_memory_pool_bytes_max{pool="Compressed Class Space",} 2.60046848E8 >jvm_memory_pool_bytes_max{pool="PS Eden Space",} 4.04226048E8 >jvm_memory_pool_bytes_max{pool="PS Survivor Space",} 2.62144E7 >jvm_memory_pool_bytes_max{pool="PS Old Gen",} 9.11736832E8 ># HELP jmx_config_reload_success_total Number of times configuration have successfully been reloaded. ># TYPE jmx_config_reload_success_total counter >jmx_config_reload_success_total 0.0 ># HELP jmx_scrape_duration_seconds Time this JMX scrape took, in seconds. ># TYPE jmx_scrape_duration_seconds gauge >jmx_scrape_duration_seconds 4.29673E-4 ># HELP jmx_scrape_error Non-zero if this scrape failed. ># TYPE jmx_scrape_error gauge >jmx_scrape_error 0.0 ># HELP jvm_classes_loaded The number of classes that are currently loaded in the JVM ># TYPE jvm_classes_loaded gauge >jvm_classes_loaded 18806.0 ># HELP jvm_classes_loaded_total The total number of classes that have been loaded since the JVM has started execution ># TYPE jvm_classes_loaded_total counter >jvm_classes_loaded_total 18813.0 ># HELP jvm_classes_unloaded_total The total number of classes that have been unloaded since the JVM has started execution ># TYPE jvm_classes_unloaded_total counter >jvm_classes_unloaded_total 7.0 ># HELP jmx_config_reload_failure_total Number of times configuration have failed to be reloaded. ># TYPE jmx_config_reload_failure_total counter >jmx_config_reload_failure_total 0.0 ># HELP jvm_info JVM version info ># TYPE jvm_info gauge >jvm_info{version="1.8.0_171-b10",vendor="Oracle Corporation",} 1.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1571641
:
1447755
| 1453333