Thanks very much! From: Eric Newton <eric.new...@gmail.com<mailto:eric.new...@gmail.com>> Reply-To: "user@accumulo.apache.org<mailto:user@accumulo.apache.org>" <user@accumulo.apache.org<mailto:user@accumulo.apache.org>> Date: Wednesday, September 18, 2013 4:58 PM To: "user@accumulo.apache.org<mailto:user@accumulo.apache.org>" <user@accumulo.apache.org<mailto:user@accumulo.apache.org>> Subject: Re: Trying to figure out some of the accumulo monitor data
ingestRate: key/value / second queryRate: key/value / second lastContact: milliseconds since the epoch Patches to documentation cheerful accepted. :-) -Eric On Wed, Sep 18, 2013 at 4:08 PM, Ray Pfaff <ray.pf...@apx-labs.com<mailto:ray.pf...@apx-labs.com>> wrote: I've written some code to utilize Monitor.summarizeTableStats and some of the values that get returned don't have any documentation on what they represent. Does anyone know what they mean? ingestRate: Obviously x/t, the question is what's x (key-values, mbytes?) and what's t (I assume seconds?) queryRate: Same question as ingestRate. lastContact: Is this in perhaps epoch seconds?