tree: 15e58b8ee6eceb937c042ac91eac6b5e65343ff6 [path history] [tgz]
  1. tests/
  2. bucket_match.cc
  3. bucket_match.h
  4. BUILD.gn
  5. capture.cc
  6. capture.h
  7. capture_strategy.cc
  8. capture_strategy.h
  9. digest.cc
  10. digest.h
  11. printer.cc
  12. printer.h
  13. README.md
  14. summary.cc
  15. summary.h
  16. watcher.cc
  17. watcher.h
src/developer/memory/metrics/README.md

Bucket Matcher Configuration

Bucket matcher configuration can be specified using a JSON file at /config/data/buckets.json.

The buckets.json should contain a JSON array of bucket matcher objects. Each bucket matcher must have three members:

  • name: the name of the reported bucket in the memory monitor output.
  • process: a regular expression matching the name of all processes whose VMOs should be considered for this bucket.
  • vmo: a regular expression matching the name of VMOs that should be considered for this bucket.