Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Gokan Khan committed Sep 19, 2020
1 parent fe52b4e commit 33bb412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Synthetic Service Mesh is a customizable, multi-threaded, and Docker/Kubernetes

![Image of a service chain](./images/service_chain.png)

You can use yaml files inside the `example` folder to generate service mesh above (or use them as an example for your own custom service mesh). To start the traffic, you should send a GET request/call /s1/cpu/1/1/1. It will then send a single request to s1 and then s1 send the traffic to s2, s2 to s3 and s7 and so on.
You can use yaml files inside the `examples` folder to deplot service mesh above on the Kubernetes (or use them as an example for your own custom service mesh). To start the traffic, you should send a GET request to /s1/cpu/1/1/1. It will then send a single request to s1 and then s1 send the traffic to s2, s2 to s3 and s7 and so on.

# Endpoints:
* */cpu/:workloadSize?/:threadsCount?/:sendToNext? for CPU intensive workloads
Expand Down

0 comments on commit 33bb412

Please sign in to comment.