Range of values for system.process.memory.rss.pct and system.process.cpu.total.norm.pct

Hello, I wanted to find out if the range of values for system.process.memory.rss.pct and system.process.cpu.total.norm.pct if from:

  • 0.0 to 1.0
    or
  • 0.0 to 100.0.

"pct": {
  "type": "scaled_float",
  "scaling_factor": 1000
}

They are stored as a scaled_float and then multiplied by 1000. So your first option is correct.

Thanks so much for your quick response.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.