

- Welcome to Geeksww.com
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
Did this tutorial help a little? How about buy me a cup of coffee?
Please feel free to use the comments form below if you have any questions or need more explanation on anything. I recommend thoroughy testing on a production-like test system first before moving to production.
tags cloud
popular searches
free download for mysql database server 5.1.5, bison, php, gearman, linux, java, laptop, install mysql, install cairo, ubuntu, mysql, mysql initialization, source code, mysql mysql, tools
Similar Tutorials:
- all-schemas: Tool to run multiple SQL queries on a MySQL database server
- PHP Useful functions (Part 1) - The inRange function
- MySQL error while dropping databases
- How to install MySQL Gearman UDF on Ubuntu/Debian Linux
- MySQL open files limit: open-files-limit VS open_files_limit on Linux
Tutorials in 'Database Management Systems > MySQL' (more):
- How to delete rows in table when PK is referenced in another table
- Unique primary keys(PKs) for MySQL using Redis
- How to rename MySQL DB by moving tables
- How to set innodb_flush_log_at_timeout in MySQL 5.6?
- Is MySQL 5.6 slower than MySQL 5.5? No, it's faster
Comments (write a comment):
aspersa has been discontinued now Posted by: Shahryar Ghazi on Sep 07, 2012