2026-03-12 21:01:38
This commit is contained in:
18
divers/swingbench_01.md
Normal file
18
divers/swingbench_01.md
Normal file
@@ -0,0 +1,18 @@
|
||||
Setup (schema creation).
|
||||
This will create SOE schema with *secret* password in the PDB YODA where admin user is sysdba.
|
||||
|
||||
./oewizard -v -cl -create \
|
||||
-cs wayland/YODA -u soe -p secret \
|
||||
-scale 1 -tc 2 -dba "admin as sysdba" -dbap "Secret00!" \
|
||||
-ts ts_swingbench
|
||||
|
||||
Check:
|
||||
|
||||
./sbutil -soe -cs wayland/YODA -soe -u soe -p secret -val
|
||||
|
||||
Run benchmark:
|
||||
|
||||
./charbench -c ../configs/SOE_Server_Side_V2.xml \
|
||||
-u soe -p secret -uc 5 -cs wayland/YODA \
|
||||
-min 0 -max 10 -intermin 200 -intermax 500 -mt 5000 -mr -v users,tpm,tps,errs,vresp
|
||||
|
||||
Reference in New Issue
Block a user