MySQLOnRocksDB/mysql-5.6
forked from facebook/mysql-5.6

Loading…
Export more perf_context and iostats_context #79
Closed
yoshinorim opened this Issue
· 6 comments
Owner
yoshinorim
commented
Owner
yoshinorim
commented
And some other status counters, such as rocksdb.db.mutex.wait.micros.
Owner
yoshinorim
commented
@jtuple You're right, we should just export all *_context stats. We haven't found a way to keep track of RocksDB side changes (RocksDB added some stats after we initially supported perf_context).
Collaborator
jkedgar
commented
Just to be clear... You want all the values in perf_context.h (currently a total of 34) and iostats_context.h (currently a total of 9) to show up in information_schema.rocksdb_perf_context_global. Correct?
Owner
yoshinorim
commented
Yes.
Collaborator
jkedgar
commented
Closed with https://reviews.facebook.net/D46437
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently RocksDB added more status counters -- https://reviews.facebook.net/D39177
We need to export these stats into information_schema.