-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 25 Oct 2002, C Falconer wrote:
> Whats a good way to simulate load on a server? I've flood-pinged it for > 10 minutes, and the staff are complaining about network response to the > other server! :) you could compile the kernel, or do something like this under bash: while (( 1 )) ; do grep hello /var/log/messages >/dev/null; done (make sure you have access to read /var/log/messages) of course, that'll load up your CPU not your memory. tim http://www.cosc.canterbury.ac.nz/~tnw13 Quidquid latine dictum sit, altum viditur. -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 5.0i for non-commercial use Comment: Made with pgp4pine 1.75-6 Charset: noconv iQA/AwUBPbhU0wccL5A6x/wfEQIIEgCfXtwlwityvKApIz/h8IeXHMUF4Q0AoLaY 7vJB+x++HViQ9MUjS7WXBfaj =LH9Q -----END PGP SIGNATURE-----
