App.Robot.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "tasks": {
  3. "1": {
  4. "id": 1,
  5. "sumCount": 0,
  6. "sumFailCount": 0,
  7. "curCount": 0,
  8. "failCount": 0,
  9. "targetCount": 1000000000,
  10. "config": {
  11. "type": "ApiClient",
  12. "name": "saveToCache",
  13. "apiRoute": "/_robot_/taskMng/saveToCache",
  14. "threadCount": 1,
  15. "loopCountPerThread": 1000000000,
  16. "interval": 5000,
  17. "autoStart": true,
  18. "logError": true
  19. },
  20. "RunningThreadCount": 1,
  21. "IsRunning": true
  22. },
  23. "2": {
  24. "id": 2,
  25. "sumCount": 0,
  26. "sumFailCount": 0,
  27. "curCount": 0,
  28. "failCount": 0,
  29. "targetCount": 8000000000,
  30. "config": {
  31. "type": "ApiClientAsync",
  32. "name": "Async",
  33. "apiRoute": "/a",
  34. "threadCount": 5000,
  35. "loopCountPerThread": 1000000000,
  36. "interval": 0,
  37. "autoStart": true,
  38. "logError": false
  39. },
  40. "RunningThreadCount": 0,
  41. "IsRunning": false
  42. }
  43. }
  44. }