Hi,
I've been running Topbeats on servers for a PoC at a client for about 3 weeks. Every now and then, Topbeat returns an invalid cpu.system_p value. This of course does not look very good on a graph... So far I've seen it happen only 3 times on a single host (out of 3 hosts).
Here's the last example:
          "cpu": {
            "user": 18150,
            "user_p": 0,
            "nice": 0,
            "system": 20409,
            "system_p": 970881267037344770,
            "idle": 4365624,
            "iowait": 0,
            "irq": 0,
            "softirq": 0,
            "steal": 0
          },
I am unsure if an issue with topbeat.go calculations, sigar_windows.go, the system itself returning invalid values or cosmic rays 
 ...
Some info:
Beat version: 1.1.0
Operating System: Windows 2012 R2 with up-to-date patches
Configuration:
input:
  period: 10
  procs: [".*"]
  stats:
    system: true
    proc: true
    filesystem: true
    cpu_per_core: true
Beats sent directly to ElasticSearch, not to LogStash.
Any ideas/suggestions to investigate further?
Thanks and regards,
Marco