search for: 0maxresident

Displaying 9 results from an estimated 9 matches for "0maxresident".

2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
...------------ Vorbis needed somewhere from 4 - 5 times more time than lame to encode a file. (text report from my script is appende later in this mail) DECODE SPEED: ------------- OK.. not speed.. CPU usage :-) on a K6-188 -> ogg123: 176.56user 1.44system 5:01.00elapsed 59%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (1229major+280minor)pagefaults 0swaps -> mpg123: 50.57user 3.50system 5:00.65elapsed 17%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (2396major+116minor)pagefaults 30swaps COMMENTS: ---------- For Alpha software Ogg/Vorbis is great. OGG size is comparable to MP3 siz...
2000 Jun 20
0
Test: Lame vs. Ogg/Vorbis -- warning big mail
...------------ Vorbis needed somewhere from 4 - 5 times more time than lame to encode a file. (text report from my script is appende later in this mail) DECODE SPEED: ------------- OK.. not speed.. CPU usage :-) on a K6-188 -> ogg123: 176.56user 1.44system 5:01.00elapsed 59%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (1229major+280minor)pagefaults 0swaps -> mpg123: 50.57user 3.50system 5:00.65elapsed 17%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (2396major+116minor)pagefaults 30swaps COMMENTS: ---------- For Alpha software Ogg/Vorbis is great. OGG size is comparable to MP3 siz...
2007 Feb 14
2
ext3 filesystem performance question
...fs.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 the same for 3 times: taskset 1 time dd if=/dev/zero bs=3M count=1024 of=~backes/xxxxx 1024+0 records in 1024+0 records out 0.00user 11.88system 1:05.26elapsed 18%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+187...
2002 Jul 03
11
sync slowness. ext3 on VIA vt82c686b
...ls -al mozilla-i686-pc-linux-gnu-sea.tar.gz -rw-rw-r-- 1 khromy khromy 13M Jul 2 07:42 mozilla-i686-pc-linux-gnu-sea.tar.gz * time output when I copy to /usr/local $ time cp mozilla-i686-pc-linux-gnu-sea.tar.gz /usr/local/ 0.00user 0.19system 0:00.18elapsed 102%CPU (0avgtext+0avgdata 0maxresident)k $ time sync 0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k $ time rm /usr/local/mozilla-i686-pc-linux-gnu-sea.tar.gz 0.00user 0.00system 0:00.00elapsed 0%CPU (0avgtext+0avgdata 0maxresident)k * time output when I copy to /tmp $ time cp mozilla-i686-pc-linux-gnu-sea...
2002 Sep 13
0
rsync 2.5.x doesn't like iso uploading with -z option
...m::root/home/ericom Password: cd1_en_binary.iso rsync: error writing 16385 unbuffered bytes - exiting: Connection reset by peer rsync error: error in rsync protocol data stream (code 12) at io.c(463) Command exited with non-zero status 12 0.30user 0.50system 0:39.23elapsed 2%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (254major+648minor)pagefaults 0swaps if no -z, things go fine: $ time rsync -Pv --stats cd1_en_binary.iso mail.cheek.com::root/home/ericom Password: cd1_en_binary.iso 616431616 100% 190.94kB/s 0:52:32 rsync[8871] (sender) heap statistics: arena: 70552 (bytes...
2003 Feb 20
2
rsync vs. rcp
I got used to rsync's -v --progress option so much that I used it instead of rcp even to simply copy files across the network. I dont like software that doesnt talk to me! :-) I like the percentage bar that --progress gives! To my surprise, I found that, when dealing with 1GB+ files, rsync is 4-5 _times_ slower than rcp. Yes, I know that rsync is optimized for sending deltas to a file
2010 Feb 10
2
system.time provides inaccurate sys.child (PR#14210)
...ns = %d\n", iterations); return 0; } /************************************/ Then in R evaluate: > print.default (system.time (system(paste ("time", "bash -c './timer-test 100 > /dev/null'")))) 10.77user 0.02system 0:10.81elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+4574minor)pagefaults 0swaps user.self sys.self elapsed user.child sys.child 0.000 0.000 10.818 10.777 10.777 attr(,"class") [1] "proc_time" Expected: the sys.child time should be 0.02. > version _...
2001 Oct 18
2
Ultimate Linux Box (was RE: optimal windows R machine)
Well, maybe this is sort of related... Eric Raymond has written an article for the Linux Journal on how to build an Ultimate Linux Box. You can find the whole thing at http://www2.linuxjournal.com/cgi-bin/frames.pl/articles/style/0014.html The machine is said to compile the Linux 2.4.9 kernel in 1 min. 50 sec. I wonder how long it might take to build R on this beast... Cheers, Andy >
2007 Apr 18
33
LZO compression?
Hi, I don''t know if this has been discussed before, but have you thought about adding LZO compression to ZFS? One zfs-fuse user has provided a patch which implements LZO compression, and he claims better compression ratios *and* better speed than lzjb. The miniLZO library is licensed under the GPL, but the author specifically says that other licenses are available by request. Has this