VM Load Generator
1.0 Overview
These could be used for stress testing your ESX Servers One is VBscript for Windows VM's and the other is Perl for *nix (Unix/Linux) VM's. Once you've started the .vbs one you can stop it by killing the wscript process under Windows Task Manager.
cpubusy.pl
#!/usr/bin/perl
$goal = 2181818;
while (TRUE) {
for ($i=0; $i<=$goal; $i++) {
$x = 0.000001;
$y = sin($x);
$y = $y + 0.00001;
}
next;
$y = $y + 0.01;
}
cpubusy.vbs
Dim goal
Dim before
Dim x
Dim y
Dim i
goal = 2181818Do While True
before = Timer
For i = 0 to goal
x = 0.000001
y = sin(x)
y = y + 0.00001
Next
y = y + 0.01
Loop
- Nil
- Nil
Spotlight:
Microsoft Volume Licensing in Virtualized Environments
If you are a Microsoft volume licensing customer then this paper is a 'must have'
Tape Backup Integration with VMware Data Recovery (VDR)
Move VDR backup data to tape the easy way with Powershell
Beginners Guide to Managing VMware using PowerShell
Release the power...go forth and manage VMware using Microsoft's PowerShell
Technology Exchange:
Paul Davey, Xtravirt CTO - Blog
virtualboy - Matt McSpirit on Windows Server & Virtualisation
ICT-Freak – VMware, Windows, Citrix, Linux, Scripting...
Virtu-Al – Virtually everything is poshable
Download the FREE SolarWinds VM Monitor for Instant Visibility into VMware!
Add3 – Technology Driven Consultancy
ICT-Freak – VMware, Windows, Citrix, Linux, Scripting...
