Displaying 20 results from an estimated 80 matches similar to: "steadily increasing/high loadavg without i/o wait or cpu utilization"
2002 Jun 12
0
Help with Varimax (mva)
I am using R mainly for multiple linear regression and principal
components analyses and I am quite happy with it. I think it is a
worderful work you have done.
But I am having a problem when using Varimax for rotating loadings
obtaines from a princomp (I use the cor = TRUE option): the variance
across the components in the variables does not mantain. Let me explain
it with an example in which
2013 Mar 27
1
BTRFS and the steadily lit LED
Hi guys,
After having received strong advice from the people in this list to
upgrade my kernel to the latest one, I have installed 3.8.0-14-generic
#24-Ubuntu SMP x86_64 on several (4) machines.
In the hope of improving systems speed I had also removed all snapshots
then defragged the FSes - the snapshots have been recreated since, as I
use the excellent SuSE "Snapper" tool.
But well,
2014 Oct 09
1
vmstat and loadavg disagree about system load
1 4 499492 150392 4496 4763380 0 0 192 552 1227 1094 2 0 75 24 0
0 5 499492 150656 4500 4763528 0 0 0 160 465 263 1 0 68 30 0
0 5 499492 150468 4500 4763532 0 0 0 0 177 93 1 0 69 31 0
1 5 499492 151020 4500 4763540 0 0 0 0 160 132 0 0 69 31 0
1 5 499492 151268 4500 4763540 0 0 0 0 304 143 1 0 69
2010 Mar 22
1
Resend with loadavg as a statistic...
After some feedback from Slow, mainly about the load_average API
being a method rather than an ongoing statistic. So I've converted
the code over to instead update the load average statistic on a
regular basis.
2006 Jul 03
3
when dom0 loadavg above 1, domUs not available
I have a xen 3.0.2 running on a 733 MHz server, 1 GB RAM.
It has two domU domains.
dom0 has 512 MB, domUs have 256 MB each.
Whenever load average on dom0 is above 1-2 (for example, compressing 200
MB file), I can''t reach any domU domain.
Ping replies to domUs take very long time (it''s on LAN), and there are
packet losses:
64 bytes from 192.168.11.61: icmp_seq=7 ttl=64
2009 May 01
9
LoadAvg , Codec and Bandwidth Utilisation
1) If I see the Loadavg more than 4 , whats the immediate solution to get it
under 1 APART from restarting the server ?
2) I get too much of cross connections.
Can Codec be the culprit ? I use g729. Can using GSM will solve the problem
? What could be the other reasons ?
3) Anyway to measure the bandwidth utilisation from the server ?
-------------- next part --------------
An HTML attachment
2002 Oct 02
0
Directory Problemsw
Okay, here's the debugger output:
WineDbg starting... on pid 806e830
No debug information
in 32bit DLL 'F:\Mapper6.exe' (0x00400000)
No debug information in ELF 'wine'
(0x00000000)
2005 Aug 30
0
No subject
Nothing has been defined <;0;3;(0,23)>
failure on
__vt_9type_info:G(0,65)=ar(12,3);0;3;(0,23) at ;0;3;(0,23)
Nothing has been defined
<;0;7;(0,11)>
2000 Apr 28
3
L(x,y,t)?
I have been using the following method to create L(x,t)
x<-seq(1,66)
time<-seq(1,19)
v0<-.01
f0<-function(x,time) .45*cos(2*pi*3*x/66+v0*time)
L0<-outer(x,time,f0)
If I do image(L0) I get an x,t plot of a drifting cosine wave grating.
The grating is actually a pattern of fuzzy bars; I have been ignoring the
y dimension (because the grating is vertical: y has no effect on the
1998 Apr 27
2
Printers disappearing
Hello people.
We have an OLD version of Samba linking a Sun running SunOS 4.1.3 with PCs
running Windows 95. Both Samba and the OS are to be upgraded in the next
couple of months but until that ahppens we have a problem that I would like
some advice on.
The problem is the list of defined printers in Windows disappears every now
and then. It does not happen for all PCs simultaneously, or
2012 Jul 04
8
Howto add another disk storage
Hi all
What is the best strategy to add another storage to an existing virtual
mail system ?
Move some domains to the new storage and create symlinks ?
Switch to dovecot hashing ? But in this case what is the easy-east way
to migrate ?
Thanks for any suggestions or tips !
2020 Apr 17
3
Convertir lista de precios a dolares por gramo
Se ha borrado un adjunto en formato HTML...
URL: <https://stat.ethz.ch/pipermail/r-help-es/attachments/20200417/11369880/attachment.html>
2011 Mar 20
4
predicting values from multiple regression
Hey List,
I did a multiple regression and my final model looks as follows:
model9<-lm(calP ~ nsP + I(st^2) + distPr + I(distPr^2))
Now I tried to predict the values for calP from this model using the
following function:
xv<-seq(0,89,by=1)
yv<-predict(model9,list(distPr=xv,st=xv,nsP=xv))
The predicted values are however strange. Now I do not know weather
just the model does not fit
2007 Nov 21
2
Reconstruct array dataset
Hi there
I have an interesting problem:
My csv file is of array dimensions [12,50], but it was saved the wrong way: there should be only 11 colums. What happens now if I read it into R is that the whole data set is shifted ( in the first row, the last column contains already the first value of the supposed second row and so on...)
how can I tell R to switch after 11 read values to the next row,
2008 Jun 20
5
Plotting barplot and scatterplot on same device - x-axis problem
Hi R-users
I'm a relative newbie and uses R mostly for graphical purpose. I have a
layout problem when plotting a scatterplot and a barplot using
par(new=TRUE). The baseline of the x-axis is not positioned equal for the
two plotting functions (see picture) and I have been unable to find out how
this is changed.
http://www.nabble.com/file/p18025066/pic.jpeg
I have added the script if this
2011 Apr 04
4
User web admin tools for Xen
Hi all,
I have installed several guest Linux VM into a physicall Linux(CentOS)
running Xen3.4.3. Each guest VM is belonged to different users. I want to
setup a Website which allow user to login. After login, they can
start/reboot/shutdown the assigned VM.
Is there any open source Website tools available for it? Any good
suggestions?
Sorry that it may not totally related with Xen software.
2013 Sep 17
2
eigenvalores y eigenvectores
Buenos Días, en esta ocasión les escribo para tratar de solucionar una duda
que puede resultar muy sencilla, pero de la que no encuentro solucion.
necesito hallar la descomposición en valores singulares; tengo la siguiente
matriz de datos:
DPTO PERSONAS HACINA INTERNET COMPU TV_SUCRIPC Antioquia 4962749,1 1,61
0,39 0,47 0,77 Atlántico 2191360,7 1,97 0,3 0,31 0,42 Bogotá D.C. 7499198
1,67
2010 Feb 16
1
Math.factor error message
Dear R-helpers,
I am using a vrtest on time series data. My commands are as follows;
read.table("B.txt",sep="\t",fill=TRUE, na.strings = "NA")
require(vrtest)
rm(list=ls(all=TRUE))
datamat <- read.table("B.txt",sep="\t",fill=TRUE, na.strings = "NA")
column <- 1
nob <- nrow(datamat)
y <-
2005 Aug 03
1
passing variable to formula environment
List gurus,
I'm trying to code a Gompertz growth curve function as part of a larger
project and have run across a problem due to my ignorance of
environments. Some sample data and the function are as follows:
growth <- data.frame(age = c(1.92, 3, 5.83, 3.17, 15.5, 1.17, 5.58,
13.33, 14.29, 5.83, 13.79, 6.33, 13.75, 16.83, 13, 11.67, 0.25, 1.73,
9.46, 5.67), length = c(157, 165, 179,
2013 Jan 14
2
Reportar Bondad de ajuste de un Modelo No Lineal
Hola:
tengo un pequeño problemita que es más bien estadístico que específico de R, pero de todos modos espero me puedan dar una mano.
Quiero encontrar una forma de reportar la Bondad de ajuste de un modelo No Lineal. Estuve buscando y leyendo y parece que tal cosa no es posible o al menos no es fiable, desde el punto de vista estadístico.
El tema es que quiero mandar un trabajo a una