Examples of MemoryWatcherTool


Examples of org.sf.bee.profiler.tools.memory.MemoryWatcherTool

    private Logger _logger;

    /** Creates a new instance of StatusMonitorTask */
    public StatusMonitorTask() {
        _monitor = new StatusMonitorService();
        _memory = new MemoryWatcherTool();
        _cpu = new CpuWatcherTool();

        // init custom log file
        LogItemRepository.getInstance().setLogFileName(this.getClass(), "memory.log");

View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.