• Linux系统上手工查看共享内存转储

    Viewing the Shared memory dump manually on Linux.

    youdao

  • 输入来自虚拟(JVM)的内存转储(转储)。

    Input: Memory dumps (heap dumps) from the virtual machine (JVM).

    youdao

  • 内存转储文件名包含一个时间表示生成 NSD时间。

    A memory dump file name includes a time stamp for the time when the NSD was generated. For example

    youdao

  • 内存转储所有对象数据类型表格式视图带有筛选器和有序列

    Tabulated views of all the objects and data types in the memory dump with filters and sorted columns.

    youdao

  • 工具提供两种主要类型分析功能单个内存转储分析比较分析。

    Two main types of analysis function are provided by this tool: single memory dump analysis and comparative analysis.

    youdao

  • 理解内存转储文件中的数据识别格式解析读取文件)步骤相对比较简单

    The steps to understanding the data in a memory dump file (identifying the format, parsing, and reading the file) are relatively simple

    youdao

  • 这种情况下需要一个解析器,解析器可以根据这些内存转储生成有意义日志消息

    A parser is required in such cases, which generates meaningful log messages out of those memory dumps.

    youdao

  • 调试客户端必须根据特定目标(例如实时进程内存转储)实现接口

    The debugger client must implement this interface as appropriate for the particular target (for example, a live process or a memory dump).

    youdao

  • 如果所有者发现任何对象术语表示找到泄漏容器内存转储中的对象

    If no class objects are found in the owner chain, then this denotes the root object in the memory dump from where the leak container can be reached.

    youdao

  • 其级别使用数字09表示,0关闭组件调试,9会生成最多信息其中包括内存转储

    Levels are numeric values 0 through 9, where 0 turns debug off for that component and 9 generates the most information, including memory dumps.

    youdao

  • 这些模式匹配算法可以寻找并标识内存转储之间增长最快聚合数据结构(按照类似所属权结构组合在一起)。

    These pattern matching algorithms seek to identify aggregated data structures (grouped together by similarity of ownership structure) that are growing the most in between the memory dumps.

    youdao

  • 提供信息需要每个对象分配捕获分配堆栈跟踪开销很大并且许多格式内存转储不可用。

    To provide that information, it is necessary to capture allocation stack traces for every object allocation, which is very expensive and is also not available in most formats of memory dumps.

    youdao

  • Domino6更高版本中,可以服务器控制台上使用命令shmemorydump创建内存转储文件

    In Domino 6 and later, you can use the command "sh memory dump" on the server console to create a memory dump file.

    youdao

  • 工具能够分析遇到Out Of MemoryError问题生产环境应用程序服务器中获得非常内存转储(需要2GB更多RAM)。

    The tool is capable of analyzing very large sized memory dumps (will require 2 GB or more RAM) obtained from production environment application servers encountering OutOfMemoryError issues.

    youdao

  • 对于我们内存转储名为dmp文件中的跟踪通过使用db 2 trc命令一个两个解析选项,我们可以对其进行解析,或将其格式化为可文本

    The trace that we have just dumped from memory to a file named DMP can be parsed or formated into readable text using one or both of the parsing options on the db2trc command.

    youdao

  • 工具用于分析(脱机)手动获取结合使用轻量级内存泄漏检测生成这些转储

    This tool can be used to analyze (offline) these dumps obtained manually or produced in conjunction with lightweight memory leak detection.

    youdao

  • 机制生成足够内存泄漏协调多个转储,以便于使用MDD4J 进行比较分析

    This mechanism will generate multiple heap dumps that have been coordinated with sufficient memory leakage to facilitate comparative analysis using MDD4J.

    youdao

  • 许多分析工具包括MDD4J)都可以分析转储找到内存泄漏根源

    Many analysis tools, including MDD4J, analyze heap dumps to find the root cause of a memory leak.

    youdao

  • 如果是在跟踪共享内存跟踪缓冲区大小将控制转储文件的大小。

    If you are tracing to Shared memory, the size of the trace buffer controls the size of the dump file.

    youdao

  • 内存违例引发SIGSEGV信号,立即终止进程并留下一个内核转储

    A memory violation can spur SIGSEGV, killing the process instantly while leaving a core dump behind.

    youdao

  • 转储,发现内存泄漏非常有用。

    Heap dumps, which are helpful when hunting for memory leaks.

    youdao

  • 转储JVM用尽内存崩溃时自动生成

    This heap dump can be generated automatically when the JVM runs out of memory or crashes.

    youdao

  • 8中的Suspects选项卡显示了涉及无限循环内存泄漏案例中获取的两个转储分析结果

    Figure 8 shows the Suspects TAB from the analysis result of two heap dumps taken from a memory leak case involving an infinite loop.

    youdao

  • Linux系统手工查看共享内存数据转储

    Viewing Shared memory data dumps manually on a Linux system.

    youdao

  • 示例策略通过取得多个转储(使用工作负载管理维护应用程序性能)进行分析,从而内存泄漏通知做出反应。

    On example policy would react to a memory leak notification by taking multiple heap dumps (using workload management to maintain the performance of the application) for analysis.

    youdao

  • 一种策略通过取得多个转储(使用工作负载管理维护应用程序性能)进行分析,从而对内存泄漏通知做出反应。

    One policy might react to a memory leak notification by taking multiple heap dumps (using workload management to maintain the performance of the application) for analysis.

    youdao

  • 转储称为快照就是内存对象之间参照转储以及关于这些对象的信息

    A heap dump, also known as heap snapshot, is a dump of references between objects in memory and information about these objects.

    youdao

  • 一个重量级脱机内存泄漏分析工具多种现有转储分析工具整合在单一用户界面中。

    This is a heavyweight offline memory leak analysis tool that incorporates multiple existing heap dump analysis tools into a single user interface.

    youdao

  • 这些转储文件包含运行中应用程序完整内存镜像所有信息数据采用hprof格式表示,包括所有原生内存和线程信息。

    These dumps contain the entire memory image of the running application - all the information and data in the HPROF format, as well as all of the native-memory and thread information.

    youdao

  • 系统转储中的每个对象创建记录,记录对象使用内存量,哪些对象正在引用该对象。

    A dump creates a record of every object in the heap, how much memory it's using, and which objects are referencing it.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定