NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: printing from java app



In article <1237845410.10280.74.camel@v250>,
Jeremy Smallman  <jeremy.smallman%doxsystems.com@localhost> wrote:
>It's difficult to see exactly what's happening when I try to open the
>port from the java app because ktrace -i just keeps spitting data out
>non-stop (running the app for about 11 seconds to do what I need to do
>output 102260 lines).  I was using kdump -l to follow the output but
>that's useless now.  Going back to view that data from ktrace I still
>don't see anything that sticks out. There are about 13 or 14 java
>processes though running with this app.  
>

Start the process and then attach each one of them with 
ktrace -i -p pid -f kt.pid, just before you print.

christos



Home | Main Index | Thread Index | Old Index