Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reboot/Perftap repeats same value #11

Open
cliffpracht opened this issue Oct 25, 2013 · 0 comments
Open

Reboot/Perftap repeats same value #11

cliffpracht opened this issue Oct 25, 2013 · 0 comments

Comments

@cliffpracht
Copy link

Hi Iristyle,
I find this tool very useful, however we are finding that under certain conditions (like reboot a server where it starts before the network comes fully up) or other times when network goes down for short time causes it to send the same last value over and over again. This is what the graph looks like below. We have it sending to a remote statsd.

metric_repeat

This is what the config looks like:

<configuration>
  <configSections>
    <section name="perfTapCounterSampling" type="PerfTap.Configuration.CounterSamplingConfiguration, P
erfTap" />
    <section name="perfTapPublishing" type="PerfTap.Configuration.MetricPublishingConfiguration, PerfT
ap" />
  </configSections>
  <perfTapCounterSampling sampleInterval="00:00:05">
    <definitionFilePaths>
      <definitionFile path="CounterDefinitions\aspnet.counters" />
      <definitionFile path="CounterDefinitions\dotnet.counters" />
      <definitionFile path="CounterDefinitions\system.counters" />
      <definitionFile path="CounterDefinitions\webservice.counters" />

    </definitionFilePaths>
    <!--
    <counterNames>
      <counter name="\SearchService.ContentEnhance\Content Enhance Request Call Duration" />
    </counterNames>
    -->
  </perfTapCounterSampling>
  <perfTapPublishing prefixKey="hosts" port="8125" server="10.68.51.140" />
</configuration>

Restarting the service seems to resolve the issue. Have you seen anything like this or any ideas as to what this could be?

Thanks!
Jimmycliff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant