Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note
titleAttention!

The statistics update period (timeout) depends on the FPS Frame rate (maxFPS) parameter specified on the server:

  • If FPS Frame rate (maxFPS) > 0, the update occurs every 1000 / FPS Frame rate (maxFPS).
  • If FPS Frame rate (maxFPS) = 0, the update occurs every 60 seconds.

You can request data by using the GetStatistics command that is represented as the average value throughout this interval.
Example: if FPS Frame rate (maxFPS) = 25, statistics are updated once every 40 seconds.

...