All of lore.kernel.org
 help / color / mirror / Atom feed
* Performance
@ 2003-03-07  7:48 Aman
  0 siblings, 0 replies; 20+ messages in thread
From: Aman @ 2003-03-07  7:48 UTC (permalink / raw)
  To: linuxppc embedded


Hi

Can anybody suggest the best way to calculate the performance of an
application, running on PPC 440.

Thanking you in advance
regards
Aman


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 20+ messages in thread
* performance
@ 2003-06-09 16:12 P
  2003-06-09 16:16 ` performance P
  0 siblings, 1 reply; 20+ messages in thread
From: P @ 2003-06-09 16:12 UTC (permalink / raw)
  To: netfilter-devel

Hi,

I'm testing netfilter performance here on
PIII 1.2GHz based systems. With default
kernel configuration, netfilter is able
to process 85,000 pps with 125 rules (all
rules matching).

Note the application is just counting.
There is no transmitting/forwarding.

Also note the nics are e100.

So my simple question are there any
tips in increasing the performance?
Hmm actually the performance seems
optimal? is it only taking 9 instructions
per match? 1.2*10^9/(85000*1500) = 9

thanks,
Pádraig.

^ permalink raw reply	[flat|nested] 20+ messages in thread
* RE: Performance
@ 2003-03-07 16:36 erik.teose
  0 siblings, 0 replies; 20+ messages in thread
From: erik.teose @ 2003-03-07 16:36 UTC (permalink / raw)
  To: linuxppc-embedded


> Can anybody suggest the best way to calculate the performance of an
> application, running on PPC 440.

1. A stopwatch comes to mind.

2. If it's too slow the performance is not good enough....

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: Max IO size
@ 2002-08-02  6:55 Mukul Kotwani
  2002-08-02  7:50 ` Performance Mukul Kotwani
  0 siblings, 1 reply; 20+ messages in thread
From: Mukul Kotwani @ 2002-08-02  6:55 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-scsi

Hello!
Thanks again!

If that is the case, then with my settings, is there
any other reason 512k requests are being broken down
into multiple 64k ones? 

Thanks!
Mukul

--- Jens Axboe <axboe@suse.de> wrote:
> On Thu, Aug 01 2002, Mukul Kotwani wrote:
> > 
> > Thanks for the reply!
> > 
> > All my values are set high. The sg_tablesize value
> is
> > set to 249, max_sectors set to 1024, and I dont
> think
> > there is any other value which affects IO size as
> > such. I didnt see anything called max segment
> size/max
> > size in the host template. Any other things I am
> > missing?
> 
> The max segment size is a property of the queue
> associated with the SCSI
> devices, it's in fact not directly controllable by
> the low level driver
> in the 2.4 kernels. What you can set in this regard
> is 'use_clustering'.
> With that set, the mid layer will attempt to merge
> contigious pages into
> the same scatter gather segment. This usually only
> provides a benefit
> with 1kb transfers (since they will typically be
> submitted in multiples
> anyway from the same page, thus it's easy to cluster
> them), with eg 4kb
> transfer sizes the amount of clustering that will
> happen is neglible.
> 
> -- 
> Jens Axboe
> 
> -
> To unsubscribe from this list: send the line
> "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at 
http://vger.kernel.org/majordomo-info.html


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Performance
@ 2002-04-22 15:15 Gregor Pavlin
  0 siblings, 0 replies; 20+ messages in thread
From: Gregor Pavlin @ 2002-04-22 15:15 UTC (permalink / raw)
  To: linux-config

Hi,


I'm trying to configure a small, embedded Linux system (Pentium III
1000MHz), that supports Java+X-Windows. In any case, the Java application
runs very slowly. Even worse, the same application runs on a Linux-system
with a (Pentium III 450MHz)twice as fast.

Initially I thought that it was the X-server configuration problem but now I
guess that it has to do with scheduling. Namely, when I checked the
processes with "top" on both systems and got interesting results:


System with (Pentium III 1000MHz):

Java stuff was assigned less than 30% of the CPU
X windows used more than 60% of the CPU resources.


System with (Pentium III 450MHz):

Java more than 80% of the CPU
X windows few % of the CPU resources.


I think that for the poor performance the X-server is not
responsible.Namely, on the (Pentium III 1000MHz)I can plug in  a harddrive
with a full Linux (SuSE)with the same XFree86 server as in the embedded
linux and the results are quite interesting. Namely, when I start the java
application, it is very slow. But then I close and open the KDE toolbar on
the desktop and after this action the Java just takes off. I checked this
process also with the "top"; before that action the 70% of the CPU was used
by the X-windows and 20% CPU by the Java application. However, as soon as I
hid and opened the KDE toolbar the ratio was Java 70%/Xwindows 10%. If the
problem were the Xserver, then this should not happen, on the same computer
using the same X-configuration, right?

In order to influence the CPU sharing on the "slow" computer (Pentium III
1000MHz) I tryed "nice --20 /$PATH/java-application". However, this doesn't
result in a significant improvement in performance.



Therefore I have the following questions:


1.) Can this be a scheduler's problem? Could this result from dynamic
scheduling associated with the interactive applications handling different
input devices?

2.) If so, are there any other ways I can influence the scheduler, e.g. the
policy without recompiling the Kernel?

3.) I'm using a read-only mounted file systems with about 10 MB RAM-disk and
no Swapping. Could these features be a problem in the context of threads and
X-Windows?




Thank you in advance.

Regards,
Gregor

----------------------------

Gregor Pavlin

email: g.pavlin@gmx.at
Tel.:++43 316 244233
     ++43 316 289402
Fax.:++43 316 244243

Kalsdorferstr. 41,
A-8073, Feldkirchen bei Graz
Austria


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

end of thread, other threads:[~2003-06-12 12:04 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-07  7:48 Performance Aman
  -- strict thread matches above, loose matches on Subject: below --
2003-06-09 16:12 performance P
2003-06-09 16:16 ` performance P
2003-06-09 18:27   ` Re[2]: performance Peteris Krumins
2003-06-10  8:49     ` performance P
2003-06-11 12:16       ` performance Harald Welte
2003-06-12 12:04         ` performance P
2003-03-07 16:36 Performance erik.teose
2002-08-02  6:55 Max IO size Mukul Kotwani
2002-08-02  7:50 ` Performance Mukul Kotwani
2002-08-02  9:16   ` Performance Fabien Salvi
2002-08-02 14:16   ` Performance Craig Tierney
2002-08-02 23:01     ` Performance Mukul Kotwani
2002-08-02 23:06       ` Performance Randy.Dunlap
2002-08-03  8:26         ` Performance Mukul Kotwani
2002-08-03 16:34           ` Performance Randy.Dunlap
2002-08-03 18:16       ` Performance Simon Trimmer
2002-08-03 20:03         ` Performance Mukul Kotwani
2002-08-04  6:27         ` Performance Jeremy Higdon
2002-08-04  7:39           ` Performance Mukul Kotwani
2002-08-04  8:01             ` Performance Jeremy Higdon
2002-04-22 15:15 Performance Gregor Pavlin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.