sysbench icon indicating copy to clipboard operation
sysbench copied to clipboard

sysbench 0.5 (Github) ,Oracle 12.1 and Opensuse 42.3

Open justhonor opened this issue 5 years ago • 0 comments

sysbench 0.5 (Github) ,Oracle 12.1 and Opensuse 42.3

andy@linux:~> ./oracle-prepare.sh sysbench 0.5: multi-threaded system evaluation benchmark

Creating table 'sbtest1'... Unknown database driver: oracle

how to fix? 3Q

oracle-prepare.sh


sysbench --test=oltp --oltp-table-name=sysbench
--oltp-table-size=100000
--oracle-db=sbtestdb --oracle-user=system --oracle-password=admin
--db-driver=oracle --db-debug
prepare


andy@linux:~> sysbench Missing required command argument. Usage: sysbench --test= [options]...

Commands: prepare run cleanup help version

General options: --num-threads=N number of threads to use [1] --max-requests=N limit for total number of requests [10000] --max-time=N limit for total execution time in seconds [0] --forced-shutdown=STRING amount of time to wait after --max-time before forcing shutdown [off] --thread-stack-size=SIZE size of stack per thread [64K] --tx-rate=N target transaction rate (tps) [0] --report-interval=N periodically report intermediate statistics with a specified interval in seconds. 0 disables intermediate reports [0] --report-checkpoints=[LIST,...]dump full statistics and reset all counters at specified points in time. The argument is a list of comma-separated values representing the amount of time in seconds elapsed from start of test when report checkpoint(s) must be performed. Report checkpoints are off by default. [] --test=STRING test to run --debug=[on|off] print more debugging info [off] --validate=[on|off] perform validation checks where possible [off] --help=[on|off] print help and exit --version=[on|off] print version and exit [off] --rand-init=[on|off] initialize random number generator [off] --rand-type=STRING random numbers distribution {uniform,gaussian,special,pareto} [special] --rand-spec-iter=N number of iterations used for numbers generation [12] --rand-spec-pct=N percentage of values to be treated as 'special' (for special distribution) [1] --rand-spec-res=N percentage of 'special' values to use (for special distribution) [75] --rand-seed=N seed for random number generator, ignored when 0 [0] --rand-pareto-h=N parameter h for pareto distibution [0.2] --config-file=FILENAME File containing command line options

Log options: --verbosity=N verbosity level {5 - debug, 0 - only critical messages} [3]

--percentile=N percentile rank of query response times to count [95]

General database options:

--db-driver=STRING specifies database driver to use ('help' to get list of available drivers) --db-ps-mode=STRING prepared statements usage mode {auto, disable} [auto] --db-debug=[on|off] print database-specific debug information [off]

Compiled-in database drivers: oracle - Oracle driver

oracle options: --oracle-user=STRING Oracle user [sbtest] --oracle-password=STRING Oracle password [] --oracle-db=STRING Oracle database name [sbtest]

Compiled-in tests: fileio - File I/O test cpu - CPU performance test memory - Memory functions speed test threads - Threads subsystem performance test mutex - Mutex performance test

See 'sysbench --test= help' for a list of options for each test.

Originally posted by @Sinoprise in https://github.com/akopytov/sysbench/issues/179#issuecomment-377108516

justhonor avatar Mar 27 '20 13:03 justhonor