similar to: dtrace: processing aborted: Abort due to systemic unresponsiveness

Displaying 20 results from an estimated 1000 matches similar to: "dtrace: processing aborted: Abort due to systemic unresponsiveness"

2008 Nov 05
2
plockstat: processing aborted: Abort due to systemic unresponsiveness
Hello, I need help here about plockstat on X86 platform (Sun X4600 AMD) # plockstat -A -p 20034 plockstat: processing aborted: Abort due to systemic unresponsiveness # plockstat -e 5 -s 10 -A -x bufsize=100k -x aggsize=20m -p 20034 plockstat: processing aborted: Abort due to systemic unresponsiveness # ps -ef | grep 20034 algodev 20034 1 2 07:00:54 ? 86:17
2005 Nov 17
3
Abort due to systemic unresponsiveness
What is causing this error: dtrace: processing aborted: Abort due to systemic unresponsiveness It happens to my script which shows all the NFS operations coming through common_dispatch() on a server. I wasn''t the one running the test, so I don''t know how long it ran before it died. The script uses a couple of static probes and a couple fbt. Thanks, jim -------------- next
2006 Jun 06
1
[Fwd: Persistent "Abort due to systemic unresponsiveness"]
Just adding a few more details to the previous mail so that I can avoid some trouble for you folks. 1. I have done a /execname != "dtrace"/ to avoid dtrace itself causing more syscalls to be fired. 2. I have also supressed the printing on the terminal which makes dtrace slower. And what happens is this: dtrace -qn ''syscall::read:entry /execname != "dtrace"/ {
2005 Jul 27
3
fitting extreme value distribution
hi, rgev function gives me random deviates and I have a data set which I am fitting to an EVD,IS there a way I can plot both observed and ideal evd on the same plot thankyou Rangesh
2011 Dec 13
1
tcplot documentation in evd package
Hello, and please advise regarding any errors/omissions on my part. However, the documentation for R's tcplot function in the evd package appears to contain an error. I am using evd version 2.2-4 in R 2.14.0 with Windows XP. > data(portpirie) > mrlplot(portpirie) ## No Error > tlim <- c(3.6, 4.2) > tcplot(portpirie, tlim) ## Line from documentation Error in fpot(data, u[1],
2010 Nov 13
1
clusters in evd package
Hi, I am using the clusters function in the evd package and was wondering if anyone knew how to set the row names as date/time objects. My data has 1 column of date and time and another of wave height (H). My two options are: 1 - When in import the data using read.table make sure that the row.names is set = 1 giving row names to the H data. 2 - Import H from the data file and set the row names
2010 May 26
3
Peak Over Threshold values
Dear List I hope you can help me: I?ve got a dataframe (df) within which I am looking for Peak Over Threshold values as well as the length of the events. An event starts when walevel equals 5.8 and it should end when walevel equals the lower threshold value (5.35). I tried ?clusters (?)? from ?evd package?, and varied r (see example) but it did not work for all events (again
2007 Jun 11
1
2 iosnoop scripts: different results
I am teaching a DTrace class and a student noticed that 2 iosnoop scripts run in two different windows were producing different results. I was not able to answer why this is. Can anyone explain this. Here are the reults from the two windows: # io.d ... sched 0 <none> 1024 dad1 W 0.156 bash 1998
2006 Apr 07
1
dtrace: invalid probe specifier
Hello, I''m a newby to dtrace and have just installed the dtrace toolkit v0.92 on a core soalris 10 1/06 installation on SUN v40z. I have tried the following commands: iotop iosnoop but I get the message dtrace: invalid probe specifier and a lot of code. At the end it says: : in action list: failed to resolve uid: Unknown variable name Could it be, that there are some
2008 Sep 08
1
Gumbell distribution - minimum case
Hello, I would like to sample from a Gumbell (minimum) distribution. I have installed package {evd} but the Gumbell functions there appear to refer to the maximum case. Unfortunately, setting the scale parameter negative does not appear to work. Is there a separate package for the Gumbell minimum? -- _____________________________ Rich Gwozdz Fire and Mountain Ecology Lab College of
2011 Dec 15
1
modify the name of axis of an R function
Hi, I use the function fpot of packages evd. If I call the fit that I obtain "fit", I want to modify the name of the axis and the main title that is produced by plot(fit1). To do this, I want to create a new function where I would have the names modified. The problem is that I can't find the function that produce these plots... I tried to see in plot.uvevd but it doesn't seems
2007 Jan 10
0
[DTrace] new iosnoop
G''Day Folks, I''ve just rewritten iosnoop so that uses command line arguments (I caved in and used a little Bourne shell for this - hence it''s lost it''s ".d" extension). It''s much more useful now. # iosnoop -h USAGE: iosnoop [-a|-A|-Degstv] [-d device] [-f filename] [-m mount_point] iosnoop # default output
2007 Jan 14
2
ks.test not working?
Hi, I am trying the following: library(ismev) library(evd) fit <- gev.fit(x,show=FALSE) ks.test(x,pgev,fit$mle[1],fit$mle[2],fit$mle[3]) but I am getting: Warning message: cannot compute correct p-values with ties in: ks.test(x, pgev, fit$mle[1], fit$mle[2], fit$mle[3]) where x is: [1] 239 38 1 43 22 1 5 9 15 6 1 9 156 25 3 100 6 [18] 5 100
2007 Oct 03
2
Change title size in plot(model)?
I want to use the plot(model) function to generate Tukey-anscomb and Q-Q plots of a lm(). I manage to change all labels but the main one which apparently is neither main or sub. So far I have tried as par setting: cex (changes symbol size within the plot), cex.main (no effect), cex.sub (no effect) cex.lab (changes label size), cex.axis (changes axis label size). What I would like to change is the
2009 Mar 30
1
fsflush writes very slow
I''m troubleshooting an I/O performance problem with one of our applications that does a lot of writing, generally blocks just over 32K, sequentially writing large files. It''s a Solaris 10 x86 system with UFS disk. We''re often only seeing disk write throughput of around 6-8MB/s, even when there is minimal read activity. Running iosnoop shows that most of the physical
2014 Aug 25
2
Progressively worsening unresponsiveness
Hello all, I'm new to the list, and hoping someone can point me in the right direction. I've got an Ubuntu 14 dom0 with, what I think, are excellent specs. 12 cores, hyperthreaded, VT, 64GB RAM, gobs of disk, etc... all to run 8 virtual machines (at the moment). My problem is each of the guests - Windows, Ubuntu, FreeBSD, starts out working fine. After several minutes, the guest
2008 Sep 12
1
library instal
I am finding real trouble in installing evd library in R for linux -- View this message in context: http://www.nabble.com/library-instal-tp19453453p19453453.html Sent from the R help mailing list archive at Nabble.com.
2007 Sep 25
1
Create grouping from TukeyHSD (as a duncan test does)?
Hello everybody 1. If there is/ever will be a function to perform "duncan multiple range test" please inform me at once. 2. Is there a way to create a grouping as duncan does from TukeyHSD output? My experimental design contained 62 genotypes, so the pairwise comparison is not that usefull and clear to look at. How would I do that? Is there an other test that does give grouping as
2007 May 11
3
what files are being used from a NFS server perspective
I''m curious to know what files are being used from a NFS server perspective. I''m unable to trace the client because it is in the boot phase. Looking at the io provider, I believe it does not allow you to look at what files are being requested. That would lead me to the fbt provider. Does anyone know what fbt provides the file handle for NFS client request on the NFS
2002 Jun 21
3
R News Volume 2/2
We have just published the 2002/2 issue of R News on http://cran.R-project.org/doc/Rnews where you can download the newsletter as PDF or Postscript file. It will propagate to the CRAN mirrors within a day or two. This issue focuses on the R 1.5.0 release, with key innovations in the standard add-on package 'ts' and the two new recommended packages 'grid' and 'lattice'.