首页 \ 问答 \ 如何在神经网络中查看jvm指标报告(How to see jvm metrics report in ganglia web)

如何在神经网络中查看jvm指标报告(How to see jvm metrics report in ganglia web)

我需要在ganglia报告上看到jvm指标,我在节点上设置jmxetric并在使用简单的'telnet localhost 8649'时查看jvm指标。

我有glia / gmetad在另一台机器上运行的ganglia-web,它显示标准报告,如cpu / memory,但不是新的jvm指标。

我应该手动配置ganglia-web以使其显示jvm组吗?

我正在使用ganglia 3.3.7。


I need to see jvm metrics on ganglia report, I've set up jmxetric on a node and see jvm metrics when using simple 'telnet localhost 8649'.

I have ganglia-web with gmond/gmetad running on another machine and it shows standard reports such as cpu/memory, but not new jvm metrics.

Should I configure ganglia-web manually to make it show jvm group as well?

I'm using ganglia 3.3.7.


原文:https://stackoverflow.com/questions/15065361
更新时间:2022-03-26 19:03

最满意答案

由于这似乎是内存覆盖(参见您对user1008646评论 ),您可以尝试按照以下步骤操作:

  1. 首先尝试找出被覆盖的内存地址。 你提到s := IntToHex(2129827392, 8); 失败。 找出正确的值,然后找出它是否在TwoHexLookUp
  2. 如果它在TwoHexLookUp ,则设置数据更改的断点(请参阅如何在对象字段值更改时定义断点?并在如何执行此操作时添加数据断点 )。
  3. 运行您的应用程序,直到断点触发。

广告1:可能最简单的方法是查看TwoHexLookUp哪个值更改具有相同的效果以从s := IntToHex(2129827392, 8);获得错误的结果s := IntToHex(2129827392, 8); 正如你在运行时观察到的那样。

星期四我正在客户端做一些Delphi工作,所以我可能有时间深入挖掘一下。

编辑
当您使用F7逐步完成您的过程时,您确实首先进入SysInit

你可以做的就是在TwoHexLookup数组上设置一个断点。
然后是F9 / F8 / F7(取决于你想要的粒度)并在Watch窗口中关注数组。 这应该让你去。


As this appears to be a memory overwrite (cf. your comment to user1008646) you can try to follow these steps:

  1. First try to find out which memory address gets overwritten. You mention that s := IntToHex(2129827392, 8); fails. Find out the correct value, then find out if it is within TwoHexLookUp.
  2. If it is within TwoHexLookUp, then set a data-changed breakpoint (see How to define a breakpoint whenever an object field value changes? and Add data breakpoint on how to do this).
  3. Run your app until the breakpoint fires.

Ad 1: probably the easiest way is to look into TwoHexLookUp which value change has the same effect to get the wrong result from s := IntToHex(2129827392, 8); as you observe at run-time.

Thursday I'm doing some Delphi work at a client, so then I might have time to dig a bit deeper.

Edit
When you step through your process with F7, you indeed get into the SysInit first.

What you can do there is already set a breakpoint on the TwoHexLookup array.
Then either F9/F8/F7 (depending on the granularity you want) and keep an eye on the array in a Watch window. That should get you going.

相关问答

更多

相关文章

更多

最新问答

更多
  • 获取MVC 4使用的DisplayMode后缀(Get the DisplayMode Suffix being used by MVC 4)
  • 如何通过引用返回对象?(How is returning an object by reference possible?)
  • 矩阵如何存储在内存中?(How are matrices stored in memory?)
  • 每个请求的Java新会话?(Java New Session For Each Request?)
  • css:浮动div中重叠的标题h1(css: overlapping headlines h1 in floated divs)
  • 无论图像如何,Caffe预测同一类(Caffe predicts same class regardless of image)
  • xcode语法颜色编码解释?(xcode syntax color coding explained?)
  • 在Access 2010 Runtime中使用Office 2000校对工具(Use Office 2000 proofing tools in Access 2010 Runtime)
  • 从单独的Web主机将图像传输到服务器上(Getting images onto server from separate web host)
  • 从旧版本复制文件并保留它们(旧/新版本)(Copy a file from old revision and keep both of them (old / new revision))
  • 西安哪有PLC可控制编程的培训
  • 在Entity Framework中选择基类(Select base class in Entity Framework)
  • 在Android中出现错误“数据集和渲染器应该不为null,并且应该具有相同数量的系列”(Error “Dataset and renderer should be not null and should have the same number of series” in Android)
  • 电脑二级VF有什么用
  • Datamapper Ruby如何添加Hook方法(Datamapper Ruby How to add Hook Method)
  • 金华英语角.
  • 手机软件如何制作
  • 用于Android webview中图像保存的上下文菜单(Context Menu for Image Saving in an Android webview)
  • 注意:未定义的偏移量:PHP(Notice: Undefined offset: PHP)
  • 如何读R中的大数据集[复制](How to read large dataset in R [duplicate])
  • Unity 5 Heighmap与地形宽度/地形长度的分辨率关系?(Unity 5 Heighmap Resolution relationship to terrain width / terrain length?)
  • 如何通知PipedOutputStream线程写入最后一个字节的PipedInputStream线程?(How to notify PipedInputStream thread that PipedOutputStream thread has written last byte?)
  • python的访问器方法有哪些
  • DeviceNetworkInformation:哪个是哪个?(DeviceNetworkInformation: Which is which?)
  • 在Ruby中对组合进行排序(Sorting a combination in Ruby)
  • 网站开发的流程?
  • 使用Zend Framework 2中的JOIN sql检索数据(Retrieve data using JOIN sql in Zend Framework 2)
  • 条带格式类型格式模式编号无法正常工作(Stripes format type format pattern number not working properly)
  • 透明度错误IE11(Transparency bug IE11)
  • linux的基本操作命令。。。