Displaying 2 results from an estimated 2 matches for "3megabytes".
Did you mean:
megabytes
2008 Dec 01
2
server or client having the problem?
Hello,
Running client on
redhat4 version 3.0.28-0
and the server on
Solaris 10 version 3.0.25c
Writing 2-3megabytes/second.
Something stopped working.
On the client I ran strace against the mount.smbfs process:
It showed
pause(
On the server all I saw was this:
[2008/11/30 14:14:43, 1] smbd/service.c:(1230)
192.168.1.200 (192.168.1.200) closed connection to service smbmnt
Can't strace smbiod on the cli...
2007 Feb 14
2
ext3 filesystem performance question
...dual core opterons (2.4 GHz),
and 16 GB memory.
The disk drives are 500 GB SATA-Drives.
Wondering about times for dd command performance and rm command performance in an empty machine
(the filesystem has been made with "mkfs.ext3 /dev/sd...", nothing more)
1. Making a new 3 GB (1024 x 3megabytes blocks) file with dd needs 10.18 sec wallclock time:
taskset 1 time dd if=/dev/zero bs=3M count=1024 of=~backes/xxxxx
1024+0 records in
1024+0 records out
0.00user 10.02system 0:10.18elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+187minor)pagefaults 0swaps
2. Repeating...