Open GoogleCodeExporter opened 9 years ago
I'd like to see activity.xml. If you need a place to put them, give me an
email - rictic at gmail.
If your cvs log wasn't handled properly by the conversion tool, that's a bug as
well.
Original comment by ric...@gmail.com
on 13 Mar 2009 at 2:07
Assuming that there's not an error, it's possible that code_swarm is using up
all of your memory and your system
is using all of its time swapping to the hard drive.
If it looks like this is the case, you might try out the experimental version
here, which streams the xml file in
rather than loading it all at once: http://github.com/rictic/code_swarm/
Original comment by ric...@gmail.com
on 13 Mar 2009 at 2:34
I have emailed rictic the raw log. I ran this command in gvim and convert.py
can then process the file and produce an activity.xml
:g/[12][09][0-9][0-9]\/[0-9][0-9]\//s/\//-/g
I have attached "window.png" which is what the blank windows looks like when
you
do a screen capture on it like this:
xwd | xwdtopnm | pnmtopng >/tmp/window.png
Not much to see. :)
The system monitor shows java is using 104.b MB RAM (I have 2 GB) and a
dual-core
machine. The "Waiting Channel" is futex_wait. I checked it in top and this
is what it showed:
23213 joel 20 0 210m 120m 14m S 0.0 6.0 0:40.5 java
So not much memory usage (6%) and it has quit using CPU.
Original comment by joel.she...@gmail.com
on 13 Mar 2009 at 1:31
Attachments:
Original issue reported on code.google.com by
joel.she...@gmail.com
on 12 Mar 2009 at 8:53