Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Commit 449657e

Browse files
authored
Merge pull request #77 from scalableinternetservices/richard-tsung-vertical
vertical tsung graphs
2 parents b358b26 + 2603ee6 commit 449657e

File tree

231 files changed

+380688
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

231 files changed

+380688
-0
lines changed

tsung_logs/gen_graphs.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ DIRS=("poster" "event_manager" "rsvp" "signup" "social")
66
# Loop through the array and run the tsplot command
77
for GRAPH_DIR in "${DIRS[@]}"; do
88
# Define the paths for DIR1, DIR2, and DIR3
9+
10+
DIR1_OPTIMIZATION="t3.micro"
11+
DIR1="./all_opt/tsung_$GRAPH_DIR/tsung.log"
12+
echo $DIR1
13+
14+
DIR2_OPTIMIZATION="t3.medium"
15+
DIR2="./t3medium/tsung_$GRAPH_DIR/tsung.log"
16+
echo $DIR2
17+
18+
DIR3_OPTIMIZATION="t3.large"
19+
DIR3="./t3large/tsung_$GRAPH_DIR/tsung.log"
20+
921
DIR1_OPTIMIZATION="1_t3.micro"
1022
DIR1="./all_opt/tsung_$GRAPH_DIR/tsung.log"
1123
echo $DIR1
@@ -16,11 +28,16 @@ for GRAPH_DIR in "${DIRS[@]}"; do
1628

1729
DIR3_OPTIMIZATION="4_t3.micro"
1830
DIR3="./4t3micro/tsung_$GRAPH_DIR/tsung.log"
31+
1932
echo $DIR3
2033

2134
# Run the tsplot command with the current GRAPH_DIR
2235
python2 /usr/bin/tsplot -v \
36+
37+
-d "graphs/vertical_scaling/$GRAPH_DIR" \
38+
2339
-d "graphs/horizontal_scaling/$GRAPH_DIR" \
40+
2441
$DIR1_OPTIMIZATION $DIR1 \
2542
$DIR2_OPTIMIZATION $DIR2 \
2643
$DIR3_OPTIMIZATION $DIR3
78.2 KB
18 KB
87.4 KB
19.8 KB
101 KB
22.9 KB
75 KB
16.7 KB
72.9 KB

0 commit comments

Comments
 (0)