Displaying 4 results from an estimated 4 matches for "proctime".
2011 Sep 21
1
package / function for monitoring processes?
Hi
I recall running across a function a while back which would return
information about running processes (such as their cpu and memory
usage), but I cannot seem to locate it. Wondering if someone would be
kind enough to refresh my memory. I vaguely recall it was parsing the
output of the 'ps' command.
Thanks,
Ben
2005 Nov 07
4
R seems to "stall" after several hours on a long series of analyses... where to start?
Not sure where to even start on this.... I'm hoping there's some debugging I
can do...
I have a loop that cycles through several different data sets (same
structure, different info), performing randomForest growth and
predictions... saving out the predictions for later study...
I get about 5 hours in (9%... of the planned iterations.. yikes!) and R just
freezes.
This happens in
2012 Nov 03
3
to print system.time always
Hi all;
I want to print system.time whenever I execute any command.
It takes too much time to type "system.time()" function to all command.
is there any solution on it?
And,
apply(matrix,1,cumsum) command is too slow to some large matrix.
is there any function like rowCumSums ?
thank u!
--
View this message in context:
2012 Feb 03
4
how to plot several curves in the same frame
Hello,
I'd like to know how to plot several curves in the same frame (1curve =
1line=1day).
For instance (csv file):
2012-02-01 01:00:00; 2100
2012-02-01 02:00:00; 2200
...
2012-02-01 23:00:00; 2500
2012-02-02 01:00:00; 1000
2012-02-02 02:00:00; 1500
...
2012-02-02 23:00:00; 1700
Here, I have to plot 2 curves in the same frame: 1 for 2012-02-01 (on the
first line) and 1 for 2012-02-02 (on