user2737980
user2737980

Reputation: 233

How to get resource utilized by rethinkdb?

Is there easy way to get information, like total database size, cache used and so on in rethinkdb?

Upvotes: 0

Views: 55

Answers (1)

Jorge Silva
Jorge Silva

Reputation: 4614

You should take a look at system tables (stored in the rethinkdb database). They contain a lot of useful information about the database. In particular, you should take a look at status tables and system stats.

Upvotes: 2

Related Questions