Performance CLI Tool
This page describes the Performance CLI tool used to measure and evaluate the performance between Codebeamer and its database.
Performance CLI Tool
Running the database performance job is available from the command line. The same logic is executed as in case of the Database Performance Job within Codebeamer.
The result of the tool run can be checked in System Administration > Database performance job page menu. It is also possible to check it in the DB (perftest, perftest_step tables).
Usage of the tool
Oracle, PostgreSQL
java -cp <codebeamer_install_folder>/perftestool/perf-test-tool-cli-<current_version>.jar com.intland.codebeamer.perftest.PerfTestApplication <parameters>
Parameters
conString - <arg> Connection string for the database - MANDATORY.
conProp - <arg> Connection properties - Format: key1=value2;key2=value2;....etc. - OPTIONAL.
username - <arg> Database username - MANDATORY.
password - <arg> Database password - MANDATORY.
source - <arg> Any string can be applicable here to distinguish the perf test runs from each other based on source -OPTIONAL (default value: External).
Was this helpful?