网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
多选题
Which three JVM options would you add to investigate performance issues in a Hot-Spot JVM?()
A

-xx:+PrintGCDetails

B

-xx:+PrintGCTimeStamps

C

-xx:+HandlePromotionFailure

D

-verbose:gc

E

-server


参考答案

参考解析
解析: 暂无解析
更多 “多选题Which three JVM options would you add to investigate performance issues in a Hot-Spot JVM?()A-xx:+PrintGCDetailsB-xx:+PrintGCTimeStampsC-xx:+HandlePromotionFailureD-verbose:gcE-server” 相关考题
考题 When your WebLogic Server solution needs to be scaled out with additional capacity and you  Don’t want to add additional hardware, which three techniques should you us?()A、Assign more than one managed server to a physical hardware that allows better CPU  utilizationB、Assign more than one application to one managed server to better utilize threads within a single JVM processC、Assign the same application to more than one managed server to load balance requests  between serversD、Assign the same heap size to the managed server across the cluster for easier control of  memory footprint  E、Create a virtualized environment with hypervisor for an easier solution

考题 You have an Exchange Server 2010 Mailbox server.You need to identify which users have the largest mailboxes on the server.What should you do?()A、Run the Get-MailBoxStatistics cmdlet.B、Run the Get-StoreUsageStatistics cmdlet.C、Add the MSExchangeIS Client performance counters to the Performance Monitor.D、Add the MSExchangeIS Mailbox performance counters to the Performance Monitor.

考题 Which command (without options) would you use to display how much space is available on all mounted partitions?()

考题 A customer is putting together a high-performance computing cluster of p655 nodes.  They need a total of 48 processors and want to get the best performance possible out of those systems.  They are evaluating four options and have asked the pSeries technical specialist to recommend which one would provide the best performance based on total rPerf.  Their workload may grow over time. Which of the following should the pSeries technical specialist recommend?()A、Twelve 4-way p655 nodes and add more as neededB、Six 8-way p655 nodes and add more as neededC、Six 4-way p655 nodes with four processors CoD on each node in case of growthD、Three 8-way p655 nodes with eight processors CoD on each node in case of growth

考题 WebSphere Application Server supports performance data collection using the Performance Monitoring Infrastructure (PMI).  Which tool supports PMI and would be best to analyze the WebSphere Commerce runtime EJB, JVM and thread pool stats?()A、WebSphere Commerce AnalyzerB、Tivoli Performance Viewer.C、Tivoli Web Site Analyzer.D、DB2 Intelligent Miner for Data.

考题 Which IBM Resource would best help you determine the proper performance tuning of your System x hardware and the application workload of the software?()A、xREF SheetsB、IBM Sizing GuidesC、Configuration  Options Guide - (COG)D、Standalone Solutions Configuration Tool (SSCT)

考题 下列关于JDK、JRE和JVM的描述。哪项正确?()     A、JDK中包含了JRE,JVM中包含了JREB、JRE中包含了JDK,JDK中包含了JVMC、JRE中包含了JDK,JVM中包含了JRED、JDK中包含了JRE,JRE中包含了JVM

考题 以下关于JVM的叙述,哪项正确?() A、JVM运行于操作系统之上,它依赖于操作系统B、JVM运行于操作系统之上,它与操作系统无关C、JVM支持Java程序运行,它能够直接运行Java字节码文件D、JVM支持Java程序运行,它能够直接运行Java源代码文件

考题 一个java程序运行从上到下的环境次序是()A、 操作系统、Java程序、jre/jvm、硬件B、 jre/jvm、Java程序、硬件、操作系统C、 java程序、jre/jvm、操作系统、硬件D、 java程序、操作系统、jre/jvm、硬件

考题 Which three statements concerning the use of the java.io.Serializable interface are true?()A、Objects from classes that use aggregation cannot be serialized.B、An object serialized on one JVM can be successfully deserialized on a different JVM.C、The values in fields with the volatile modifier will NOT survive serialization and deserialization.D、The values in fields with the transient modifier will NOT survive serialization and deserialization.E、It is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.

考题 Which three JVM options would you add to investigate performance issues in a Hot-Spot JVM?()A、-xx:+PrintGCDetailsB、-xx:+PrintGCTimeStamps  C、-xx:+HandlePromotionFailureD、-verbose:gcE、-server

考题 You want to capture WebLogic internal events correlated with JVM events for viewing offline. What three actions must you take to enable this within WebLogic?()A、Run WebLogic in a JRockit JVM and ensure the Flight Recorder is enabled.B、Configure the WebLogic Diagnostic Framework Event Volume to Low, Medium, or High  depending on the type of events you want to capture.C、Configure the WebLogic Diagnostic Framework bridge to send events to the JRockit Flight  Recording. D、Take a dump from the default recording or create a new recording for the time period you want  to capture.

考题 Oracle JRockit JVM uses -Xns option to set nursery size when the generational garbage collection mode is used.  Which two JVM properties are affected by changing its size ?()A、 compaction ratio limitB、 garbage collection frequencyC、 garbage collection timesD、 fragmentation heap size

考题 Identify three scenarios in which you would recommend the use of SQL Performance Analyzer to analyzeimpact on the performance of SQL statements.()A、Change in the Oracle Database versionB、Change in your network infrastructureC、Change in the hardware configuration of the database serverD、Migration of database storage from non-ASM to ASM storageE、Database and operating system upgrade

考题 What are the three steps you should take to tune a JDBC Connection pool in WebLogic from the  initial settings in a production environment?()A、Ensure the maximum size is increased to an appropriate setting.B、Set the minimum and maximum size of the connection pool to the same value.C、Increase the statement cache size.D、Add more heap to the JVM.E、Add more nodes to the cluster.

考题 多选题You want to capture WebLogic internal events correlated with JVM events for viewing offline. What three actions must you take to enable this within WebLogic?()ARun WebLogic in a JRockit JVM and ensure the Flight Recorder is enabled.BConfigure the WebLogic Diagnostic Framework Event Volume to Low, Medium, or High  depending on the type of events you want to capture.CConfigure the WebLogic Diagnostic Framework bridge to send events to the JRockit Flight  Recording.DTake a dump from the default recording or create a new recording for the time period you want  to capture.

考题 多选题A common approach to solve application performance issues is to add more hardware. Which two  reasons describe why this alone does not always solve performance problems?()AThere may be a bottleneck in the application that additional hardware would not solve.BAdding more hardware is costly and time consuming.CAdding hardware at the application layer may place additional load on an already overloaded database, network appliance, or storage system.DAdding more hardware may introduce new configuration requirements that need to be tested.

考题 单选题WebSphere Application Server supports performance data collection using the Performance Monitoring Infrastructure (PMI).  Which tool supports PMI and would be best to analyze the WebSphere Commerce runtime EJB, JVM and thread pool stats?()A WebSphere Commerce AnalyzerB Tivoli Performance Viewer.C Tivoli Web Site Analyzer.D DB2 Intelligent Miner for Data.

考题 多选题Which three concerning the use of the java.io.Serializable interface are true?()AObjects from classes that use aggregation cannot be serialized.BArt object serialized on one JVM can be successfully deserialized on a different JVM.CThe values in fields with the volatile modifier will NOT survive serialization anddeserialization.DThe values in fields with the transient modifier will NOT survive serialization anddeserialization.EIt is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.

考题 多选题When your WebLogic Server solution needs to be scaled out with additional capacity and you  Don’t want to add additional hardware, which three techniques should you us?()AAssign more than one managed server to a physical hardware that allows better CPU  utilizationBAssign more than one application to one managed server to better utilize threads within a single JVM processCAssign the same application to more than one managed server to load balance requests  between serversDAssign the same heap size to the managed server across the cluster for easier control of  memory footprintECreate a virtualized environment with hypervisor for an easier solution

考题 多选题What are three functions of a WebSphere Node Agent?()Amonitors performanceBmanages JVM memoryCserves J2EE applicationsDmanages the deployment managerEmanages configuration synchronizationFroutes administrative requests to servers

考题 多选题You plan to take a closed database backup using operating system commands. Which three SHUTDOWN options are appropriate for this type of backup?()AABORTBNORMALCIMMEDIATEDTRANSACTIONAL

考题 多选题You notice a performance change in your production Oracle database and you want to know which change has made this performance difference. You generate the Compare Period Automatic Database Diagnostic Monitor (ADDM) report to further investigation. Which three findings would you get from the report?()AIt detects any configuration change that caused a performance difference in both time periods.BIt identifies any workload change that caused a performance difference in both time periods.CIt detects the top wait events causing performance degradation.DIt shows the resource usage for CPU, memory, and I/O in both time periods.EIt shows the difference in the size of memory pools in both time periods.FIt gives information about statistics collection in both time periods.

考题 多选题Which three JVM options would you add to investigate performance issues in a Hot-Spot JVM?()A-xx:+PrintGCDetailsB-xx:+PrintGCTimeStampsC-xx:+HandlePromotionFailureD-verbose:gcE-server

考题 多选题Oracle JRockit JVM uses -Xns option to set nursery size when the generational garbage collection mode is used.  Which two JVM properties are affected by changing its size ?()Acompaction ratio limitBgarbage collection frequencyCgarbage collection timesDfragmentation heap size

考题 多选题Which three statements concerning the use of the java.io.Serializable interface are true?()AObjects from classes that use aggregation cannot be serialized.BAn object serialized on one JVM can be successfully deserialized on a different JVM.CThe values in fields with the volatile modifier will NOT survive serialization and deserialization.DThe values in fields with the transient modifier will NOT survive serialization and deserialization.EIt is legal to serialize an object of a type that has a supertype that does NOT implement java.io.Serializable.

考题 单选题下列关于JDK、JRE和JVM关系的描述中,正确的是().A JDK中包含了JRE,JVM中包含了JRE。B JRE中包含了JDK,JDK中包含了JVM。C JRE中包含了JDK,JVM中包含了JRE。D JDK中包含了JRE,JRE中包含了JVM。

考题 多选题Identify three scenarios in which you would recommend the use of SQL Performance Analyzer to analyzeimpact on the performance of SQL statements.()AChange in the Oracle Database versionBChange in your network infrastructureCChange in the hardware configuration of the database serverDMigration of database storage from non-ASM to ASM storageEDatabase and operating system upgrade