On Mon, Nov 22, 2004 at 05:02:24PM +0100, Michael Frotscher wrote: > > $ /usr/local/bigsister/bin/testers -t network > > This is a nice-to-know-feature. It is actually mentioned in the documentation :-) > localhost speed=100000 interface=eth0,eth1 network > > So supposedly this should work? It does when I just list one interface - isn't > "eth0,eth1" the correct expression? I always do such things with regular expressions. There it will be localhost speed=100000 interface=~(eth0|eth1) network another alternative is localhost speed=100000 interface=eth0 network localhost speed=100000 interface=eth1 network > Another thing is the cpuload - yellow-state is at 10 and red at 20 by default, > right? I have a machine that has a load of a bit over two (which is fine for > a smp machine), but bigsister reports red for cpuload. I use: > > localhost cpu_yellow=20 cpu_red=40 cpuload > > to set the levels to 20 and 40, but state is still red. Maybe it's the fact > that the system is 0% idle? No idea. I only use the new-style tests, which would be cpu in this case. But this will measure cpu busy percentage, not the unix-style load figures. /Niels -- Niels Baggesen - @home - Århus - Denmark - suppressed The purpose of computing is insight, not numbers --- R W Hamming ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Bigsister-general mailing list suppressed https://lists.sourceforge.net/lists/listinfo/bigsister-general
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.