Download all Aspersa MySQL tools/scripts through a single command
"Aspersa is a collection of open-source system utilities primarily designed to ease the work of Percona consultants. This manual is the primary documentation for Aspersa tools. Please contribute your improvements."
Here is the script that you can use to download all Aspersa tools using a single command. Please let me know if you find any errors.
#!/bin/bash wget http://aspersa.googlecode.com/svn/trunk/align wget http://aspersa.googlecode.com/svn/trunk/collect wget http://aspersa.googlecode.com/svn/trunk/diskstats wget http://aspersa.googlecode.com/svn/trunk/ioprofile wget http://aspersa.googlecode.com/svn/trunk/mext wget http://aspersa.googlecode.com/svn/trunk/mysql-summary wget http://aspersa.googlecode.com/svn/trunk/pmp wget http://aspersa.googlecode.com/svn/trunk/rel wget http://aspersa.googlecode.com/svn/trunk/sift wget http://aspersa.googlecode.com/svn/trunk/stalk wget http://aspersa.googlecode.com/svn/trunk/summary wget http://aspersa.googlecode.com/svn/trunk/usl chmod u+x ./align ./collect ./diskstats ./ioprofile ./mext ./mysql-summary ./pmp ./rel ./sift ./stalk ./summary ./usl
Copy and paste the above script in a file eg. asp-downloadall.sh and make it executable using the command below.
chmod u+x ./asp-downloadall.sh
Now, run the command and download all Aspersa tools in the current working directory
$ ./asp-downloadall.sh
Please feel free to use the comments form below if you have any questions or need more explanation on anything. Use the icons below to share this tutorial with your friends.
tags cloud
popular searches
free download for mysql database server 5.1.5, php, linux, mysql mysql, mysql, java, install mysql, gearman, ubuntu, tools, source code, bison, mysql initialization, install cairo, laptop
Similar Tutorials:
- Fast, parallel restore from SQL dumps (mysqldump) for MySQL
- Download, configure, compile, and install MySQL 5.5 from source code on Linux
- How to download, compile, and install CMake on Linux
- MySQL Query Cache not necessarily a bad thing
- opensource-db-tools - A set of open source tools for MySQL
Tutorials in 'Database Management Systems > MySQL' (more):
- Is MySQL 5.6 slower than MySQL 5.5? No, it's faster
- Download, configure, compile, and install MySQL 5.6
- Fast, parallel restore from SQL dumps (mysqldump) for MySQL
- How to download and install MySQL on Mac OS X
- MySQL DATE_FORMAT function and ORDER BY


Comments (write a comment):
aspersa has been discontinued now Posted by: Shahryar Ghazi on Sep 07, 2012