I would recommend you to take a look at the linux-vserver project (http://www.linux-vserver.org/). It's a very clever way to run vm's without having to actually install a whole bunch of OS'es on the hosts. It can utilize most of the hosts system files, require very little resources, and are very secure (trust me on this one, we use it to run wargames that people are meant to break levels (but not root, and noone ever has) off.) It's not possible to break out of the jail by any known method (yes, they fixed the well known chroot breakout).
As for, I would guess, your main concerns, stability and performance, I think you will find linux-vserver to fully live up to any expectations you might have. Networking can be set up through interface aliasing, allowing your machine to hold as many ip-addresses as there are vservers (+1 for the host), thus from a networking point of view, looking like a lot of boxes. As for traffic simulation, I would advice you to set more specific demands before looking for projects that do this. What kind of traffic will you need? If you're mainly interested in standard traffic, like http/ftp and the like, you should be looking for crawler software (or write your own, it's really not very hard to write a fully functional webcrawler). Good luck with the project (And no, I'm not in any way affiliated with the linux-vserver project, but is using it, and have fallen for it's superiority over other projects, such as UM-linux) Greetings & Regards Anders Palm [EMAIL PROTECTED] http://wargames.unix.se - Unregulated Knowledge is Pornography > -----Oprindelig meddelelse----- > Fra: [EMAIL PROTECTED] [mailto:full-disclosure- > [EMAIL PROTECTED] P� vegne af Jianqiang Xin > Sendt: 19. maj 2004 16:38 > Til: [EMAIL PROTECTED] > Emne: [Full-Disclosure] Is there any open source project support virtual > machines > > hi, all: > In our research project, we need to generate background traffic. One of > the problem is how to use one or two machines to simulate hundreds of > machines? Is there any open source project for this? Thanks very much > for your help. By the way, does anyone happen to know any good project > for background traffic generation ( we are interested in user behavior > ones)? Thanks. > > Wishes, > > xin > > > _______________________________________________ > Full-Disclosure - We believe in it. > Charter: http://lists.netsys.com/full-disclosure-charter.html _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.netsys.com/full-disclosure-charter.html
