Re: t5 capturing output of ping

2009-10-01 Thread Ulrich Stärk
If it's just about knowing whether a machine is answering to an ICMP ECHO request you can use InetAdress.isReachable() [1] Cheers, Uli [1] http://java.sun.com/javase/6/docs/api/java/net/InetAddress.html#isReachable(int) Am 01.10.2009 10:22 schrieb Angelo Chen: Hi, Sorry if this is not t5 r

t5 capturing output of ping

2009-10-01 Thread Angelo Chen
Hi, Sorry if this is not t5 related, I'd like to run from T5 app the ping command in the server and capture the output so i can display it back as a page to the browser, hints? Thanks, Angelo -- View this message in context: http://www.nabble.com/t5-capturing-output-of