- -- { scope(top) parallel() loop(3) }
- ;
- -- { scope(dir) parallel(2) loop(3) }
- ;
- -- { scope(file) parallel(10) loop(3) }
- ;
- select count(*) from /oktest/alert_status_00000000999 where node='222.129.134.178/00009'
- -- { onerror(continue) parallel(10) loop(10) noerrinfo() }
- ;
- -- { sleep(100ms) }
- ;
|