Examples of TODConfig


Examples of tod.core.config.TODConfig

                DBProcessManager.cp += File.pathSeparator + TODUtils.getTODJARPath() + "tod-agent-custom.jar";
                DBProcessManager.cp += File.pathSeparator + TODUtils.getTODJARPath() + "zz.utils.jar";
                DBProcessManager.cp += File.pathSeparator + TODUtils.getTODJARPath() + "aspectjrt.jar";

                URI todURI = URI.create("tod-dbgrid-remote:localhost");
                todConfig = new TODConfig();
                //todConfig.set(TODConfig.INSTRUMENTER_CLASSES_DIR, "/Users/jeff/Desktop/quorum2");
                todConfig.set(TODConfig.SCOPE_TRACE_FILTER, "[+quorum.** -com.** -sun.** -java.**]");
                todConfig.set(TODConfig.AGENT_SKIP_CORE_CLASSE, true);
                todConfig.set(TODConfig.SCOPE_GLOBAL_FILTER, "[-java.** -sun.** -com.**]");
                todConfig.set(TODConfig.AGENT_CAPTURE_EXCEPTIONS, true);
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.