4.2.concur.update.mql 764 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /**
  2. sleep(3s)
  3. **/
  4. ;
  5. update /test/alert_status set connect = connect + "Project:prj09999"
  6. -- { parallel(10) loop(10) }
  7. ;
  8. /**
  9. sleep(3s)
  10. **/
  11. ;
  12. 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'
  13. /**
  14. fork(u1)
  15. **/
  16. ;
  17. 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'
  18. /**
  19. fork(u1)
  20. **/
  21. ;
  22. 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'
  23. /**
  24. fork(u1)
  25. **/
  26. ;
  27. 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'
  28. /**
  29. fork(u1)
  30. **/
  31. ;
  32. /**
  33. wait(u1)
  34. **/
  35. ;