HomaSimulation
HomaSimulation copied to clipboard
Use my own workload and traffic matrix
Hi behnamm,
I am currently trying to add my own workload and permutation traffic matrix in the simulator. Can you give some info about where I should add it.
Thank you!:)
Qizhe
You need to check out these files: HomaSimulation/RpcTransportDesign/OMNeT++Simulation/homatransport/src/application/WorkloadSynthesizer.[h,cc] and HomaSimulation/RpcTransportDesign/OMNeT++Simulation/homatransport/src/application/ MsgSizeDistributions.[h,cc]
Adding new workloads should be quite easy once you read and understand these sources. adding permutation matrix is a bit more tricky as I haven't done that before. But these files are the ones that need to be modified. If you were able to successfully add more workloads and perm matrices, please submit a pull request and I'll put it in the main branch.