| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /**
- sleep(3s)
- **/
- ;
- update /test/alert_status set connect = connect + "Project:prj09999"
- -- { parallel(10) loop(10) }
- ;
- /**
- sleep(3s)
- **/
- ;
- update /test/alert_status set tags = "mytag6" where identifier = '222.129.134.178.1.3.6.1.4.1.2011.5.25.219.2.5.665.25.219.2.5.6'
- /**
- fork(u1)
- **/
- ;
- update /test/alert_status set tags = "mytag7" where identifier = '222.129.134.178.1.3.6.1.4.1.2011.5.25.219.2.5.665.25.219.2.5.7'
- /**
- fork(u1)
- **/
- ;
- update /test/alert_status set tags = "mytag8" where identifier = '222.129.134.178.1.3.6.1.4.1.2011.5.25.219.2.5.665.25.219.2.5.8'
- /**
- fork(u1)
- **/
- ;
- update /test/alert_status set tags = "mytag9" where identifier = '222.129.134.178.1.3.6.1.4.1.2011.5.25.219.2.5.665.25.219.2.5.9'
- /**
- fork(u1)
- **/
- ;
- /**
- wait(u1)
- **/
- ;
|