| 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 50
- -- { outputcount() count(50) loop(10000) parallel(10) sleep(1s) }
- ;
|