vpsset it's a command line tool which allows you to resize your Dreamhost PS server.
You may use it at your crontab to reduce your memory and CPU settings when you have low traffic, and rise it when you usually expect higher one. Also you may use vpsset as a pre-script and post-script tool for some resource intensive scripts, like backups or whatever you need.
Usage it's pretty simple, just type at your command line: <vpsset value>, where value it's the new size of your PS. Previously you need to setup an API key at DreamHost's Web Panel API, and update vpsset.cfg file with your custom data.
Feedback it's welcomed
Download:
Update 18/04/2009:
Current vpsset version it's for the new Dreamhost PS, the 64bits based. Old PS server run 32bits versions and vpsset won't. My apologies for those who tried in an old PS server and had problems.
I'm trying to find another machine to compile a 32bit version. Added 32bit download vpsset version.
How to know your PS type?
Just type: <uname -a> at your shell. You may get these results:
- Ending with x86_64 GNU/Linux: 64bit version, the new PS servers.
- Ending with i686 GNU/Linux: 32bit version, the previous PS servers.


