{ | |
"read": "2015-03-17T01:13:19.991994397Z", | |
"network": { | |
"rx_bytes": 1296, | |
"rx_packets": 16, | |
"rx_errors": 0, | |
"rx_dropped": 0, | |
"tx_bytes": 648, | |
"tx_packets": 8, | |
"tx_errors": 0, | |
"tx_dropped": 0 | |
}, | |
"cpu_stats": { | |
"cpu_usage": { | |
"total_usage": 63893077, | |
"percpu_usage": [ | |
63893077 | |
], | |
"usage_in_kernelmode": 40000000, | |
"usage_in_usermode": 10000000 | |
}, | |
"system_cpu_usage": 520130000000, | |
"throttling_data": { | |
"periods": 0, | |
"throttled_periods": 0, | |
"throttled_time": 0 | |
} | |
}, | |
"memory_stats": { | |
"usage": 15372288, | |
"max_usage": 15499264, | |
"stats": { | |
"active_anon": 483328, | |
"active_file": 2592768, | |
"cache": 14888960, | |
"hierarchical_memory_limit": 18446744073709552000, | |
"hierarchical_memsw_limit": 18446744073709552000, | |
"inactive_anon": 0, | |
"inactive_file": 12296192, | |
"mapped_file": 2416640, | |
"pgfault": 1885, | |
"pgmajfault": 146, | |
"pgpgin": 4475, | |
"pgpgout": 722, | |
"rss": 483328, | |
"rss_huge": 0, | |
"swap": 0, | |
"total_active_anon": 483328, | |
"total_active_file": 2592768, | |
"total_cache": 14888960, | |
"total_inactive_anon": 0, | |
"total_inactive_file": 12296192, | |
"total_mapped_file": 2416640, | |
"total_pgfault": 1885, | |
"total_pgmajfault": 146, | |
"total_pgpgin": 4475, | |
"total_pgpgout": 722, | |
"total_rss": 483328, | |
"total_rss_huge": 0, | |
"total_swap": 0, | |
"total_unevictable": 0, | |
"total_writeback": 0, | |
"unevictable": 0, | |
"writeback": 0 | |
}, | |
"failcnt": 0, | |
"limit": 623501312 | |
}, | |
"blkio_stats": { | |
"io_service_bytes_recursive": [], | |
"io_serviced_recursive": [], | |
"io_queue_recursive": [], | |
"io_service_time_recursive": [], | |
"io_wait_time_recursive": [], | |
"io_merged_recursive": [], | |
"io_time_recursive": [], | |
"sectors_recursive": [] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment