custom_trace.txt
上传用户:ganshun56
上传日期:2020-06-06
资源大小:27k
文件大小:1k
源码类别:

网格计算

开发平台:

Java

  1. #
  2. # Nov 2004 - Anthony
  3. # This is a custom tag.
  4. # You need to tell gridsim.util.Workload entity what to expect, by
  5. # calling Workload.setField() and/or Workload.setComment()
  6. # For example: for this file, 
  7. #   // parameters: maxField, job_num, submit_time, run_time, num_processors
  8. #   Workload.setField(4, 1, 2, 3, 4);   
  9. #   Workload.setComment("#");
  10. #
  11. # Format of each row is:
  12. # job_num  submit_time  run_time  number_of_processors
  13. 1   5   20  3
  14. 2   8   60  1
  15. 3   10  30  4
  16. 4   12  90  3
  17. 5   15  30  4
  18. 6   20  90  2
  19. 7   20  90  6
  20. 8   20  60  1
  21. 9   21  80  1
  22. 10  22  90  3
  23. 11  23  90  2
  24. 12  23  90  2
  25. 13  23  90  1
  26. 14  24  90  2
  27. 15  25  60  1
  28. 16  26  90  2
  29. 17  27  60  1
  30. 18  28  50  1  
  31. 19  29  90  1
  32. 20  30  90  9