mysql-stress-test

You are viewing an old version of this article. View the current version here.

Contents

  1. Syntax
  2. Options

mysql-stress-test.pl is a Perl script that performs stress-testing of the MariaDB server. It requires a version of Perl that has been built with threads support.

Syntax

mysql-stress-test.pl [options]

Options

OptionDescription
--helpDisplay a help message and exit.
--abort-on-error=NCauses the program to abort if an error with severity less than or equal to N was encountered. Set to 1 to abort on any error.
--check-tests-filePeriodically check the file that lists the tests to be run. If it has been modified, reread the file. This can be useful if you update the list of tests to be run during a stress test.
--cleanupForce cleanup of the working directory.
--log-error-detailsLog error details in the global error log file.
--loop-count=NIn sequential test mode, the number of loops to execute before exiting.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.