diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-02-02 19:09:29 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-02-02 19:09:29 -0700 |
commit | f85e11f69f484d3ddb8a33a215bc3ef745809f02 (patch) | |
tree | 6f7e8391243966b96eaeff1965fb14a6830c316f /Docs | |
parent | 605c330184df49dc7e1187e88a038156d1799ce6 (diff) | |
download | mariadb-git-f85e11f69f484d3ddb8a33a215bc3ef745809f02.tar.gz |
super-smack update
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 35b4f555495..bfadc8f6688 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -28637,7 +28637,8 @@ already in production. To avoid problems like this, you should put some effort into benchmarking your whole application under the worst possible load! You can use Sasha's recent hack for this - -@uref{http://www.mysql.com/Downloads/Contrib/mysql-bench-0.6.tar.gz, mysql-super-smack}. +@uref{http://www.mysql.com/Downloads/super-smack/super-smack-1.0.tar.gz, +super-smack}. As the name suggests, it can bring your system down to its knees if you ask it, so make sure to use it only on your developement systems. @@ -40177,8 +40178,11 @@ Full-text searching with Perl on @code{BLOB}/@code{TEXT} columns by Daniel Koch. @appendixsec Performance Benchmarking Tools @itemize @bullet -@item @uref{http://www.mysql.com/Downloads/Contrib/mysql-bench-0.6.tar.gz, mysql-super-smack and friends} -User-customizable multi-threaded tool set to benchmark @strong{MySQL}. By Sasha Pachev. +@item @uref{http://www.mysql.com/Downloads/super-smack/super-smack-1.0.tar.gz, + super-smack} +Multi-threaded benchmarking tool for @strong{MySQL} and +@strong{PostgreSQL}. Written in C++. Easy to extend to support other +databases that have C/C++ client libraries. By Sasha Pachev. @end itemize @cindex tools, authentication |