Hi Dinesh,

Yes, that's pretty much it. That command will give you a list of all the
possible stats. If you want an individual stat you can retrieve it like
this:

java -cp $GEODE_HOME/lib/geode-dependencies.jar
org.apache.geode.internal.SystemAdmin stats vmStats:VMStats.processCpuTime
-archive=server1/server1.gfs

Note the 'stat spec' I'm using here - vmStats:VMStats.processCpuTime. You
can get more details on how to refine the output by using the '-help'
option.

--Jens

On Tue, Oct 24, 2017 at 6:02 AM, Dinesh Akhand <dines...@amdocs.com> wrote:

> Hi team,
>
> I tried below command
>
> java -cp "geode-dependencies.jar:$GEODE_HOME/lib/*"
> org.apache.geode.internal.SystemAdmin stats    -archive=cacheserver.gfs
>
> Is this correct command to read cacheserver.gfs file.
>
>
> Please confirm.
>
> Thanks,
> Dinesh Akhand
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement,
>
> you may review at https://www.amdocs.com/about/email-disclaimer <
> https://www.amdocs.com/about/email-disclaimer>
>

Reply via email to