From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danilo Godec Subject: Performance problems with new DOSEMU server Date: Sat, 06 Feb 2010 07:36:10 +0100 Message-ID: <4B6D0DDA.6030006@agenda.si> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hi, I've hit new problems.The 'old' server, running DOSEMU for multiple 'telnet' users (there can be 80+ simultaneous DOS sessions) is a 1GHz Pentium III based machine with 512 MB RAM....With that much users it was getting slow - linux load was hovering at ~8 all the time. The 'new' server is a 2,83GHz quad core Xeon with 1GB RAM. It should be faster then the old one even for a single user, let-alone multiple users (theoretically, 4 DOS instances should be able to run in parallel without much influence to each other - one for each core, right?). But test users report the OLD server is about 50 times (!!!) faster then the new one in some parts of their applications...I did not yet receive instructions to replicate what exactly they are doing so I could do tests on my own, but I'd like to do *something* in the meantime. I tried to get some DOS benchmarks to run on each server, but I cant get any to run properly on both server - they either crash, lock-up or report non-sense results. What could I use to compare the 'real life' speed of a DOS instance on both servers? For example - if it was linux, I'd compile the kernel and measure the time it took... On the NEW server, a single DOS session is using 15 %CPU doing nothing, just sitting at the prompt. I can't do the same test on the OLD one now, because users left about 37 DOS sessions to run - but each get's about 6 %CPU (using 'top' to monitor CPU usage). I left most of the 'dosemu.conf' alone, these are the only things I changed: > $_cpu = "80386" > $_hogthreshold = (10) > $_xms = (1024) > $_ems = (1024) > $_external_char_set = "cp437" > $_internal_char_set = "cp437" > $_layout = "us" > $_mouse_internal = (off) > $_lpt1 = "/usr/local/sbin/sendprint" > $_lpt2 = "" > $_pktdriver = (off) > $_vnet = "direct" > $_netdev = "eth0" > $_novell_hack = (on) > $_ipxsupport = (on) Regards, Danilo