search for: nstat

Displaying 20 results from an estimated 35 matches for "nstat".

Did you mean: stat
2009 Feb 24
3
Polycom Spectralink 8002 Configuration
...09 192.168.3.123 Jan 1 00:18:26.88 0090.7a0a.13f3 (192.168.003.123) [000a] Max Number Abufs: 359 Feb 23 20:25:09 192.168.3.123 Jan 1 00:18:26.88 0090.7a0a.13f3 (192.168.003.123) [000b] Max Number Fbufs: 33 Feb 23 20:25:11 192.168.3.123 Jan 1 00:18:29.57 0090.7a0a.13f3 (192.168.003.123) [000c] NStat: 0014.d1c2.70fe (-30 dBm), Tx 3704, Rx 43841, BTx 2, BRx 2766, MTx 0, MRx 0, Tx Drop 3 (0.1%), Tx Retry 96 (2.7%), Rx Retry 19 (0.0%) Feb 23 20:25:16 192.168.3.123 Jan 1 00:18:33.87 0090.7a0a.13f3 (192.168.003.123) [000d] Number Abufs: 46 Feb 23 20:25:16 192.168.3.123 Jan 1 00:18:33.87 0090.7a...
2017 Aug 27
2
How to get CI from surfit object in survival
...ust apologize, my earlier question could lead to assumptions otherwise. As you can see below, I only get Std. error but not lower and Upper CIs. I was wondering if there is another argument or method, could give CIs which I cannot find anywhere. Thanks Adrian > Nsurv <- survfit(Surv(NOSM,NStat)~as.factor(expcat1),conf.type='none',type='kaplan-meier') > summary(Nsurv,time=c(12,24)) Call: survfit(formula = Surv(NOSM, NStat) ~ as.factor(expcat1), conf.type = "none", type = "kaplan-meier") 1 observation deleted due to missingness...
2017 Aug 27
0
How to get CI from surfit object in survival
...assumptions otherwise. > > As you can see below, I only get Std. error but not lower and Upper CIs. > > I was wondering if there is another argument or method, could give CIs > which I cannot find anywhere. > > Thanks > Adrian > > >> Nsurv <- survfit(Surv(NOSM,NStat)~as.factor(expcat1),conf.type='none',type='kaplan-meier') > > >> summary(Nsurv,time=c(12,24)) > Call: survfit(formula = Surv(NOSM, NStat) ~ as.factor(expcat1), > conf.type = "none", type = "kaplan-meier") > > 1 observation deleted due...
2009 Feb 12
2
[patch 1/3] add protocol extension to ATTR message
This patch adds all the missing commonly used UNIX attributes: st_dev, st_ino, st_nlink, st_rdev, st_blocks, st_blksize, st_ctime. In addition it extends st_atime and st_mtime to 64bits, and adds nanosecond resolution to all three timestamps. This is implemented as an extension to the ATTR message. This patch alone is sufficient for SSHFS to be able to use these attributes. The following two
2006 Feb 16
2
Authentication failing - Ant Internet Suite (Risc-OS)
...o using dovecot for POP3, PLAIN login. One client with "Ant Internet Suite" can't use the service with this client, he used the same setting with another email client and it worked. On inspection of the packets, it is sending one packet with; "user username\r\npass password\r\nstat\r\n" Dovecot sends an "-ERR Unknown command", then a "+OK Logged in". I'm wondering if things got out of sequence here, since a "STAT" to dovecot before authentication causes the "Unknown command" error. "STAT" isn't allowed in the...
2017 Aug 26
0
How to get CI from surfit object in survival
??? Both ?survit.object (linked in the see also section of ?survfit) and ?summary.survfit give you this information. Do you not know how to use R's help faciities -- in which case you should learn them now; see ?help -- or have I misunderstood your query? Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it."
2009 Mar 11
1
CI from svyquantile in survey package
...) Classes ???svyby??? and 'data.frame': 3 obs. of 3 variables: $ stype: Factor w/ 3 levels "E","H","M": 1 2 3 $ api99: num 615 593 611 $ se : num 37.9 69.5 37.7 - attr(*, "svyby")=List of 7 ..$ margins : int 1 ..$ nstats : num 1 ..$ vars : int 1 ..$ deffs : logi FALSE ..$ statistic: chr "svyquantile" ..$ variables: chr "api99" ..$ vartype : chr "se" - attr(*, "call")= language svyby.default(~api99, ~stype, dclus1, svyquantile, qu...
2003 Aug 04
1
Processing "BIND8-like" statistics
...nsd. We compile with --enable-bind8-stats and I thought we would be able to reuse the Perl script that translated our BIND8 statistics to MRTG. But the script has problems, probably because nsd has several daemons, not just one, and each one is logging statistics. Aug 4 10:34:01 ns2 nsd[24573]: NSTATS 1059986041 1059979224 A=292259 NS=4886 CNAME=256 SOA=5340 PTR=196322 HINFO=1 MX=37851 TXT=504 AAAA=19385 LOC=2 SRV=1154 A6=22919 ANY=8555 Aug 4 10:34:01 ns2 nsd[24573]: XSTATS 1059986041 1059979224 RR=0 RNXD=0 RFwdR=0 RDupR=0 RFail=0 RFErr=0 RErr=0 RAXFR=0 RLame=0 ROpts=0 SSysQ=0 SAns=590234 SFwd...
2017 Aug 26
2
How to get CI from surfit object in survival
Hi I am not sure hiw to get thr CI from summary function on the survfit object. I can get the percent survival for 2 years from survfit object but I dont get Confidence intervals Could anyone suggest a hint Thanks Adrian [[alternative HTML version deleted]]
2001 Jul 25
1
[PATCH]: sftp: Avoid paths beginning with "//"
...=============================================== RCS file: /cvs/openssh_cvs/sftp-server.c,v retrieving revision 1.34 diff -u -p -r1.34 sftp-server.c --- sftp-server.c 2001/07/04 03:32:33 1.34 +++ sftp-server.c 2001/07/25 08:44:31 @@ -756,8 +756,8 @@ process_readdir(void) stats = xrealloc(stats, nstats * sizeof(Stat)); } /* XXX OVERFLOW ? */ - snprintf(pathname, sizeof pathname, - "%s/%s", path, dp->d_name); + snprintf(pathname, sizeof pathname, "%s%s%s", path, + strcmp(path, "/") ? "/" : "", dp->d_name); if (lstat(...
2005 Jul 04
0
Problem linking with libdb
...reduce gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o ssfilter.o ssfilter.c gcc ss.o ssfilter.o -lresolv -L../lib -lnetlink -lutil -L/usr/local/BerkeleyDB.4.2/lib -o ss gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -o nstat nstat.c -lm gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -o ifstat ifstat.c ../lib/libnetlink.a ../lib/libutil.a -lm gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -o rtacct rtacct.c ../lib/libnetlink.a ../lib/libutil.a -lm gcc...
2016 Apr 10
2
UDP de-fragmentation problem
On 09.04.2016 21:40, Marcelo Ricardo Leitner wrote: > Hi, > > Em 07-04-2016 12:19, Volker escreveu: >> Hi all. >> >> I have a strange problem at hand regarding UDP fragmentation on Centos7: >> Applications are unable to receive UDP packets which have undergone >> fragmentation UNLESS the netfilter modules are loaded. >> >> The problem arose on a
2004 May 26
1
error compilling TC
...implícita de la función `exit'' gcc ss.o ssfilter.o -lresolv -L../lib -lnetlink -lutil -o ss gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/usr /include/db3 -include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLV E_HOSTNAMES -c -o nstat.o nstat.c gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/usr /include/db3 -include ../include-glibc/glibc-bugs.h -I/usr/src/linux/include -I../include -DRESOLV E_HOSTNAMES -o nstat nstat.o -lm gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -g -I../include-glibc -I/usr /i...
2016 Apr 11
0
UDP de-fragmentation problem
...ed it down to a reproducer, can you share it please? > > 3.10.0-327.10.1.el7.x86_64 > > I have put the files on github > https://github.com/volkerp/qtudptest Okay, you can't do that change I mentioned easily because the call is made by Qt instead. When testing with this app, on nstat I'm getting after 2 attempts: UdpInErrors 2 0.0 UdpInCsumErrors 2 0.0 I tried removing the probe for more data, the while condition, but it still peeked the socket. I think it's because of this Qt code: qint64 QNativeS...
2015 Jun 13
0
postfix/dovecot on debian jessie (url config at OVH)
...tpd[687]: disconnect from unknown[xx.xx.214.75] Jun 13 18:36:04 www postfix/submission/smtpd[694]: disconnect from unknown[xx.xx.214.75] Jun 13 18:36:04 www postfix/smtpd[693]: disconnect from unknown[xx.xx.214.75] Jun 13 18:36:04 www postfix/submission/smtpd[698]: disconnect from unknown[.... nstat also looks ok BWE1# netstat -lntp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:12301 0.0.0.0:* LISTEN 492/opendkim tcp 0 0 0.0.0.0:110 0.0.0.0...
2008 Dec 19
0
What BIC is calculated by 'regsubsets'?
...ts of tmp3.s do not agree # with the values in the 'mod1' lm output object. # Just for kicks, try the formula for Schwarz's BIC from Ramsey & Schafer, # Statistical Sleuth: nobs*log(MSE) + npar*log(nobs)) tmp5 <- 116 * log(477.6371) + 4*log(116) # 734.6011 cat(paste("\nStat. Sleuth's BIC =",signif(tmp5,5),"\n")) cat("\nUff da!\n") browser() }
2005 Oct 04
4
iproute2-050929 ERORR compiling
...r.y contains 27 shift/reduce conflicts. gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o ssfilter.o ssfilter.c gcc ss.o ssfilter.o -lresolv -L../lib -lnetlink -lutil -o ss gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -o nstat nstat.c -lm gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -o ifstat ifstat.c ../lib/libnetlink.a ../lib/libutil.a -lm gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -o rtacct rtacct.c ../lib/libnetlink.a ../lib/libutil.a -lm gcc...
2013 Jul 26
1
variación en los resultados de k medias (Alfredo Alvarez)
Buen día, no sé si estoy utilizando bien la lista, es la primera vez. Si lo hago mal me corrigen por favor. Sobre tu comentario Pedro, muchas gracias. Lo qeu entiendo con tu sugerencia de set.seed es qeu de esa forma fijas los resultados, pero no estoy seguro si otra agrupación funcione mejor. Es decir me interesa un método de agrupación que genere la "mejor" agrupación y como los
2017 Apr 24
8
[PATCH net-next v3 0/5] virtio-net tx napi
...245 237 100x: p50 234 286 p99 484 473 Gcycles 224 214 Note that GSO is enabled, so 4K RR still translates to one packet per request. Lower throughput at 100x vs 10x can be (at least in part) explained by looking at bytes per packet sent (nstat). It likely also explains the lower throughput of 1x for some variants. upstream: N=1 bytes/pkt=16581 N=10 bytes/pkt=61513 N=100 bytes/pkt=51558 at_rx: N=1 bytes/pkt=65204 N=10 bytes/pkt=65148 N=100 bytes/pkt=56840 Willem de Bruijn (5): virtio-net: napi helper functions virtio-...
2017 Apr 24
8
[PATCH net-next v3 0/5] virtio-net tx napi
...245 237 100x: p50 234 286 p99 484 473 Gcycles 224 214 Note that GSO is enabled, so 4K RR still translates to one packet per request. Lower throughput at 100x vs 10x can be (at least in part) explained by looking at bytes per packet sent (nstat). It likely also explains the lower throughput of 1x for some variants. upstream: N=1 bytes/pkt=16581 N=10 bytes/pkt=61513 N=100 bytes/pkt=51558 at_rx: N=1 bytes/pkt=65204 N=10 bytes/pkt=65148 N=100 bytes/pkt=56840 Willem de Bruijn (5): virtio-net: napi helper functions virtio-...