mSvcBench / muBench

µBench is a tool for benchmarking cloud/edge computing platforms that run microservice applications. The tool creates dummy microservice applications that can be customized by the user and run on Kubernetes.
Other
36 stars 19 forks source link

Stress network IO when calling external_services #23

Closed paprikaw closed 4 days ago

paprikaw commented 1 month ago

Hi teams,

I wonder if it is possilble to stress IO when a service cell call external services. For example, a service cell may be able to generate dummy bytes and send to external services. This pattern is usally seen in the IoT scenario or any cases when microservices need uploading streaming datas to other microserivces.

Is this possible with the current implementation of muBench?

andreadetti commented 4 days ago

Hi, currently no. A µbench microservice can only get the data from an external service but not do the push.