File: object_reconstructor.rst

package info (click to toggle)
swift 2.35.1-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 22,760 kB
  • sloc: python: 281,901; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (25 lines) | stat: -rw-r--r-- 2,328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
``object-reconstructor`` Metrics
================================

========================================================  ======================================================
Metric Name                                               Description
--------------------------------------------------------  ------------------------------------------------------
``object-reconstructor.partition.delete.count.<device>``  A count of partitions on <device> which were
                                                          reconstructed and synced to another node because they
                                                          didn't belong on this node. This metric is tracked
                                                          per-device to allow for "quiescence detection" for
                                                          object reconstruction activity on each device.
``object-reconstructor.partition.delete.timing``          Timing data for partitions reconstructed and synced to
                                                          another node because they didn't belong on this node.
                                                          This metric is not tracked per device.
``object-reconstructor.partition.update.count.<device>``  A count of partitions on <device> which were
                                                          reconstructed and synced to another node, but also
                                                          belong on this node. As with delete.count, this metric
                                                          is tracked per-device.
``object-reconstructor.partition.update.timing``          Timing data for partitions reconstructed which also
                                                          belong on this node. This metric is not tracked
                                                          per-device.
``object-reconstructor.suffix.hashes``                    Count of suffix directories whose hash (of filenames)
                                                          was recalculated.
``object-reconstructor.suffix.syncs``                     Count of suffix directories reconstructed with ssync.
========================================================  ======================================================