Skip to content

Instantly share code, notes, and snippets.

@rajagp
Created March 27, 2020 12:49
Show Gist options
  • Save rajagp/615c34d1c5f0f362aa81fb8c83e513be to your computer and use it in GitHub Desktop.
Save rajagp/615c34d1c5f0f362aa81fb8c83e513be to your computer and use it in GitHub Desktop.
"syncgateway": {
"global": {
"resource_utilization": {
"admin_net_bytes_recv": 2142369678,
"admin_net_bytes_sent": 268548814,
"error_count": 0,
"go_memstats_heapalloc": 17566752,
"go_memstats_heapidle": 38338560,
"go_memstats_heapinuse": 27033600,
"go_memstats_heapreleased": 26296320,
"go_memstats_pausetotalns": 3162066300,
"go_memstats_stackinuse": 1736704,
"go_memstats_stacksys": 1736704,
"go_memstats_sys": 73203960,
"goroutines_high_watermark": 176,
"num_goroutines": 133,
"process_cpu_percent_utilization": 56.66988883518608,
"process_memory_resident": 46747648,
"pub_net_bytes_recv": 2142369678,
"pub_net_bytes_sent": 268548814,
"system_memory_total": 2095575040,
"warn_count": 1
}
},
"per_db": {
"travel-sample": {
"cache": {
"abandoned_seqs": 0,
"chan_cache_active_revs": 1,
"chan_cache_bypass_count": 0,
"chan_cache_channels_added": 1,
"chan_cache_channels_evicted_inactive": 0,
"chan_cache_channels_evicted_nru": 0,
"chan_cache_compact_count": 0,
"chan_cache_compact_time": 0,
"chan_cache_hits": 2,
"chan_cache_max_entries": 1,
"chan_cache_misses": 1,
"chan_cache_num_channels": 1,
"chan_cache_pending_queries": 0,
"chan_cache_removal_revs": 0,
"chan_cache_tombstone_revs": 0,
"high_seq_cached": 9,
"high_seq_stable": 9,
"num_active_channels": 1,
"num_skipped_seqs": 0,
"pending_seq_len": 0,
"rev_cache_bypass": 0,
"rev_cache_hits": 3,
"rev_cache_misses": 0,
"skipped_seq_len": 0
},
"cbl_replication_pull": {
"attachment_pull_bytes": 0,
"attachment_pull_count": 0,
"max_pending": 0,
"num_pull_repl_active_continuous": 1,
"num_pull_repl_active_one_shot": 0,
"num_pull_repl_caught_up": 1,
"num_pull_repl_since_zero": 1,
"num_pull_repl_total_continuous": 1,
"num_pull_repl_total_one_shot": 0,
"request_changes_count": 3,
"request_changes_time": 1283768400,
"rev_processing_time": 2245700,
"rev_send_count": 2,
"rev_send_latency": 2227800
},
"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": 1818200,
"sync_function_count": 5,
"sync_function_time": 60882000,
"write_processing_time": 5782700
},
"database": {
"abandoned_seqs": 0,
"cache_feed": {},
"crc32c_match_count": 0,
"dcp_caching_count": 5,
"dcp_caching_time": 10237300,
"dcp_received_count": 5,
"dcp_received_time": 122677200,
"doc_reads_bytes_blip": 96,
"doc_writes_bytes": 733,
"doc_writes_bytes_blip": 271,
"doc_writes_xattr_bytes": 2071,
"high_seq_feed": 9,
"import_feed": {},
"num_doc_reads_blip": 2,
"num_doc_reads_rest": 0,
"num_doc_writes": 5,
"num_replications_active": 1,
"num_replications_total": 1,
"sequence_assigned_count": 8,
"sequence_get_count": 2,
"sequence_incr_count": 7,
"sequence_released_count": 1,
"sequence_reserved_count": 9,
"warn_channels_per_doc_count": 0,
"warn_grants_per_doc_count": 0,
"warn_xattr_size_count": 0
},
"delta_sync": {
"delta_cache_hit": 0,
"delta_cache_miss": 1,
"delta_pull_replication_count": 1,
"delta_push_doc_count": 0,
"deltas_requested": 1,
"deltas_sent": 1
},
"gsi_views": {
"access_count": 4,
"access_time": 229793200,
"channels_count": 1,
"channels_time": 117383800,
"roleAccess_count": 3,
"roleAccess_time": 49960600,
"tombstones_count": 5,
"tombstones_time": 846216100
},
"security": {
"auth_failed_count": 0,
"auth_success_count": 1,
"num_access_errors": 0,
"num_docs_rejected": 0,
"total_auth_time": 164669300
},
"shared_bucket_import": {
"import_cancel_cas": 0,
"import_count": 4,
"import_error_count": 0,
"import_high_seq": 9,
"import_partitions": 16,
"import_processing_time": 171216000
}
}
},
"per_replication": {
"repl-test-pull-continuous-1": {
"sgr_docs_checked_sent": 3,
"sgr_num_attachment_bytes_transferred": 0,
"sgr_num_attachments_transferred": 0,
"sgr_num_docs_failed_to_push": 0,
"sgr_num_docs_pushed": 1
},
"repl-test-push-1": {
"sgr_docs_checked_sent": 0,
"sgr_num_attachment_bytes_transferred": 0,
"sgr_num_attachments_transferred": 0,
"sgr_num_docs_failed_to_push": 0,
"sgr_num_docs_pushed": 0
},
"repl-test-push-continuous-1": {
"sgr_docs_checked_sent": 5,
"sgr_num_attachment_bytes_transferred": 0,
"sgr_num_attachments_transferred": 2009,
"sgr_num_docs_failed_to_push": 0,
"sgr_num_docs_pushed": 2
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment