Displaying 20 results from an estimated 1000 matches similar to: "strange behaviour of top"
2011 Jul 11
1
R2WinBUGS problem: bugs - storage.mode error
I have successfully used R2WinBUGS in the past and an trying to use basically
the same code with some different data but I'm getting the following error:
> out <- bugs(data=win.data, inits=inits, parameters.to.save=params,
> model.file = "PoissonGLMM.txt", n.chains=nc, n.iter=ni, n.burn=nb,
> n.thin=nt, debug=TRUE, DIC=TRUE, working.directory=getwd())
*Error in
2008 Jun 17
2
Reshape or Stack? (To produce output as columns)
Dear all,
I have used 'read.table' to create a data frame of 720 columns and 360 rows (and assigned this to 'Jan'). The row and column names are numeric:
> columnnames <- sprintf("%.2f", seq(from = -179.75, to = 179.75, length = 720)).
> rnames <- sprintf("%.2f", seq(from = -89.75, to = 89.75, length = 360))
> colnames(Jan) <- columnnames
2011 Aug 30
1
Why the data got from "top" and "xentop" are different?
Hi All,
I''m a beginner in Xen. Recently I''ve configured one VM (vm03) hosted in my
physical machine. I ran the "netperf" workload in the vm01, and used the
"top" command in the vm03 to test the behavior of the running workload.
Meanwhile, I also used the "xentop" command in domain0 to see the resource
consumption in vm03. Interestingly, I found that
2008 Jun 01
1
capacity query
Hi,
My swap is on raidz1. Df -k and swap -l are showing almost no usage of
swap, while zfs list and zpool list are showing me 96% capacity. Which
should i believe?
Justin
# df -hk
Filesystem size used avail capacity Mounted on
/dev/dsk/c3t0d0s1 14G 4.0G 10G 28% /
/devices 0K 0K 0K 0% /devices
ctfs
2000 Feb 28
4
Multiple smbd processes generated
We have an occasional problem which manifests with multiple processes
being created for a particular user. For example, for a user "xy004":
xy004 8463 0.0 0.0 6.02M 0K ?? IW 11:48:59 0:02.02 smbd
xy004 9426 0.0 0.0 5.99M 0K ?? IW 11:52:18 0:03.68 smbd
xy004 10433 0.0 0.0 5.81M 0K ?? IW 12:17:20 0:00.85 smbd
xy004
2010 Apr 27
5
get means of elements of 5 matrices in a list
I've got a list of 5 matrices that are each 5 x 6. I'd like to end up with a
5 x 6 matrix that contains the mean value of the 5 original matrices. I can
do this by brute force, but there must be a better way than making each
matrix into a vector and then remaking a matrix
thanks very much for any help
david freedman
ll=list(structure(c(9.7, 17.6, 20.8, 24.1, 33.8, 14.5, 25.7, 29.8,
2004 May 14
1
covariates in lm
Dear R list,
I have been trying to do a linear model, extracting the effect of a
covariate.... and the results do not match, when I do it with other programs
(e.g. minitab).... so it is obvious that I was doing something wrong.
Whan I do it with minitab, I have this results: (sector is a factor and depth
is the covariate):
Source DF Seq SS Adj SS Adj MS F P
2009 Mar 01
2
smoothing a matrix (interpolate in plane)
Hi R-users,
I'd like to smooth a matrix to dismiss spikes and to interpolate in plane
example of a matrix:
Map[1:3,1:3]
[,1] [,2] [,3]...
[1,] 34.4 34.2 35.1
[2,] 33.4 34.2 35.4
[3,] 34.1 33.2 32.1
....
dim(Map)[1] =/= dim(Map)[2]
What functions can I use?
Thanks a lot for any response, M
[[alternative HTML version deleted]]
2007 Mar 14
4
solaris 10 + dovecot (1)
hi...
i try to make dovecot (v1.0.r26) in solaris 10 and i have the following
problem
# ./configure --with-ldap
...
...
Install prefix ...................... : /usr/local
File offsets ........................ : 64bit
I/O loop method ..................... : poll
File change notification method ..... : none
Building with SSL support ........... : yes (OpenSSL)
Building with IPv6 support ..........
2010 Oct 13
2
vertical kites in KiteChart (plotrix)
Dear everyone,
I would like to create a kite chart in which I plot densities (width of the
vertical kites) in relation to sediment depth (on reversed y-axis) for 6
different locations (Distances from seep site, on x-axis on top of the
plot). The dataset I would like to use is:
Distance_from_seep_site Sedimentdepth Density
1100 0 107.8
1100 1 264.6
1100 2 284.2
2010 Nov 23
2
Help with grouped barplot
Given the data structure below, how can I create a bar plot for the values of disc for each area grouped by year?
bar <-structure(list(year = c(2003, 2003, 2003, 2003, 2003, 2003, 2003,
2007, 2007, 2007, 2007, 2007, 2007, 2007), area = structure(c(6L,
4L, 1L, 2L, 3L, 5L, 7L, 6L, 4L, 1L, 2L, 3L, 5L, 7L), .Label = c("AK",
"ID", "MT", "NW",
2006 Jan 15
2
Rogue Processes
I seem to notice these two processes running with top.
Netstat hasn't been issued by me and cant be killed with the START
state. Can someone enlighten me on these processes.
FreeBSD dracula.transylvania.net 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Sun
Dec 4 00:22:01 EST 2005
root@dracula.transylvania.net:/usr/src/sys/i386/compile/BLEACH i386
The box doesnt run ssh or telnet just postfix
2009 Feb 25
1
cannot allocate memory
Hi:
i have a hosted server with asterisk and a2billing as a billing plattform, when i am trying to enter the server remotely by ssh, memory error message displayed:
-bash: fork: Cannot allocate memory
i have 1GB RAM on the system ,and there is 15 to 25 concurrent calls on the system is'nt 1GB of RAM sufficient for this volume of calls on Asterisk.
and when iam using "top"
2011 Mar 03
3
top and allocation issues
In a context where exceptions are caught, I ran
the fragment:
cerr << "allocating" << endl;
char* arr[100];
for (int jj = 0; jj < 10; ++jj)
{
cerr << "jj = " << jj << endl;
arr[jj] = new char[2000000000];
sleep (30);
}
sleep (10);
for (int jj = 0; jj < 10; ++jj)
delete[] arr[jj];
cerr
2015 Mar 16
1
Asterisk 13.1.0/PJSIP outbound calling using SIP trunk: Unable to create request with auth.No auth credentials for any realms in challenge.
On Sun, Mar 15, 2015 at 5:56 PM, Sonny Rajagopalan
<sonny.rajagopalan at gmail.com> wrote:
> George,
>
> I have the detailed log below. (Resending after trimming the email to 40KB.)
>
> The sequence below just repeats ad-nauseam. Is this a SIP trunk issue?
>
> Thanks!
>
I don't see anything obvious. The registration works though, right?
You might want to compare
2010 Jun 23
2
"Hidden" memory leak
Hi all,
Anyone know why this happens?
Mem: 524288k total, 508120k used, 16168k free, 0k buffers
Swap: 0k total, 0k used, 0k free, 0k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1 root 15 0 2152 664 576 S 0.0 0.1 0:49.26 init
7398 root 18 0 10172 2904 2312 S 0.0 0.6 0:00.21 sshd
9856
2007 Nov 09
1
CentOS 5: comment swap in fstab
I'm not sure what gave me this idea, but I decided
to comment out the swap partition in /etc/fstab
and reboot my laptop. I did not run swapoff directly at
any time.
I'm running more things now than I would ever dream of
to hammer my 500MB of memory, but I still notice NO
slowdown. This is the best desktop experience I've
ever had for any OS on any hardware!
Here's the first 12
2011 Jul 07
4
Question on memory usage, garbage collector, 'top' stats on linux
Hi all,
I am trying to tune and troubleshoot an application which runs a background
(delayed_job) process involving the import and processing of large csv files
into the db and then processing of that data. When I run the process (here
Ubuntu 10.04) and monitor ''top'' in the terminal, I see that ''Mem: used''
starts at maybe 500000k and then ups through the process
2008 Feb 25
0
The I/O bandwidth controller: dm-ioband Performance Report
Hi All,
I report new results of dm-ioband bandwidth control test. The previous
test results were posted on Jan 25.
I've got really good results as well as the last report. dm-ioband
works well with Xen virtual disk.
I also announce that dm-ioband website has launched. The patches,
the manual, the benchmark results and other related information are
available through this site. Please check it
2008 Feb 25
0
The I/O bandwidth controller: dm-ioband Performance Report
Hi All,
I report new results of dm-ioband bandwidth control test. The previous
test results were posted on Jan 25.
I've got really good results as well as the last report. dm-ioband
works well with Xen virtual disk.
I also announce that dm-ioband website has launched. The patches,
the manual, the benchmark results and other related information are
available through this site. Please check it