标签: java cpu
我在java中创建一个程序,在java中运行另一个程序。
Runtime.getRuntime().exec("java process1");
我想获得此过程的CPU使用率。