Re: test

2011-05-08 Thread Jason Hellenthal
hackers, On Sun, May 08, 2011 at 01:54:18PM -0400, Jason Hellenthal wrote: > > hackers, > > Test > My appologies. this message was never supposed to leave the outbox. Instead of hitting one key I hit another. Please disregard. Thanks. -- Regards, (jhell) Jason Hellenthal

Re: Test patch for msync/object-flushing performance (for stable)

2002-02-24 Thread Andrew Mobbs
In article <[EMAIL PROTECTED]> you write: > >On Sun, 24 Feb 2002, Andrew Mobbs wrote: > >> vm.msync_flush_flags >>| 0 | 1 | 2 | 3 | >> ---+---+---+---+---| >> write | 519 | 517 | 1632 | 519 | >> sync | 2227 | 176 | 848 | 177

Re: Test patch for msync/object-flushing performance (for stable)

2002-02-24 Thread Matthew Dillon
Andrew, thanks for running these tests! They confirm exactly what I expected. I would like to improve bit 1 a bit more, but I think it is good enough to stage into the system with the default set to 3. In particular, I found that when you have a huge mmap()'d area and you m

Re: Test patch for msync/object-flushing performance (for stable)

2002-02-24 Thread Matthew Dillon
:On Sun, 24 Feb 2002, Andrew Mobbs wrote: : :> vm.msync_flush_flags :>| 0 | 1 | 2 | 3 | :> ---+---+---+---+---| :> write | 519 | 517 | 1632 | 519 | :> sync | 2227 | 176 | 848 | 177 | :^^^ :I don'

Re: Test patch for msync/object-flushing performance (for stable)

2002-02-24 Thread Mike Silbersack
On Sun, 24 Feb 2002, Andrew Mobbs wrote: > vm.msync_flush_flags >| 0 | 1 | 2 | 3 | > ---+---+---+---+---| > write | 519 | 517 | 1632 | 519 | > sync | 2227 | 176 | 848 | 177 | ^^^ I don't get th

Re: Test patch for msync/object-flushing performance (for stable)

2002-02-24 Thread Terry Lambert
Andrew Mobbs wrote: > vm.msync_flush_flags >| 0 | 1 | 2 | 3 | > ---+---+---+---+---| > write | 519 | 517 | 1632 | 519 | > sync | 2227 | 176 | 848 | 177 | > ---+---+---+---+---| > write | 514 | 517 |

Re: Test patch for msync/object-flushing performance (for stable)

2002-02-24 Thread Andrew Mobbs
Matthew Dillon writes: >Ok, here is a test patch. Now, there are some instructions to go along >with this patch, so continue reading. > >I have implemented two optimizations. You can turn either or both (or >neither) on with a sysctl. I would like those interested to test all >

Re: Test patch for msync/object-flushing performance (for stable)

2002-02-22 Thread Terry Lambert
Matthew Dillon wrote: > > Ok, here is a test patch. Now, there are some instructions to go along > with this patch, so continue reading. Pretty impressive. In the highly fragges context of the original PR, I expect that the improvement won't be that great, but for the rest of us, it's

Re: Test Suites

2001-10-31 Thread Terry Lambert
Sergey Babkin wrote: > > Look also for "TET" and "ETET". SVVS (the System V Verification > > Suite, used for testing SVID compliance) uses TET. > > TET is owned by the Open Group and they license it for money > (at least they did a couple of years ago). It's also a pain > to use. I saved the pu

Re: Test Suites

2001-10-30 Thread Matthew Jacob
There's a freeware version of TET (3.3). *I* think it's also a bit of a pain to use. Use DejaGNU. On Tue, 30 Oct 2001, Sergey Babkin wrote: > Terry Lambert wrote: > > > > Alfred Perlstein wrote: > > > > > > * Thomas S. Greenwalt <[EMAIL PROTECTED]> [011028 23:04] wrote: > > > > Are there any

Re: Test Suites

2001-10-30 Thread Sergey Babkin
Terry Lambert wrote: > > Alfred Perlstein wrote: > > > > * Thomas S. Greenwalt <[EMAIL PROTECTED]> [011028 23:04] wrote: > > > Are there any test suite packages available similiar to Visual Test from > > > Rational? Not necessarily with a GUI, but the ability to build test scripts > > > to test

Re: Test Suites

2001-10-29 Thread Terry Lambert
Alfred Perlstein wrote: > > * Thomas S. Greenwalt <[EMAIL PROTECTED]> [011028 23:04] wrote: > > Are there any test suite packages available similiar to Visual Test from > > Rational? Not necessarily with a GUI, but the ability to build test scripts > > to test features of applications written fo

Re: Test Suites

2001-10-28 Thread Matthew Jacob
DejaGNU is a testsuite around expect and tcl/tk that is more of a test suite builder. There's also something called TET from OpenGroup (http://www.opengroup.org) which some people think highly of (I'm just now familiarizing myself with it) On Sun, 28 Oct 2001, Alfred Perlstein wrote: > * Thoma

Re: Test Suites

2001-10-28 Thread Alfred Perlstein
* Thomas S. Greenwalt <[EMAIL PROTECTED]> [011028 23:04] wrote: > Are there any test suite packages available similiar to Visual Test from > Rational? Not necessarily with a GUI, but the ability to build test scripts > to test features of applications written for BSD? > Thanks. There's a tool

Re: test

2000-11-28 Thread Dan Phoenix
: [EMAIL PROTECTED] > Subject: Re: test > > magdalena# mv /lib/ld.so /lib/ld.so.old;echo "Damnit" > lib: No such file or directory. > Damnit > > > mv /lib/ld.so /lib/ld.so.old;echo "Damnit" > > > > > To Unsubscribe: send mail to [EMA

Re: test

2000-11-28 Thread Eric Melville
magdalena# mv /lib/ld.so /lib/ld.so.old;echo "Damnit" lib: No such file or directory. Damnit > mv /lib/ld.so /lib/ld.so.old;echo "Damnit" To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: test

2000-11-28 Thread Dan Phoenix
I am new to this list and was wondering if anyone could offer some insight to a problem I am having. This involves apache-php and nfs mounts. We are apparently getting timeouts occasionally on the nfs mount the apache deamon reads from ...some forum cache images we have, they are on an nfs mount.

Re: Test code...

1999-11-28 Thread Kris Kennaway
On Sat, 27 Nov 1999, Brian J. McGovern wrote: > Anyone have any suggestions (or feel like writing) code to exercise the > following subsystems? > > - Virtual Memory > > - The threads library > > - mmap() and friends > > We want to try to bang on them a little more for 3.4 th