Re: Fdom speed (was Re: New home for the New FDOM)

2008-10-28 Thread Pander
What simple ananlysis could be started in a terminal to gather data
about what is eating what during usage? These results should indicate
why FDOM is s slow and what should be done to speed it up.


Leonti Bielski wrote:
 I think something is lowing down FDOM, maybe this is gestures daemon
 (someone at some point said it eats a lot of CPU power)?
 And another thing - it takes years to login via ssh to Freerunner with FDOM.
 With other distributions I just enter 'ssh [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]', press Enter and immediately press Enter
 when it asks for password.
 But with FDOM I actually have to wait till it gives me password promt.
 This happens not only with the lates distribution but with all FDOM I tried.
 But I still use sometimes to check for new things available for Freerunner.
 Leonti
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fdom speed (was Re: New home for the New FDOM)

2008-10-28 Thread Risto H. Kurppa
On Tue, Oct 28, 2008 at 9:06 AM, Pander [EMAIL PROTECTED] wrote:
 What simple ananlysis could be started in a terminal to gather data
 about what is eating what during usage? These results should indicate
 why FDOM is s slow and what should be done to speed it up.

top?

r


-- 
| risto h. kurppa
| risto at kurppa dot fi
| http://risto.kurppa.fi

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fdom speed (was Re: New home for the New FDOM)

2008-10-28 Thread Pander
I mean short interval and non disturbing logging top while doing normal
phone functions. Looking at top in a terminal and testing phone functions
do not go together easily. Any ideas?

On Tue, October 28, 2008 09:09, Risto H. Kurppa wrote:
 On Tue, Oct 28, 2008 at 9:06 AM, Pander [EMAIL PROTECTED]
 wrote:
 What simple ananlysis could be started in a terminal to gather data
 about what is eating what during usage? These results should indicate
 why FDOM is s slow and what should be done to speed it up.

 top?

 r


 --
 | risto h. kurppa
 | risto at kurppa dot fi
 | http://risto.kurppa.fi

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fdom speed (was Re: New home for the New FDOM)

2008-10-28 Thread David Samblas
Use top on a ssh sesion on a externa pc conected trough usb
El mar, 28-10-2008 a las 11:56 +0100, Pander escribió:
 I mean short interval and non disturbing logging top while doing normal
 phone functions. Looking at top in a terminal and testing phone functions
 do not go together easily. Any ideas?
 
 On Tue, October 28, 2008 09:09, Risto H. Kurppa wrote:
  On Tue, Oct 28, 2008 at 9:06 AM, Pander [EMAIL PROTECTED]
  wrote:
  What simple ananlysis could be started in a terminal to gather data
  about what is eating what during usage? These results should indicate
  why FDOM is s slow and what should be done to speed it up.
 
  top?
 
  r
 
 
  --
  | risto h. kurppa
  | risto at kurppa dot fi
  | http://risto.kurppa.fi
 
  ___
  Openmoko community mailing list
  community@lists.openmoko.org
  http://lists.openmoko.org/mailman/listinfo/community
 
 
 
 
 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Fdom speed (was Re: New home for the New FDOM)

2008-10-27 Thread Paul

 Hi, I've just installed this latest FDOM on the SDCard. I was previously
 using QtopiaExtended and I can't help but notice that Qtopia seems to
 run faster. For example, with FDOM, I have to wait 5s after a start the
 Dialer application before I can enter a phone number. Am I the only one
 experiencing that ?
   

I think the difference is that FDOM is written mostly in Python, which 
is an interpreted language, whereas Qte is written in C(++?) which is 
compiled. Compiled stuff usually is faster.

Paul

-- 
Behold the turtle. He makes progress only when he sticks his neck out.
-James Bryant Conant

http://www.nlpagan.net
Running on Mandriva Linux 2008 and Ubuntu 8.04


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fdom speed (was Re: New home for the New FDOM)

2008-10-27 Thread julien cubizolles
Le lundi 27 octobre 2008 à 18:09 +0100, Paul a écrit :
  Hi, I've just installed this latest FDOM on the SDCard. I was previously
  using QtopiaExtended and I can't help but notice that Qtopia seems to
  run faster. For example, with FDOM, I have to wait 5s after a start the
  Dialer application before I can enter a phone number. Am I the only one
  experiencing that ?

 
 I think the difference is that FDOM is written mostly in Python, which 
 is an interpreted language, whereas Qte is written in C(++?) which is 
 compiled. Compiled stuff usually is faster.

The dialer application is not written in python, is it ? It seems to me
the same as in qtopia.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fdom speed (was Re: New home for the New FDOM)

2008-10-27 Thread Leonti Bielski
I think something is lowing down FDOM, maybe this is gestures daemon
(someone at some point said it eats a lot of CPU power)?
And another thing - it takes years to login via ssh to Freerunner with FDOM.
With other distributions I just enter 'ssh [EMAIL PROTECTED]', press Enter
and immediately press Enter when it asks for password.
But with FDOM I actually have to wait till it gives me password promt.
This happens not only with the lates distribution but with all FDOM I tried.
But I still use sometimes to check for new things available for Freerunner.
Leonti
___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fdom speed (was Re: New home for the New FDOM)

2008-10-27 Thread Denis Galvão
Trying adding the freerunner FDOM IP to your /etc/hosts file with an  
alias.

For example:
192.168.0.202 freerunner

--
Denis Galvão
AsteriskBrasil.org


On 27/10/2008, at 17:18, Leonti Bielski wrote:

 And another thing - it takes years to login via ssh to Freerunner  
 with FDOM.
 With other distributions I just enter 'ssh [EMAIL PROTECTED]',  
 press Enter and immediately press Enter when it asks for password.
 But with FDOM I actually have to wait till it gives me password promt.
 This happens not only with the lates distribution but with all FDOM  
 I tried.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fdom speed (was Re: New home for the New FDOM)

2008-10-27 Thread nick d.
Denis is right. It's trying to do a reverse DNS lookup. This plauges all
incorrectly configured linux distros. At least every so often on any one I
use.

Gestures daemon does use a bit but only 5% I believe. Just check with top. I
turn it off anyway as I don't use it at the moment:

update-rc.d -f gesd-neo2 remove

I think...
-Nick

On Tue, Oct 28, 2008 at 5:18 AM, Leonti Bielski [EMAIL PROTECTED] wrote:

 I think something is lowing down FDOM, maybe this is gestures daemon
 (someone at some point said it eats a lot of CPU power)?
 And another thing - it takes years to login via ssh to Freerunner with
 FDOM.
 With other distributions I just enter 'ssh [EMAIL PROTECTED]', press
 Enter and immediately press Enter when it asks for password.
 But with FDOM I actually have to wait till it gives me password promt.
 This happens not only with the lates distribution but with all FDOM I
 tried.
 But I still use sometimes to check for new things available for Freerunner.
 Leonti

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Fdom speed (was Re: New home for the New FDOM)

2008-10-27 Thread Joel Newkirk
On Tue, 28 Oct 2008 10:16:10 +1000, nick d. [EMAIL PROTECTED] wrote:
 Denis is right. It's trying to do a reverse DNS lookup. This plauges all
 incorrectly configured linux distros. At least every so often on any one
I
 use.
 
 Gestures daemon does use a bit but only 5% I believe. Just check with
top.
 I
 turn it off anyway as I don't use it at the moment:
 
 update-rc.d -f gesd-neo2 remove
 
 I think...
 -Nick
 
 On Tue, Oct 28, 2008 at 5:18 AM, Leonti Bielski [EMAIL PROTECTED]
 wrote:
 
 I think something is lowing down FDOM, maybe this is gestures daemon
 (someone at some point said it eats a lot of CPU power)?
 And another thing - it takes years to login via ssh to Freerunner with
 FDOM.
 With other distributions I just enter 'ssh [EMAIL PROTECTED]', press
 Enter and immediately press Enter when it asks for password.
 But with FDOM I actually have to wait till it gives me password promt.
 This happens not only with the lates distribution but with all FDOM I
 tried.
 But I still use sometimes to check for new things available for
 Freerunner.
 Leonti


To overcome the rDNS delay try adding 192.168.0.200 omhost or something
similar to /etc/hosts.  So when an SSH connection comes in from
192.168.0.200 it doesn't drop to DNS lookup but defers to the /etc/hosts
file.


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community