Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiyue committed Sep 28, 2022
1 parent 03a84f2 commit 0f44872
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,20 @@ After you run the script, you will get the results in ```Tetris/Simulator_Alibab
### Send ***requests***
Run the commands to send requests to Apache Tomcat server:
```
# Tomcat
$ sudo apt-get update
$ sudo apt-get install apache2-utils

$ cd Tetris/Prototype-K8s
$ sh request.sh
$ sh request-tomcat.sh

# Redis
$ cd Tetris/Prototype-K8s
$ sh request-redis.sh

# Resnet
$ cd Tetris/Prototype-K8s
$ sh request-resnet.sh
```
*Remember to replace the IP address in ```request.sh``` with the IP address of the master in your own K8s cluster.
Expand Down
Binary file modified Tetris/.DS_Store
Binary file not shown.

0 comments on commit 0f44872

Please sign in to comment.