public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re[07]: Linux Kernel 2.2.20-pre10 Initial Impressions
@ 2001-09-26  4:43 John L. Males
  2001-09-26 19:50 ` Tim Moore
  0 siblings, 1 reply; 6+ messages in thread
From: John L. Males @ 2001-09-26  4:43 UTC (permalink / raw)
  To: Mike Fedyk; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Mike,

Thanks for your reply to my posting of test results.  I guess in the
future I had better keep placing at the start of my eMail note I am
not on the kernel mailing list.  therefore be appreciated if any
reply also copies me in as well.

Ok, you make a good point in your suggestion re:

You will probably see dns requests going out. You should check to
make sure that you are not blocking incomming udp ports (1024-5000
for bind, not sure about resolver...) as that would lengthen the
response time considerably if only a few are open, and completely
stop you if all are blocked. 


Although I would not of thought of that specifically, I did do a test
where I had no firewall or filtering started or in place previously. 
Yes, not how one should connect to the internet these days, but just
done for the purposes of the test and had a limited time window it
was done in.  So give that type of test, I really be interested in
your thoughts on how this point could be a factor.  I am not saying
it cannot be, as I really do not have enough knowledge in this area
to know.  The purpose of the test was to determine if either IPChains
or IPTables/Netfilter had any relationship to the delay.  Based on
the results I would think not, but again just my extremely limited
knowledge of the details of IP/TCP/UDP/DNS and kernel matters.

I will try the "tcpdump -qni ppp0" suggestion you made and see if it
help shed some light on the matter.  If the information is beyond my
understanding I will post it so you can look at it and offer your
analysis of the tcpdump information.

My schedule is a bit tight this week, so I may not get to the test
until the weekend if I do not have to work the weekend.  Failing that
I will try later in the week once my current assignment is complete,
or a week this weekend if the assignment I am on gets extended again
for a few days/week.

Again Mike thanks kindly for taking the time to reply and your
thoughts and observations.  You have given me a few more things to
chew on in my thoughts.  I will post any additional thoughts, tests
results, aor the solution if I determine it on my own.


Regards,

John L. Males
Willowdale, Ontario
Canada
25 September 2001 23:43
mailto:jlmales@softhome.net


=========================================================
=========================================================

From: Mike Fedyk (mfedyk@matchmail.com)
Date: Tue Sep 25 2001 - 04:41:57 EST 

     Next message: Daniel Phillips: "Re: Linux VM design" 
     Previous message: Alan Cox: "Re: Burning a CD image slow down my
connection" 
     Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] 



On Sun, Sep 23, 2001 at 08:00:53PM -0500, John L. Males wrote: 
Content-Description: Mail message body 
> -----BEGIN PGP SIGNED MESSAGE----- 
> Hash: SHA1 
> 
> Hi Alan, 
> 
> Test Case One: 
> **************** 
> 
> - - Start Netscape 4.78 from desktop ICON 
> - - Click the pull down arrow on far right side of the "Go To:"
> (AKA  URL line) of Netscape 4.78. 
> 
> Results: 
> All were instant response from Netscape. Did the test for each 

> Test Case Two: 
> ***************** 
> 
> Steps used: 
> 
> - - Boot System 
> - - Log onto non-root user id. 
> - - "startx" (KDE desktop started) 
> (applications prestart from last log off include kppp, kpppload, 
> xosview, gnome terminal, khrono, 3 kfm's) 
> - - Had kppp "connect" to my ISP (dial up model 56KB, really 49,300
>  most of time, some connects 48,000, note kppp is configured to
> start  up ntpdate to sync with some time servers.) 
> - - Start Netscape 4.78 from desktop ICON 
> - - Click the pull down arrow on far right side of the "Go To:"
> (AKA  URL line) of Netscape 4.78. 
> 
> Results: 
> 
> For Kernel 2.2.19OWL, 2.2.20-pre10, 2.4.9-ac10 
> 
> All times were 2 minutes 3 seconds to get the URL list that appears
>   
> 
> 

> Test Case Three: 
> ******************* 
> 
> For the two times this test case was also done, still a delay of 2 
> minutes 3 seconds from the time clicked the button until the URLs 
> appeared. 

> Test Case Four: 
> ****************** 
> 
> For the one time I did this test case, a delay of 2 minutes 19 
> seconds from the time clicked the button until the URLs appeared. 
> 
> 

> Test Case Five: 
> ***************** 
> For Kernel 2.2.19OWL only was this test done. First time the delay 
> was 2 minutes 3 seconds, the second time it was 2 minutes 15
> seconds.   
> 
> 

I think you're right, it's not a kernel issue. You should run
"tcpdump -qni 
ppp0" in a xterm before you start netscape. 

You will probably see dns requests going out. You should check to
make sure 
that you are not blocking incomming udp ports (1024-5000 for bind,
not sure 
about resolver...) as that would lengthen the response time
considerably if 
only a few are open, and completely stop you if all are blocked. 

Mike 
- - 
To unsubscribe from this list: send the line "unsubscribe
linux-kernel" in 
the body of a message to majordomo@vger.kernel.org 
More majordomo info at http://vger.kernel.org/majordomo-info.html 
Please read the FAQ at http://www.tux.org/lkml/ 



     Next message: Daniel Phillips: "Re: Linux VM design" 
     Previous message: Alan Cox: "Re: Burning a CD image slow down my
connection" 
     Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] 



This archive was generated by hypermail 2b29 : Tue Sep 25 2001 -
21:00:15 EST 

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBO7Fc6uAqzTDdanI2EQJcagCeKuKqtviLg7RHwwqxYZAzahZZfdoAn3mZ
RTrGXUQphk/o91ywxyNzRL5S
=Tbl/
-----END PGP SIGNATURE-----



"Boooomer ... Boom Boom, how are you Boom Boom" Boomer 1985 - February/2000

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Re[03]: Linux Kernel 2.2.20-pre10 Initial Impressions
  2001-09-22 16:35 ` Alan Cox
@ 2001-09-22 18:11 John L. Males
  2001-09-24  1:00 ` Re[05]: " John L. Males
  -1 siblings, 1 reply; 6+ messages in thread
From: John L. Males @ 2001-09-22 18:11 UTC (permalink / raw)
  To: jlmales, Alan Cox; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Alan,


Subject:        	Re: Linux Kernel 2.2.20-pre10 Initial Impressions
To:             	jlmales@softhome.net
Date sent:      	Sat, 22 Sep 2001 17:35:44 +0100 (BST)
Copies to:      	linux-kernel@vger.kernel.org
From:           	Alan Cox <alan@lxorguk.ukuu.org.uk>

> > Ok, I finially had a chance to compile the 2.2.20-pre10 Kernel
> > and run it though some basic paces.  I need to do more specific A
> > vs b (against the 2.2.19 Kernel), but it seems there are some
> > performance issues.  It is seems especially obvious with Netscape
> > 4.78.  I also had a odd Xfree error, that may have had some
> > relationship to the performance issue.  I have to say at this
> > point the issue seems selective and not a general one, but I need
> > to do a bit more
> > checking.  I cannot forsee this checking happening until this
> > weekend.
> 
> There are to all intents no VM changes of any kind between 2.2.19
> and 2.2.20pre10, so it would be interesting to compare configure
> options and see what else might be different


Understood, but I actually took my 2.2.19 .config and ran "make
oldconfig", then "make xconfig" making no changes, just saved it
based on prior experience, then the usual "make dep bzImage modules
modules_install install" etc, you know that drill all too well.  I
seem to recall there was one new item while oldconfig was running. 
Cannot rememeber what it was.  I do remember replying to make it a
module.

I am likely to do the benchmark tonight to get hard numbers on the
difference I sense.  I am a QA/Testing Specialist, so I am all to
aware of the importance of keeping the variables all the same.  My
initial background was with assembler back in the real core
memory/keypunch days where I disassembled and heavily modified the
OS, compiler, assembler, system utilities and wrote a new way to load
the OS, compilers, etc from scratch to a new disk.  Ony advising you
so you have a sense of my mindset and level of understanding.  Not
current with intimate x86 details or assembler, but will someday now
that "falt" memory is back! :))

I will let you know what I find.  If in meantime you feel there are
other things needed or for me to check please let me know and I will
be most happy to assist.


Regards,

John L. Males
Willowdale, Ontario
Canada
22 September 2001 13:11
mailto:jlmales@softhome.net

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBO6zUS+AqzTDdanI2EQKL9gCfaspQNb4/BgiiIrOt/39VzraHG3sAoI8K
y9yuS0+0ZLXMhC7M2Ui9zxHc
=QGC7
-----END PGP SIGNATURE-----



"Boooomer ... Boom Boom, how are you Boom Boom" Boomer 1985 - February/2000

^ permalink raw reply	[flat|nested] 6+ messages in thread
* Linux Kernel 2.2.20-pre10 Initial Impressions
@ 2001-09-19  4:26 John L. Males
  2001-09-22 16:35 ` Alan Cox
  2001-09-24 21:02 ` Tim Moore
  0 siblings, 2 replies; 6+ messages in thread
From: John L. Males @ 2001-09-19  4:26 UTC (permalink / raw)
  To: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I am not on the kernel mailing list.  I would appreciate being copied
in on any replies.

Ok, I finially had a chance to compile the 2.2.20-pre10 Kernel and
run it though some basic paces.  I need to do more specific A vs b
(against the 2.2.19 Kernel), but it seems there are some performance
issues.  It is seems especially obvious with Netscape 4.78.  I also
had a odd Xfree error, that may have had some relationship to the
performance issue.  I have to say at this point the issue seems
selective and not a general one, but I need to do a bit more
checking.  I cannot forsee this checking happening until this
weekend.

I seem to also observe some iteresting memory management differences
with the 2.2.20-pre10 kernel vs the 2.2.19 kernel with the Open Wall
patch.  Agian not enough day to day use logged in to give a sense. 
Then if I do sense, the challence to how to quanitify this will
follow.

Just thought you like to know.  Oh, I keep forgetting to ask, is
there any issue related to the superblock work that has been going on
in tha last few version of the 2.4 kernel and a 2.2.19 or other 2.2.x
kernel?  Only asking as seemd to have some very interesting problems
show up back after switching back from  2.4.8 kernel to the 2.2.19
kernel.


Regards,

John L. Males
Willowdale, Ontario
Canada
18 September 2001 23:26
mailto:jlmales@softhome.net

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com>

iQA/AwUBO6geeOAqzTDdanI2EQJZywCg0yllJ8HWqhQuXdDWq6aSVu5B4EgAn0la
G1uAjzOiUjSd4goAUXRk1oLI
=4K5d
-----END PGP SIGNATURE-----



"Boooomer ... Boom Boom, how are you Boom Boom" Boomer 1985 - February/2000

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-09-26 19:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-26  4:43 Re[07]: Linux Kernel 2.2.20-pre10 Initial Impressions John L. Males
2001-09-26 19:50 ` Tim Moore
  -- strict thread matches above, loose matches on Subject: below --
2001-09-22 18:11 Re[03]: " John L. Males
2001-09-24  1:00 ` Re[05]: " John L. Males
2001-09-25  9:41   ` Mike Fedyk
2001-09-19  4:26 John L. Males
2001-09-22 16:35 ` Alan Cox
2001-09-24 21:02 ` Tim Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox