Re: Odg: enable-time-statistics

2020-01-13 Thread Jacob Barrett
: > On Jan 12, 2020, at 11:34 PM, Mario Kevo wrote: > > Thank you all for confirming this! 🙂 > > Does anyone tried to enable it on geode native side? > We tried, but without success. Do we need to change anything else except > enable-time-statistics to true as this not work

Odg: enable-time-statistics

2020-01-12 Thread Mario Kevo
Thank you all for confirming this! 🙂 Does anyone tried to enable it on geode native side? We tried, but without success. Do we need to change anything else except enable-time-statistics to true as this not working? BR, Mario Šalje: Charlie Black Poslano: 10

Re: enable-time-statistics

2020-01-10 Thread Charlie Black
t;> We have executed some traffic against Geode servers with time-based > > >> statistics enabled and disabled and we didn't see any performance > > >> difference. > > >> The documentation says: > > >> > > >> > > >> If y

Re: enable-time-statistics

2020-01-10 Thread Anthony Baker
Read that as “As of geode 1.9.0 …”. Anthony > On Jan 10, 2020, at 1:19 PM, Jacob Barrett wrote: > > The biggest impact was in recording all the additional stats in the old > blocking stats implementation. As of 9.8 the stats internals are mostly > non-blocking. Enabling time stats has very li

Re: enable-time-statistics

2020-01-10 Thread Dave Barnes
statistics, enable that. Time-based statistics > >> require statistics sampling and archival. Example: > >> > >> statistic-sampling-enabled=true > >> statistic-archive-file=myStatisticsArchiveFile.gfs > >> enable-time-statistics=true > >> > &

Re: enable-time-statistics

2020-01-10 Thread Jacob Barrett
gt;> require statistics sampling and archival. Example: >> >> statistic-sampling-enabled=true >> statistic-archive-file=myStatisticsArchiveFile.gfs >> enable-time-statistics=true >> >> >> Note: Time-based statistics can impact system performance and is not

Re: enable-time-statistics

2020-01-10 Thread Kirk Lund
When we were doing Micrometer work we confirmed that enable-time-statistics doesn't change performance. We'd like to deprecate this property and turn it on always. On Fri, Jan 10, 2020 at 12:45 PM Dan Smith wrote: > I personally wouldn't be too worried about enabling time bas

Re: enable-time-statistics

2020-01-10 Thread Dan Smith
stic-sampling-enabled=true > statistic-archive-file=myStatisticsArchiveFile.gfs > enable-time-statistics=true > > > Note: Time-based statistics can impact system performance and is not > recommended for production environments. > > > Do you know on which part this note referring to? >

enable-time-statistics

2020-01-10 Thread Mario Kevo
g and archival. Example: statistic-sampling-enabled=true statistic-archive-file=myStatisticsArchiveFile.gfs enable-time-statistics=true Note: Time-based statistics can impact system performance and is not recommended for production environments. Do you know on which part this note referring to? Al