search for: avg

Displaying 20 results from an estimated 3027 matches for "avg".

Did you mean: arg
2016 Oct 05
1
[Bug 1088] New: activation.avg.com 1.8.0.0.9.6.9.1.6.4.9
https://bugzilla.netfilter.org/show_bug.cgi?id=1088 Bug ID: 1088 Summary: activation.avg.com 1.8.0.0.9.6.9.1.6.4.9 Product: bugzilla Version: other Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 Component: netfilter bugzilla Assignee: netfilter-buglog at lists.netfil...
2012 Aug 10
1
virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
...0): rw=randrw, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64 ... randrw: (g=0): rw=randrw, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64 Starting 8 processes randrw: (groupid=0, jobs=1): err= 0: pid=7155 read : io=384MB, bw=62,934KB/s, iops=15,733, runt= 6243msec slat (usec): min=4, max=11,681, avg=167.00, stdev=448.35 clat (usec): min=3, max=19,552, avg=2217.48, stdev=1367.27 bw (KB/s) : min= 0, max=70143, per=1.27%, avg=6362.85, stdev=19236.22 write: io=128MB, bw=21,046KB/s, iops=5,261, runt= 6243msec slat (usec): min=4, max=11,678, avg=164.73, stdev=442.99 clat (usec)...
2012 Aug 10
1
virtio-scsi <-> vhost multi lun/adapter performance results with 3.6-rc0
...0): rw=randrw, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64 ... randrw: (g=0): rw=randrw, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=64 Starting 8 processes randrw: (groupid=0, jobs=1): err= 0: pid=7155 read : io=384MB, bw=62,934KB/s, iops=15,733, runt= 6243msec slat (usec): min=4, max=11,681, avg=167.00, stdev=448.35 clat (usec): min=3, max=19,552, avg=2217.48, stdev=1367.27 bw (KB/s) : min= 0, max=70143, per=1.27%, avg=6362.85, stdev=19236.22 write: io=128MB, bw=21,046KB/s, iops=5,261, runt= 6243msec slat (usec): min=4, max=11,678, avg=164.73, stdev=442.99 clat (usec)...
2007 Oct 09
2
R dynamic memory management
I have a loop that processes all the raw data files in agiven directory. It should allocate only the memory to accomodate the filenames list. Each file is loaded into RAM one at a time and saved to another directory after processing. The R script runs fine but it had some memory problems so it was terminated before getting to the end of the list. This is a Windows XP desktop with ~ 1GB RAM In the
2002 Jul 26
0
Encoding speed [gcc version compare]
...be anyway, but hey...). The disks may or may not share a controller. I don't care enough to check... Test #1: Redhat 7.3 ogg 1.0 glibc-2.2.5-36 gcc-2.96-110 kernel-2.4.18-4 compiled for athlon -> CD: "No Doubt - Rock Steady" Avg for Quality level 0: = 8.0026846153 Avg for Quality level 0.5: = 7.9694153846 Avg for Quality level 1: = 7.9713461538 Avg for Quality level 1.5: = 7.9430307692 Avg for Quality level 2: = 7.8890230769 Avg for Quality level 2.5: = 7.8449692307 Avg for Q...
2010 Nov 01
3
btrfs benchmark with 2.6.37-rc1
Here is a small btrfs vs. ext4 benchmark with kernel 2.6.37-rc1. compilebench with options -i 10 -r 30 on 2.6.37-rc1 btrfs ========================================================================== intial create total runs 10 avg 73.11 MB/s (user 0.34s sys 1.96s) create total runs 5 avg 49.53 MB/s (user 0.41s sys 1.62s) patch total runs 4 avg 22.13 MB/s (user 0.09s sys 1.79s) compile total runs 7 avg 104.55 MB/s (user 0.08s sys 1.02s) clean total runs 4 avg 564.00 MB/s (user 0.01s sys 0.28s) read tree total runs 2 avg 29.62...
2009 Sep 20
0
Re: reiserfs3/ext4/btrfs RAID read performance
...-width should be 4* stride, not that it''ll make much difference. > >> Reiser3: > >> mount -t reiserfs /dev/md8 /mnt/md8 > >> mount -t reiserfs -o noatime,notail /dev/md8 /dev/md8 > >> > >> Ext4 results: > >> intial create total runs 10 avg 172.76 MB/s (user 0.43s sys 0.60s) > >> create total runs 14 avg 36.49 MB/s (user 0.42s sys 0.59s) > >> patch total runs 15 avg 15.16 MB/s (user 0.24s sys 0.49s) > >> compile total runs 14 avg 64.07 MB/s (user 0.10s sys 0.59s) > >> clean total runs 10 avg 393.43...
2013 Dec 23
2
[PATCH net-next 3/3] net: auto-tune mergeable rx buffer size for improved performance
...erage packet size is used to > + * determine the packet buffer size when refilling RX rings. As the entire RX > + * ring may be refilled at once, the weight is chosen so that the EWMA will be > + * insensitive to short-term, transient changes in packet size. > + */ > +#define RECEIVE_AVG_WEIGHT 64 > + > #define VIRTNET_DRIVER_VERSION "1.0.0" > > struct virtnet_stats { > @@ -78,6 +83,9 @@ struct receive_queue { > /* Chain pages by the private ptr. */ > struct page *pages; > > + /* Average packet length for mergeable receive buffers. */...
2013 Dec 23
2
[PATCH net-next 3/3] net: auto-tune mergeable rx buffer size for improved performance
...erage packet size is used to > + * determine the packet buffer size when refilling RX rings. As the entire RX > + * ring may be refilled at once, the weight is chosen so that the EWMA will be > + * insensitive to short-term, transient changes in packet size. > + */ > +#define RECEIVE_AVG_WEIGHT 64 > + > #define VIRTNET_DRIVER_VERSION "1.0.0" > > struct virtnet_stats { > @@ -78,6 +83,9 @@ struct receive_queue { > /* Chain pages by the private ptr. */ > struct page *pages; > > + /* Average packet length for mergeable receive buffers. */...
2009 Oct 14
1
change order of bar plot categories
Is this what you want? temp<-c(rep("Low",2),rep("Medium",2),rep("High",2)) light<-rep(c("Dark","light"),3) avg<-dat.avg2[,3] # se<-dat.avg2[,4] dat.avg.temp<-data.frame(cbind(avg,se)) dat.avg.temp<-data.frame(cbind(temp,light,dat.avg.temp)) dat.plot<-qplot(light,avg, fill=factor(temp),data=dat.avg.temp, geom="bar", position="dodge") + scale_fill_discrete("Temp",l...
2010 Aug 08
0
[LLVMdev] MmapAllocator
...also ran the speed tests. It > seems using mmap()/munmap() has very little performance impact in > either direction, so that's good: > > ### 2to3 ### > 35.590589 -> 35.824554: 1.0066x slower > > ### bzr_startup ### > Min: 0.157976 -> 0.155976: 1.0128x faster > Avg: 0.167575 -> 0.168924: 1.0081x slower > Not significant > Stddev: 0.00334 -> 0.00716: 2.1463x larger > Timeline: http://tinyurl.com/39thymp > > ### call_method ### > Min: 0.878663 -> 0.884666: 1.0068x slower > Avg: 0.887148 -> 0.888667: 1.0017x slower > Not sign...
2010 Aug 08
4
[LLVMdev] MmapAllocator
...k And to gauge the performance impact, I also ran the speed tests. It seems using mmap()/munmap() has very little performance impact in either direction, so that's good: ### 2to3 ### 35.590589 -> 35.824554: 1.0066x slower ### bzr_startup ### Min: 0.157976 -> 0.155976: 1.0128x faster Avg: 0.167575 -> 0.168924: 1.0081x slower Not significant Stddev: 0.00334 -> 0.00716: 2.1463x larger Timeline: http://tinyurl.com/39thymp ### call_method ### Min: 0.878663 -> 0.884666: 1.0068x slower Avg: 0.887148 -> 0.888667: 1.0017x slower Not significant Stddev: 0.02062 -> 0.02074: 1...
2019 Jan 14
2
mdbox + zlib performing less than just mdbox
...1/ 1 0 0 8 1/ 1 0 0 9 1/ 1 0 0 8 1/ 1 0 0 10 1/ 1 0 0 8 1/ 1 0 0 9 1/ 1 0 0 7 1/ 1 0 0 11 1/ 1 0 0 7 1/ 1 29 3 1093 ms/cmd avg 43 2 1232 ms/cmd avg Logi Sele Appe Logi Sele Appe 100% 100% 100% 100% 100% 100% 0 0 10 1/ 1 0 0 9 1/ 1 0 0 9 1/ 1 0 0 7 1/ 1 0 0 10 1/ 1 0...
2014 Jan 16
2
[PATCH net-next v3 5/5] virtio-net: initial rx sysfs support, export mergeable rx buffer size
...ensure that no other function re-schedules vi->refill or re-enables NAPI (virtnet_open/close, virtnet_set_queues, and virtnet_freeze/restore). How is the following sequence of operations: rtnl_lock(); cancel_delayed_work_sync(&vi->refill); napi_disable(&rq->napi); read rq->mrg_avg_pkt_len virtnet_enable_napi(); rtnl_unlock(); Additionally, if we disable NAPI when reading this file, perhaps the permissions should be changed to 400 so that an unprivileged user cannot temporarily disable network RX processing by reading these sysfs files. Does that sound reasonable? Best, Mi...
2014 Jan 16
2
[PATCH net-next v3 5/5] virtio-net: initial rx sysfs support, export mergeable rx buffer size
...ensure that no other function re-schedules vi->refill or re-enables NAPI (virtnet_open/close, virtnet_set_queues, and virtnet_freeze/restore). How is the following sequence of operations: rtnl_lock(); cancel_delayed_work_sync(&vi->refill); napi_disable(&rq->napi); read rq->mrg_avg_pkt_len virtnet_enable_napi(); rtnl_unlock(); Additionally, if we disable NAPI when reading this file, perhaps the permissions should be changed to 400 so that an unprivileged user cannot temporarily disable network RX processing by reading these sysfs files. Does that sound reasonable? Best, Mi...
2013 Sep 05
2
Problems with user namespaces
...lt;/filesystem> </devices> </domain> This is how my rootfs looks like: offlinehacker:~/ $ ls -la rootfs drwxr-xr-x 23 offlinehacker users 4096 sep 5 19:06 ./ drwxr-xr-x 59 offlinehacker users 4096 sep 5 19:06 ../ drwxr-xr-x 2 offlinehacker users 4096 avg 27 14:11 bin/ drwxr-xr-x 3 offlinehacker users 4096 avg 27 14:11 boot/ drwxr-xr-x 4 offlinehacker users 4096 avg 27 14:11 dev/ drwxr-xr-x 86 offlinehacker users 4096 sep 5 18:20 etc/ drwxr-xr-x 3 offlinehacker users 4096 avg 27 14:11 home/ lrwxrwxrwx 1 offli...
2012 Oct 03
2
Creating tiff with 1200 dpi
...hat tiff bitmap is not supported. Any help would be appreciated. Here is my code. #Creating dataframes new.data2<-expand.grid(FCOND=23.5, FPC1=-0.68, MCOND=22.4, MPC1=-0.82, RANK=c(6:15)) new.data3<-expand.grid(FOCND=39.1, FPC1=0.46, MCOND=7.4, MPC1=1.3, RANK=c(4:16)) x2<-data.frame(mod.avg.pred=c(0.28, 0.26, 0.24, 0.23, 0.22, 0.21, 0.20, 0.19, 0.19, 0.18), uncond.se=c(0.17, 0.15, 0.14, 0.14, 0.15, 0.16, 0.18, 0.19, 0.20, 0.21)) x3<-data.frame(mod.avg.pred=c(0.19, 0.22, 0.26, 0.32, 0.39, 0.47, 0.54, 0.61, 0.66, 0.70, 0.73, 0.75, 0.77), uncond.se=c(0.18, 0.17, 0.16, 0.14, 0.13, 0.14...
2011 Dec 21
3
black and white in qplot? layout 4 graphs in one screen
...ten",..: 2 2 2 3 3 3 4 4 4 5 ... $ Date : Factor w/ 8 levels ""," 6/16/11",..: 2 2 2 2 2 2 2 2 2 2 ... $ habitat : Factor w/ 3 levels "","C","P": 2 2 2 2 2 2 2 2 2 2 ... $ Abundance: num 0.333 0 1.333 0 1.667 ... Current code is: Ab.avg<-ddply(June, c("TRT", "habitat"), function(df) return(c(Ab.avg=mean(df$Abundance), Ab.sd=sd(df$Abundance)))) avg.plot<-qplot(TRT, Ab.avg, fill=factor(habitat), data=Ab.avg, geom="bar", position="dodge") dodge <- position_dodge(width=0.9) avg.plot...
2009 Jul 27
0
Problems with power management xen 3.4
...) ioapic_guest_write: old_entry=0000a0d0, new_entry=0001a0d0 (XEN) ioapic_guest_write: Attempt to modify IO-APIC pin for in-use IRQ! xenpm start 5 Timeout set to 5 seconds Start sampling, waiting for CTRL-C or SIGINT or SIGALARM signal ... Elapsed time (ms): 5007 CPU0: Residency(ms) Avg Res(ms) Avg freq -1749837312 KHz CPU1: Residency(ms) Avg Res(ms) Avg freq -1749837312 KHz CPU2: Residency(ms) Avg Res(ms) Avg freq -1749837312 KHz CPU3: Residency(ms) Avg Res(ms) Avg freq -1749837312 KHz CPU4:...
2012 May 03
1
Identifying case by groups in a data frame
Hi everyone, I would like to identify the case by groups that is just bigger that avg plus sd. For example, using species as group and petal.wid as my variable in the iris data. What's the better way to doit? creating a function? So,the question is to identify the single element of each species that is just larger than a cut-off point (i.e. larger than mean + sd) I made this,...