parsa-epfl / cloudsuite

A Benchmark Suite for Cloud Services.
http://cloudsuite.ch
Other
210 stars 121 forks source link

Media Streaming Multi-node #429

Closed minkyuSnow closed 1 year ago

minkyuSnow commented 1 year ago

Hello.

Data Analytics, In-memory Analytics and Data serving Benchmark Application have a multi-node setup in the docs. I was wondering if media streaming is also a multi-node setup. and If this is possible, I'd love to see an example of how to do it.

xusine commented 1 year ago

Hello,

Media streaming is a workload based on Nginx, so if you want to run it with multiple nodes, you may need a HTTP load balancer like another layer of Nginx, or some standard API gateway (e.g., Kong). At present, we don't have a plan for it.

Best,

minkyuSnow commented 1 year ago

Hello,

Media streaming is a workload based on Nginx, so if you want to run it with multiple nodes, you may need a HTTP load balancer like another layer of Nginx, or some standard API gateway (e.g., Kong). At present, we don't have a plan for it.

Best,

Thank you reply. You're saying that media streaming doesn't benchmark clusters yet?

xusine commented 1 year ago

You are right. Currently you cannot run single Media Streaming instance to benchmark a cluster.

minkyuSnow commented 1 year ago

You are right. Currently you cannot run single Media Streaming instance to benchmark a cluster.

Thank you for your reply. I'll have to test it out in the future when it supports cluster multi-nodes. That clears up my question. Thank you.