File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ oracle_cs='your_connection_string'
98
98
```
99
99
Run
100
100
```
101
- python3 delta.py --db oracle --interval 5 --period 60 --csvoutput oracle_latency.csv
101
+ python3 delta.py --db oracle --interval 3 --period 5 --csvoutput oracle_latency.csv
102
102
```
103
103
104
104
@@ -114,7 +114,7 @@ mysql_db = 'mysql'
114
114
```
115
115
Run
116
116
```
117
- python3 delta.py --db mysql --interval 5 --period 60 --csvoutput mysql_latency.csv
117
+ python3 delta.py --db mysql --interval 3 --period 5 --csvoutput mysql_latency.csv
118
118
```
119
119
120
120
# Calculate Latency for PostgreSQL
@@ -129,7 +129,7 @@ pgsql_db = 'postgres'
129
129
```
130
130
Run
131
131
```
132
- python3 delta.py --db postgresql --interval 5 --period 60 --csvoutput postgres_latency.csv
132
+ python3 delta.py --db postgresql --interval 3 --period 5 --csvoutput postgres_latency.csv
133
133
```
134
134
135
135
@@ -141,7 +141,7 @@ test_url = 'your_url'
141
141
```
142
142
Run
143
143
```
144
- python3 delta.py --db url --interval 5 --period 60 --csvoutput url_latency.csv
144
+ python3 delta.py --db url --interval 3 --period 5 --csvoutput url_latency.csv
145
145
```
146
146
147
147
You can’t perform that action at this time.
0 commit comments