On 3 Nov 2005 07:45:58 -0800,
(E-Mail Removed) wrote:
> On a mandrake linux P4 2.8 GHZ, 512 MB machine with 100% idle, not
> running X, I do "ping localhost" and I get response times that are on
> average 0.020 ms. This seems slow to me.
Me too. ping -c 13 localhost snippet
--- localhost ping statistics ---
13 packets transmitted, 13 received, 0% packet loss, time 11998ms
rtt min/avg/max/mdev = 0.097/0.099/0.103/0.011 ms
Maybe you have not disabled ipv6. Do a
service network stop
Add the NETWORKING_IPV6=no followed by a carriage return. Example:
$ cat /etc/sysconfig/network
HOSTNAME=wb.home.invalid
NETWORKING=yes
NETWORKING_IPV6=no <=========
GATEWAYDEV=eth0
GATEWAY=192.168.2.1
Then do a
service network start
and try your ping again.
My system stats from a top snippet
top - 10:09:58 up 17:52, 3 users, load average: 0.05, 0.07, 0.09
Tasks: 117 total, 1 running, 116 sleeping, 0 stopped, 0 zombie
Cpu(s): 38.6% us, 1.0% sy, 0.7% ni, 59.2% id, 0.4% wa, 0.0% hi, 0.0% si
Mem: 742988k total, 733012k used, 9976k free, 102328k buffers
Swap: 1044184k total, 44k used, 1044140k free, 412324k cached
Running KDE on
model name : Celeron (Coppermine)
cpu MHz : 1103.000
cache size : 128 KB
$ head -4 /etc/hosts
127.0.0.1 localhost
192.168.2.1 fw.home.invalid fw
192.168.2.10 wb.home.invalid wb
192.168.2.12 wb1.home.invalid wb1
$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:A0:CC:E6:82:E9
inet addr:192.168.2.10 Bcast:192.168.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47292 errors:0 dropped:0 overruns:0 frame:0
TX packets:46994 errors:2 dropped:0 overruns:0 carrier:4
collisions:0 txqueuelen:1000
RX bytes:26142674 (24.9 MiB) TX bytes:5916995 (5.6 MiB)
Interrupt:10 Base address:0xcc00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:10112 errors:0 dropped:0 overruns:0 frame:0
TX packets:10112 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1072024 (1.0 MiB) TX bytes:1072024 (1.0 MiB)