MySQL Forums
Forum List  »  NDB clusters

ndbinfo.memoryusage does not exist
Posted by: Pavel Baranov
Date: August 28, 2013 09:36AM

Hello all,
I've just created a simple cluster, loaded some data into it and wanted to check for memory usage:

mysql> select memory_type, sum(used / (1024*1024)) as sum_used_mb, sum(total / (1024*1024)) as sum_total_mb from ndbinfo.memoryusage group by memory_type;
ERROR 1146 (42S02): Table 'ndbinfo.memoryusage' doesn't exist

In my previous experiences this table always existed and now it's not ?

ndb_mgm shows:
ndb_mgm> all report memory
Node 3: Data usage is 0%(873 32K pages of total 327680)
Node 3: Index usage is 0%(581 8K pages of total 65568)
Node 4: Data usage is 0%(894 32K pages of total 294912)
Node 4: Index usage is 0%(587 8K pages of total 65568)

Any clue what might be wrong?

Thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
ndbinfo.memoryusage does not exist
1467
August 28, 2013 09:36AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.