HomaSimulation icon indicating copy to clipboard operation
HomaSimulation copied to clipboard

Use my own workload and traffic matrix

Open qizhe opened this issue 6 years ago • 1 comments

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

qizhe avatar Jan 26 '19 00:01 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.

behnamm avatar Mar 07 '19 17:03 behnamm