

- 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 do not guarantee a response.
IMPORTANT: You must thoroughy test any instructions on a production-like test environment first before trying anything on production systems. And, make sure it is tested for security, privacy, and safety. See our terms here.
tags cloud
popular searches
free download for mysql database server 5.1.5, bison, gearman, source code, php, install cairo, java, mysql, laptop, install mysql, linux, mysql mysql, mysql initialization, tools, ubuntu
Similar Tutorials:
- MySQL Query Cache not necessarily a bad thing
- MySQL Performance Optimization Part II
- How to find MySQL server uptime?
- Download all maatkit scripts through a single command
- The server requested authentication method unknown to the client [phpmyadmin]
Tutorials in 'Database Management Systems > MySQL' (more):
- What should be monitored on a busy Database/MysQL server?
- How to speed up a Mysql replica?
- The server requested authentication method unknown to the client [phpmyadmin]
- How to set default values for MySQL JSON columns
- How to delete rows in table when PK is referenced in another table
Comments (write a comment):
aspersa has been discontinued now Posted by: Shahryar G on Sep 07, 2012