You are here

mongodb.watchdog.sanitycheck.yml in MongoDB 8.2

modules/mongodb_watchdog/console/translations/en/mongodb.watchdog.sanitycheck.yml

File

modules/mongodb_watchdog/console/translations/en/mongodb.watchdog.sanitycheck.yml
View source
  1. description: 'Checks the sizes of the watchdog collections'
  2. help: >-
  3. This command produces a list of the sizes of the watchdog capped collections,
  4. grouped by "bucket". The bucket sizes are 0 (empty collection), 1 (single
  5. document), one bucket for each fraction of the size of the capping limit
  6. (which should be the typical case), one for capping limit - 1, and one for the
  7. capping limit itself, showing events occurring too often for the configured
  8. limit.
  9. For example: with a typical capping limit of 10000, the list will be made of
  10. the following buckets: 0, 1, 2-1000, 1001-2000, 2001-3000, ... 9000-9998,
  11. 9999, and 10000.
  12. options: {}
  13. arguments: {}