Versions Compared

Key

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

This operator allows to add a new system load to the meta data. To use this operator, the Systemload feature must be installed

Code Block
#PARSER PQL
#METADATA SystemLoad
#METADATA TimeInterval
#RUNQUERY
out = TIMER({PERIOD = 1000, SOURCE = 'source'})

out2 = SYSTEMLOAD(out)

...