README.txt
上传用户:ganshun56
上传日期:2020-06-06
资源大小:27k
文件大小:1k
- This directory contains many GridSim examples.
- Here are the summary of what each example does:
- ./TraceEx01 : shows how to use the GridSim workload trace functionality.
- This example shows each Workload entity sends Gridlets to
- a particular grid resource.
- No other GridSim user entities are created.
- ./TraceEx02 : shows how to use the GridSim workload trace functionality.
- This example creates three entities: User, Workload and GridResource
- WITHOUT a network topology. The User and Workload entity sends Gridlets
- to a particular GridResource entity.
- ./TraceEx03 : shows how to use the GridSim workload trace functionality.
- This example creates three entities: NetUser, Workload and GridResource
- WITH a network topology. The NetUser and Workload entity sends Gridlets
- to a particular GridResource entity.
- ============================================================
- This directory contains several files:
- ./custom_tags.txt : A custom trace file used in the experiments.
- ./l_lanl_o2k.swf.txt : A trace file from LANL Origin 2000 Cluster (Nirvana)
- ./l_sdsc_blue.swf.txt : A trace file from SDSC Blue Horizon
- ./README.txt : this file
- NOTE: Detailed explanations are provided in the source file(s).