It seems straightforward enough. I’m using Runtime.getRuntime().exec(commandString); I’ve tried I’ve tried it without the -v raw and have also tried (and need to) use multiple PIDs using |. Nothing seems to work. I have a new BufferedReader(new InputStreamReader(p.getInputStream())); that ge…