Last active
May 23, 2019 20:19
-
-
Save rajagp/67fd53838a4aaf99d97d2540b1797f85 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"syncgateway":{ | |
"global":{ | |
"resource_utilization":{ | |
"admin_net_bytes_recv":697856009, | |
"admin_net_bytes_sent":166156024, | |
"error_count":9, | |
"go_memstats_heapalloc":55281624, | |
"go_memstats_heapidle":116293632, | |
"go_memstats_heapinuse":84017152, | |
"go_memstats_heapreleased":78716928, | |
"go_memstats_pausetotalns":2314778900, | |
"go_memstats_stackinuse":1015808, | |
"go_memstats_stacksys":1015808, | |
"go_memstats_sys":215701752, | |
"goroutines_high_watermark":52, | |
"num_goroutines":52, | |
"process_cpu_percent_utilization":199.8688155922039, | |
"process_memory_resident":1.48062208e+08, | |
"pub_net_bytes_recv":697856009, | |
"pub_net_bytes_sent":166156024, | |
"system_memory_total":4.139307008e+09, | |
"warn_count":1 | |
} | |
}, | |
"per_db":{ | |
"travel-sample":{ | |
"cache":{ | |
"chan_cache_active_revs":102, | |
"chan_cache_hits":3685, | |
"chan_cache_max_entries":50, | |
"chan_cache_misses":563, | |
"chan_cache_num_channels":3, | |
"chan_cache_pending_queries":0, | |
"chan_cache_removal_revs":0, | |
"chan_cache_tombstone_revs":0, | |
"num_skipped_seqs":2400, | |
"rev_cache_hits":76, | |
"rev_cache_misses":37935 | |
}, | |
"cbl_replication_pull":{ | |
"attachment_pull_bytes":0, | |
"attachment_pull_count":0, | |
"max_pending":5343, | |
"num_pull_repl_active_continuous":2, | |
"num_pull_repl_active_one_shot":0, | |
"num_pull_repl_caught_up":2, | |
"num_pull_repl_since_zero":0, | |
"num_pull_repl_total_continuous":5, | |
"num_pull_repl_total_one_shot":565, | |
"num_replications_active":-566, | |
"request_changes_count":1984, | |
"request_changes_time":28729243000, | |
"rev_processing_time":102872184800, | |
"rev_send_count":10032, | |
"rev_send_latency":832248498800 | |
}, | |
"cbl_replication_push":{ | |
"attachment_push_bytes":0, | |
"attachment_push_count":0, | |
"conflict_write_count":0, | |
"doc_push_count":1, | |
"propose_change_count":1, | |
"propose_change_time":6063300, | |
"sync_function_count":10033, | |
"sync_function_time":1271718400, | |
"write_processing_time":100299400 | |
}, | |
"database":{ | |
"abandoned_seqs":0, | |
"crc32c_match_count":0, | |
"dcp_caching_count":10033, | |
"dcp_caching_time":27361319906700, | |
"dcp_received_count":10033, | |
"dcp_received_time":726333988740800, | |
"doc_reads_bytes_blip":21098250, | |
"doc_writes_bytes":21098263, | |
"doc_writes_bytes_blip":13, | |
"num_doc_reads_blip":10032, | |
"num_doc_reads_rest":27979, | |
"num_doc_writes":10033, | |
"num_replications_active":568, | |
"num_replications_total":570, | |
"sequence_get_count":1, | |
"sequence_released_count":0, | |
"sequence_reserved_count":10034, | |
"warn_channels_per_doc_count":0, | |
"warn_grants_per_doc_count":0, | |
"warn_xattr_size_count":0 | |
}, | |
"gsi_views":{ | |
"channels_count":563, | |
"access_count": 2, | |
"allDocs_count": 1, | |
"roleAccess_count": 1, | |
"principals_count":0, | |
"resync_count":0, | |
"roleAccess_count":1, | |
"sequences_count":2, | |
"sessions_count"0, | |
"tombstones_count":0 | |
}, | |
"security":{ | |
"auth_failed_count":0, | |
"auth_success_count":3, | |
"num_access_errors":0, | |
"num_docs_rejected":0, | |
"total_auth_time":164302800 | |
}, | |
"delta_sync": { | |
"delta_cache_hit": 0, | |
"delta_cache_miss": 20, | |
"delta_pull_replication_count": 2, | |
"delta_push_doc_count": 0, | |
"deltas_requested": 20, | |
"deltas_sent": 20 | |
}, | |
"shared_bucket_import":{ | |
"import_count":10031, | |
"import_error_count":0, | |
"import_processing_time":144880768000 | |
} | |
} | |
}, | |
"per_replication":{ | |
"repl-1":{ | |
}, | |
"repl-101":{ | |
}, | |
"repl-102":{ | |
"sgr_docs_checked_sent":7828, | |
"sgr_num_attachment_bytes_transferred":0, | |
"sgr_num_attachments_transferred":0, | |
"sgr_num_docs_failed_to_push":0, | |
"sgr_num_docs_pushed":7778 | |
}, | |
"repl-102-pull":{ | |
"sgr_docs_checked_sent":27978, | |
"sgr_num_attachment_bytes_transferred":0, | |
"sgr_num_attachments_transferred":0, | |
"sgr_num_docs_failed_to_push":0, | |
"sgr_num_docs_pushed":0 | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment