discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Processor Utilization


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Processor Utilization
Date: Wed, 18 Oct 2006 10:24:04 -0700
User-agent: Mutt/1.5.9i

On Wed, Oct 18, 2006 at 01:54:17PM +0800, Jeremy Chew wrote:
> Hi,
> 

> I tried the IP tunneling sample that came with GNU Radio which uses
> TUN/TAP. I used a Pentium M 1.6 GHz laptop with 480 MB RAM. I
> noticed that, when the IP tunneling is turned on, the CPU
> utilization averages about 69% and peaks around 93% even when I do
> not run any application using the IP tunnel.

The receiver is always running.

Try turning down the data rate with the -r <rate>  option.  It
defaults to 500kb/sec which may be too high for your system.

> This utilization is very high. Is it due to the GMSK algorithm? Is
> there any inefficiency in the IP tunneling program that is a
> significant cause of the high utilization?

It's the receiver.  Also note that _zero_ effort has been put into
tuning this code.  oprofile.sf.net is your friend.  patches welcome.

Eric




reply via email to

[Prev in Thread] Current Thread [Next in Thread]