Hi Dor, In order to build the jvsd code, you would have to do something like this (taken from the jvsd README):
# Clone Geode from the Apache repository and checkout JVSD branch. $git clone https://git-wip-us.apache.org/repos/asf/incubator-geode.git $cd incubator-geode/ $git branch feature/GEODE-78 origin/feature/GEODE-78 $git checkout feature/GEODE-78 # Build and install the third party charting library, MultiAxisChartFX. $./gradlew geode-jvsd:MultiAxisChart ############### BUILD ################ # Build Geode. $./gradlew clean build installDist -Dskip.tests=true # Build Only jVSD. $./gradlew geode-jvsd:clean geode-jvsd:build geode-jvsd:installDist -Dskip.tests=true ############### RUN ################ # Run from source. $./gradlew geode-jvsd:run # Run from distribution. $./geode-jvsd/build/install/geode-jvsd/bin/geode-jvsd HTH --Jens On Mon, Feb 15, 2016 at 10:27 PM, Dor Ben Dov <[email protected]> wrote: > Jen, > > According to your message, if I am taking the latest development from > github, snapshot m2 – it will include this ‘feature’ or > > In order to have it I should do something else ? > > > > Regards, > > Dor > > > > *From:* Jens Deppe [mailto:[email protected]] > *Sent:* יום ב 15 פברואר 2016 18:14 > *To:* [email protected] > *Subject:* Re: vsd and gemfire > > > > Hi Dor, > > > > Currently VSD is only available on a branch in the Geode repository > (feature/GEODE-78). This branch contains the *beginnings* of a java-only > port of the utility, based on JavaFX (jVSD). Contributions welcome! :) > > > > Older versions of VSD, distributed with GemFire, will work to read > statistics files produced by Geode. > > > > --Jens > > > > On Mon, Feb 15, 2016 at 1:47 AM, Dor Ben Dov <[email protected]> > wrote: > > Hi, > > > > Where can find the vsd tool ? are you planning to add it as part of the > Geode project ? > > > > > > Dor > > 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 > > >
