HN user

jimb

6 karma
Posts0
Comments3
View on HN
No posts found.

Yeah, this book has been at the top of my wish list for a while. I think it would be great to get 5 or so like minded people all starting near the beginning of the book. Simple irc room, and weekly chats about material would be great.

Hi,

Do you mean metrics from your program under test, the program testing it or the system?

We have the test metrics from the tester, the logs from the software under test, but it's working out how to properly monitor the machines and tie them to specific test runs we haven't managed yet. The tests start up from around 8 at night on a seperate 10 machine subnet. We are looking in to setting up munin in a controller-slave setup on one machine to take aggregate data from the other 9 test machines and somehow tie it to a specific test run and provide us with report graphs using both the throughput data from the grinder/jmeter. This is the bit I can't seem to find any information about doing. I've seen a lot of documentation and tech talks telling how you must monitor the system as well as the software, and they show throughput against memory usage and throughput against cpu usage, file IO etc. We do a lot of this stuff manually, after we see a spike in system usage stats during the night we will go digging in logs comparing time stamps finding out what was running and what went wrong. It's painful and it's slow.

It would be great to read how some other people solved this problem.

We have Hudson running continuous tests on svn checkins. Which is unit tests and some other tests run through junit and junitperf etc, sort of functional testing.

We then also do full build performance tests using the grinder at night. This is currently not very automated at all, and involves doing processing in the morning. These are short runs, multiple samples averaged. It would be good to know how others are running there performance testing automatically, and also how they are monitoring the systems during the exact times of the test.

We also prior to release run some serious stress testing, again using grinder. Then soak tests using grinder at expected load for 1 week. This gives us the data we need for a release.