Getting storefiles' sizes can be done by going over all region servers which host the table's region and sum up the values under 'Storefile Size' column on this page:
http://RS:60030/rs-status#regionStoreStats FYI On Fri, Dec 5, 2014 at 2:20 PM, Esteban Gutierrez <[email protected]> wrote: > Hello Jeevitesh, > > Not directly from HBase, but have you looked at the HBase metrics: > http://hbase.apache.org/book/hbase_metrics.html ? You *could* use hadoop > fs > -dus /path/to/table to get a general idea about the physical size of your > table in HDFS but it will have a delta depending if there are splits or > compactions in progress or if the memstore hasn't been flushed, and if > using snapshots that can also make the delta larger. > > cheers, > esteban. > > -- > Cloudera, Inc. > > > On Fri, Dec 5, 2014 at 1:22 PM, jeevi tesh <[email protected]> wrote: > > > Hi, > > Is there any command in hbase to find memory consumption or disk space > > utilization by tables. > > Thanks > > jeevitesh > > >
