Displaying 3 results from an estimated 3 matches for "140192".
Did you mean:
140152
2000 Jul 12
1
plot.times error -- missing or illegal tck parameter (PR#601)
...ausing problems
for plot.times()
> library(chron)
> dts <- dates(c("02/27/92", "02/27/92", "01/14/92",
+ "02/28/92", "02/01/92"))
> y<-chron(dts,out.format=c("dmy","h:m:s"))
> y
[1] 270292 270292 140192 280292 010292
> plot(y,1:5)
Error in axis(n, at = at.x, labels = labels, ...) :
invalid value specified for graphics parameter "tck".
> plot(y,1:5,tck=0.01)
> traceback()
[1] "axis(n, at = at.x, labels = labels, ...)"
[2] "axis.times(1...
2007 Feb 14
3
severe performance problem (mail cache related?)
Hi all, we're having a bad day with email :)
I have a user who was complaining of poor performance today when
opening mailboxes. Total time to open the box was about 1 minute.
Upon truss'ing the imap process during an open, I saw the trace quoted
below at the end of the email.
As you can see, for each "FETCH" line of response, we were seeing
dovecot do a ton of work-- mmaping
2008 Aug 25
11
pid-provider sees ld.so.1 only
I''m trying to do some userspace tracing on a server-process with the pid provider.
My problem is, that the only probes the pid-provider lists for the server-process (to which I attach dtrace with "-p nnnn") are coming from "ld.so.1".
There''s not a single one from my modules.
If I''m specifying "a.out" (or any of our shared-objects) as the