Displaying 9 results from an estimated 9 matches for "99k".
Did you mean:
99
2008 Feb 22
0
mddisk(ramdisk) root system that image size limit ?
...e config can't boot normal, reboot immediately.
create a equal 100MB or equal 99MB of image (image for ramdisk, mfs root)
The loader.rc {
load kernel // The kernel used 6.2 GENERIC
load -t mfs_root /image // dd if=/dev/zero of=/image bs=1k count=100k
(or count=99k)
}
above config can't boot normal, kernel panic.
[TEST after system up]
1. dd if=/dev/zero of=/image bs=1k count=128k
2. mdconfig -a -t vnode -f /image -u 0
3. bsdlabel -Bw /dev/md0 auto
4. newfs /dev/md0a
5. mount /dev/md0a /mnt
When system up normally: df -h
Filesystem S...
2007 Feb 13
0
Join Anil M on Yahoo! Messenger!
Anil M wants to talk with you using the new Yahoo! Messenger:
Accept the invitation by clicking this link:
http://invite.msg.yahoo.com/invite?op=accept&intl=us&sig=2gNqRcKiI_5YIw9KrCnjycuK9BRUglMniwqno2tC_8HbaQpr7z0v2F81V.99K.mLQbTo9eE8QolsSZhC1y0mlMiD5yqOhzAlkE9Lt79QAn25Oj_ieQQzXSMfdzo-
With Yahoo! Messenger, you get:
Free worldwide PC-to-PC calls.* All you need are speakers and a microphone (or a headset). If no one''s there, leave a voicemail!
IM Windows Live™ Messenger friends too. Add your Wi...
2014 Nov 25
1
[Profiling][FFT][AArch64] FFT Profiling data on AArch64
Hi everyone,
I have profiled Opus on AArch64. I just run opus_demo with some pcm files.
Following is time proportion of FFT with different bitrate.
Bitrate | Time cost by FFT/iFFT
24kb/s | 15%
48kb/s | 15%
96kb/s | 13%
Any comment? I want some data close to real application, any suggestion?
Thanks,
Phil Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Mar 02
9
Filebench Performance is weird
...mb/s to 2.7 mb/s !!!!!!!!!!!!!!!!!!!!!!1
My ARC_max is 3G
Here is a snapshot of my arcstat output in case of high throughput ---
notice the 100% hits ratio
arcsz,read,hits,Hit%,miss,miss%,dhit,dh%,dmis,dm%,phit,ph%,pmis,pm%,mhit,mh%,mmis,mm%,mfug,mrug,
1G, 31M, 31M, 99,111K, 0, 28M, 99, 99K, 0, 2M, 99, 12K, 0, 1M,
98, 13K, 1, 43, 43,
1G,147K,145K, 99, 1K, 0, 14K, 99, 2, 0,131K, 99, 1K, 0, 0,
0, 0, 0, 0, 0,
1G,166K,166K, 100, 0, 0, 37K,100, 0, 0,128K,100, 0, 0, 0,
0, 0, 0, 0, 0,
1G, 42K, 42K, 100, 0, 0, 42K,100, 0, 0, 256,1...
2017 Sep 12
1
Re: [PATCH v2 3/5] lib: qemu: Run QMP ‘query-commands’, ‘query-qmp-schema’ against the qemu binary.
On Tuesday, 12 September 2017 14:29:14 CEST Richard W.M. Jones wrote:
> This adds two extra tests using QMP (the QEMU Monitor Protocol). This
> allows us to get extra information about the qemu binary beyond what
> is available from the version number or ‘qemu -help’.
> ---
> lib/qemu.c | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
> 1 file changed, 175
1998 May 18
1
DOS-Client with TCPIP and SAMBA
...(0K)
UMB 960 (1K) 272 (0K) 688 (1K)
TCPTSR 77.056 (75K) 272 (0K) 76.784 (75K)
TINYRFC 18.496 (18K) 272 (0K) 18.224 (18K)
NMTSR 6.160 (6K) 6.160 (6K) 0 (0K)
REDIR 101.824 (99K) 87.200 (85K) 14.624 (14K)
NE2000 9.440 (9K) 0 (0K) 9.440 (9K)
TCPDRV 1.328 (1K) 0 (0K) 1.328 (1K)
NEMM 672 (1K) 0 (0K) 672 (1K)
KEYBIFE2 912 (1K) 0 (0K) 912...
2013 Mar 18
2
Disk iops performance scalability
Hi,
Seeing a drop-off in iops when more vcpu''s are added:-
3.8.2 kernel/xen-4.2.1/single domU/LVM backend/8GB RAM domU/2GB RAM dom0
dom0_max_vcpus=2 dom0_vcpus_pin
domU 8 cores fio result 145k iops
domU 10 cores fio result 99k iops
domU 12 cores fio result 89k iops
domU 14 cores fio result 81k iops
ioping . -c 3
4096 bytes from . (ext4 /dev/xvda1): request=1 time=0.1 ms
4096 bytes from . (ext4 /dev/xvda1): request=2 time=0.7 ms
4096 bytes from . (ext4 /dev/xvda1): request=3 time=0.8 ms
--- . (ext4 /dev/xvda1) ioping s...
2015 Jan 09
2
RFC: getifexists() {was [Bug 16065] "exists" ...}
>>>>> Martin Maechler <maechler at stat.math.ethz.ch>
>>>>> on Fri, 9 Jan 2015 14:00:38 +0100 writes:
>>>>> Michael Lawrence <lawrence.michael at gene.com>
>>>>> on Thu, 8 Jan 2015 14:02:26 -0800 writes:
>> On Thu, Jan 8, 2015 at 11:57 AM, <luke-tierney at uiowa.edu> wrote:
>>> On Thu, 8
2010 Jan 16
3
Comparing dates in dataframes
I have two data frames. One (arr) has all arrivals to an airport for a
year, and the other (gw) has the dates and quarter hour of the day when
the weather is good. arr has a Date and quarter hour column.
>names(arr)
[1] "Date" "weekday" "hour" "month" "minute"
[6] "quarter" "ICAO"