martinruefenacht / fennel

HPC network simulator
0 stars 0 forks source link

Implement instrument for bandwidth measurement #11

Closed martinruefenacht closed 4 years ago

martinruefenacht commented 4 years ago

Bandwidth measurement will be amount of data / time for a single put or depending on model, beta^-1 without noise.

With noise we need to calculate size / ((size*beta) + noise).

Use an instrument, look at all puts, either remember total amount of data or individual etc.