Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-scherbina authored Jul 3, 2024
1 parent ceb4e8a commit 317ea69
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,23 @@ There are 2 main scenarios:

- opendb loads stored rocksdb configuration and starts with it
- opendb overrides options which explicitly specified in appOpts (app.toml)

### List of reported rocksdb metrics:

#### Key Subsystem

| Name | Subsystem | Docs |
| ------------------- | --------- | ---- |
| number_keys_written | Key | |
| number_keys_read | Key | |
| number_keys_updated | Key | |
| estimate_num_keys | Key | estimated number of total keys in the active and unflushed immutable memtables and storage |
| estimate_num_keys | File | |
| estimate_num_keys | File | |

#### File Subsystem

| Name | Docs |
| -------- | ------- |
| number_file_opens | |
| number_file_errors | |

0 comments on commit 317ea69

Please sign in to comment.