search for: 262222

Displaying 4 results from an estimated 4 matches for "262222".

Did you mean: 22222
1999 Jan 17
0
[R} coplot
I've sent Martin Maechler details of a couple more bugs. (1) The line columns <- nrow(b.intervals) is wrong. It should be columns <- nrow(a.intervals) (2) Following each of the lines that generate values for id, one needs if (any(is.na(id))) id[is.na(id)] <- FALSE This is to deal with missing values in conditioning variables. I have made several sugegstions about warnings
2018 Mar 20
0
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
...1: Tue Mar 20 15:05:57 2018 write: IOPS=4439, BW=8880KiB/s (9093kB/s)(256MiB/29522msec) bw ( KiB/s): min= 6908, max= 9564, per=99.94%, avg=8874.03, stdev=428.92, samples=59 iops : min= 3454, max= 4782, avg=4437.00, stdev=214.44, samples=59 cpu : usr=2.43%, sys=18.18%, ctx=262222, majf=0, minf=8 IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.0%, >=64=0.0% submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0% complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.1%, 64=0.0%, >=64=0.0% issued rwt: total=0,131072,0,...
2015 May 22
5
[Bug 2404] New: scp skips file/directory on permissions error
https://bugzilla.mindrot.org/show_bug.cgi?id=2404 Bug ID: 2404 Summary: scp skips file/directory on permissions error Product: Portable OpenSSH Version: 6.7p1 Hardware: All OS: All Status: NEW Severity: major Priority: P5 Component: scp Assignee: unassigned-bugs at mindrot.org
2018 Mar 20
2
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
On Tue, Mar 20, 2018 at 8:57 AM, Sam McLeod <mailinglists at smcleod.net> wrote: > Hi Raghavendra, > > > On 20 Mar 2018, at 1:55 pm, Raghavendra Gowdappa <rgowdapp at redhat.com> > wrote: > > Aggregating large number of small writes by write-behind into large writes > has been merged on master: > https://github.com/gluster/glusterfs/issues/364 > >