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