bengland

bluestore OSD daemon perf dump excerpts

Mar 29th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. [root@b10-h01-r620 rados_object_perf]# ssh c05-h09-6048r ceph daemon osd.121 perf dump
  2. {
  3. ...
  4. "bluefs": {
  5. "gift_bytes": 0,
  6. "reclaim_bytes": 0,
  7. "db_total_bytes": 10239336448,
  8. "db_used_bytes": 415236096,
  9. "wal_total_bytes": 5119143936,
  10. "wal_used_bytes": 511705088,
  11. "slow_total_bytes": 79989571584,
  12. "slow_used_bytes": 2054160384,
  13. "num_files": 43,
  14. "log_bytes": 8122368,
  15. "log_compactions": 1,
  16. "logged_bytes": 333398016,
  17. "files_written_wal": 2,
  18. "files_written_sst": 222,
  19. "bytes_written_wal": 5150538127,
  20. "bytes_written_sst": 16122627426
  21. },
  22. ...
  23. "bluestore": {
  24. ...
  25. "compress_success_count": 0,
  26. "compress_rejected_count": 0,
  27. "write_pad_bytes": 56127411,
  28. "deferred_write_ops": 32363,
  29. "deferred_write_bytes": 147107840,
  30. "write_penalty_read_ops": 0,
  31. "bluestore_allocated": 37374328832,
  32. "bluestore_stored": 37255589837,
  33. "bluestore_compressed": 0,
  34. "bluestore_compressed_allocated": 0,
  35. "bluestore_compressed_original": 0,
  36. "bluestore_onodes": 10600,
  37. "bluestore_onode_hits": 1620635,
  38. "bluestore_onode_misses": 1561833,
  39. "bluestore_onode_shard_hits": 849047,
  40. "bluestore_onode_shard_misses": 3114209,
  41. "bluestore_extents": 72355,
  42. "bluestore_blobs": 72355,
  43. "bluestore_buffers": 0,
  44. "bluestore_buffer_bytes": 0,
  45. "bluestore_buffer_hit_bytes": 8388828,
  46. "bluestore_buffer_miss_bytes": 242699982687,
  47. "bluestore_write_big": 454169,
  48. "bluestore_write_big_bytes": 1857745190912,
  49. "bluestore_write_big_blobs": 3543930,
  50. "bluestore_write_small": 61981,
  51. "bluestore_write_small_bytes": 1984081997,
  52. "bluestore_write_small_unused": 0,
  53. "bluestore_write_small_deferred": 729,
  54. "bluestore_write_small_pre_read": 729,
  55. "bluestore_write_small_new": 61252,
  56. "bluestore_txc": 626802,
  57. "bluestore_onode_reshard": 453523,
  58. "bluestore_blob_split": 0,
  59. "bluestore_extent_compress": 0,
  60. "bluestore_gc_merged": 0
  61. },
  62. "osd": {
  63. "op_wip": 0,
  64. "op": 329593,
  65. "op_in_bytes": 818707358816,
  66. "op_out_bytes": 225657912059,
  67. ...
  68. "op_rw": 36288,
  69. "op_rw_in_bytes": 18768573600,
  70. "op_rw_out_bytes": 0,
  71. ...
  72. "numpg": 108,
  73. "numpg_primary": 39,
  74. "numpg_replica": 69,
  75. "numpg_stray": 0,
  76. ...
  77. "stat_bytes": 2009977556992,
  78. "stat_bytes_used": 50741678080,
  79. "stat_bytes_avail": 1959235878912,
  80. }
  81. "rocksdb": {
  82. "get": 4676050,
  83. "submit_transaction": 626802,
  84. "submit_transaction_sync": 624077,
  85. "get_latency": {
  86. "avgcount": 4676050,
  87. "sum": 2584.790143111,
  88. "avgtime": 0.000552772
  89. },
  90. "submit_latency": {
  91. "avgcount": 626802,
  92. "sum": 61.109689878,
  93. "avgtime": 0.000097494
  94. },
  95. "submit_sync_latency": {
  96. "avgcount": 624077,
  97. "sum": 88.160635145,
  98. "avgtime": 0.000141265
  99. },
  100. "compact": 0,
  101. "compact_range": 0,
  102. "compact_queue_merge": 0,
  103. "compact_queue_len": 0,
  104. }
Add Comment
Please, Sign In to add comment