I don't know of a way to analyze offline stat archives using gfsh. But the code for the old gemfire stats command is still in the geode source. It is: com.gemstone.gemfire.internal.SystemAdmin Its "main" is what the old gemfire script executed. Just keep in mind that this class is not used by geode so it could go away.
I think it is a good idea to add off-line stat archive analysis to gfsh and the "stats" command in SystemAdmin could be used to aid this implementation. On Sun, May 22, 2016 at 6:18 AM, Daniel Farcovich < [email protected]> wrote: > Hi Everyone, > Is earlier versions of Gemfire there was a command named stats, which > printed statistic values from a statistic archive file. > How can I use it in GEODE? Is there a gfsh corresponding command? > > Thanks, > Daniel Farcovich > > > This message and the information contained herein is proprietary and > confidential and subject to the Amdocs policy statement, > you may review at http://www.amdocs.com/email_disclaimer.asp >
