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) |
...