< prev index next >

test/jdk/sun/jvmstat/monitor/MonitoredVm/TestPollingInterval.java

Print this page
rev 51731 : imported patch 8210732


  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 import java.io.IOException;
  25 import java.net.URISyntaxException;
  26 import java.util.ArrayList;
  27 import java.util.List;
  28 
  29 import jdk.testlibrary.Asserts;
  30 import jdk.testlibrary.Utils;
  31 import jdk.test.lib.apps.LingeredApp;
  32 import sun.jvmstat.monitor.MonitorException;
  33 import sun.jvmstat.monitor.MonitoredHost;
  34 import sun.jvmstat.monitor.MonitoredVm;
  35 import sun.jvmstat.monitor.MonitoredVmUtil;
  36 import sun.jvmstat.monitor.VmIdentifier;
  37 
  38 /**
  39  *
  40  * @test
  41  * @bug 6672135
  42  * @summary setInterval() for local MonitoredHost and local MonitoredVm
  43  *
  44  * @library /lib/testlibrary
  45  * @library /test/lib
  46  *
  47  * @build jdk.testlibrary.*
  48  * @build jdk.test.lib.apps.*
  49  * @run main TestPollingInterval
  50  */




  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  */
  23 
  24 import java.io.IOException;
  25 import java.net.URISyntaxException;
  26 import java.util.ArrayList;
  27 import java.util.List;
  28 
  29 import jdk.testlibrary.Asserts;
  30 import jdk.test.lib.Utils;
  31 import jdk.test.lib.apps.LingeredApp;
  32 import sun.jvmstat.monitor.MonitorException;
  33 import sun.jvmstat.monitor.MonitoredHost;
  34 import sun.jvmstat.monitor.MonitoredVm;
  35 import sun.jvmstat.monitor.MonitoredVmUtil;
  36 import sun.jvmstat.monitor.VmIdentifier;
  37 
  38 /**
  39  *
  40  * @test
  41  * @bug 6672135
  42  * @summary setInterval() for local MonitoredHost and local MonitoredVm
  43  *
  44  * @library /lib/testlibrary
  45  * @library /test/lib
  46  *
  47  * @build jdk.testlibrary.*
  48  * @build jdk.test.lib.apps.*
  49  * @run main TestPollingInterval
  50  */


< prev index next >