| 1234567891011 |
- -- { scope(file) loop(1000000000) }
- ;
- -- select count(*) from /matrix/filesystem
- -- { output() sleep(3s) timeout(3s) onerror(continue) }
- ;
- select id,class,vtime from /test/malert_status with version limit 099999900,100
- -- { outputcount() count(100) loop(1000000) loopfrom(0) loopstep(1) timeout(10s) onerror(break) }
- ;
|