[Ganglia-developers] Collecting Metric Without Showing Any Graph/Info On Host Overview

2014-06-12 Thread Md. Ali Ahsan Rana
Hello Everyone, I have noticed that, to customize whether a metric is to be shown as graph or as constant value inside 'Host Overview' section, are determined by slope value, where 'zero' indicates to show on host overview and other values('both'/'positive' etc) indicates to show on graph

[Ganglia-developers] Representation Of GPU Events

2014-07-01 Thread Md. Ali Ahsan Rana
Hello everyone, I am working on enhancing the nvidia GPU plugin module. I have implemented some functionality to catch certain *GPU events which occur on various critical state changes* inside GPU. Now, I am little confused about how the representation of events will be really be helpful. For

[Ganglia-developers] Ganglia-Web Genralization of php graph files

2014-07-22 Thread Md. Ali Ahsan Rana
Hello Everyone, For multiple devices under a core(for example multiple gpu), it seems currently the ganglia-web module looks for separate php file for each device(such as gpu0_metricname_report.php, gpu1_metricname_report.php) . I am trying to generalize this section for gpu module so that only

[Ganglia-developers] [GSOC] Ganglia GPU Monitoring Enhancement Project - Code Review Request

2014-08-07 Thread Md. Ali Ahsan Rana
Hello Everyone, Recently, I have submitted pull requests for my GSOC 'GPU Monitoring Enhancement' Project. Here are the links for the two separate module's pull request: Nvidia GPU Plugin Module: https://github.com/ganglia/gmond_python_modules/pull/155 Ganglia Web Module:

Re: [Ganglia-developers] [GSOC] Ganglia GPU Monitoring Enhancement Project - Code Review Request

2014-08-15 Thread Md. Ali Ahsan Rana
Hello Daniel, Just to mention that, I have merged the conflicts and seems now the pull request is ready to be merged automatically. Please review. Regards Rana On Thu, Aug 7, 2014 at 11:06 PM, Md. Ali Ahsan Rana aliahsanr...@gmail.com wrote: Hello Everyone, Recently, I have submitted pull

Re: [Ganglia-developers] Important message for NVIDIA GPU users

2014-08-15 Thread Md. Ali Ahsan Rana
Thanks Daniel! Just to add, I am available on ganglia's IRC channel with nick 'ranacseruet'. You can catch me there as well. Thanks! Regards Rana On Fri, Aug 15, 2014 at 3:39 AM, Daniel Pocock dan...@pocock.pro wrote: Hi all, Not all of the Ganglia developers are working in environments

[Ganglia-developers] [GSOC] Got Passed In Evaluation

2014-08-23 Thread Md. Ali Ahsan Rana
Hello, I am happy to say that, I recently got result from GSOC and got passed successfully. I will like to thank to you all to help me passing the program by answering questions, reviewing, giving feedbacks. My mentor, Rajat Phull, helped me extensively throughout the summer of code term, which

[Ganglia-developers] [Ganglia-Web] Custom Graph File Generalization For Multiple Device

2014-08-26 Thread Md. Ali Ahsan Rana
Hello Everyone, This is a new feature I am trying to achieve. I have summarized about its background, previous attempt and new approach suggestion here in the following google doc: https://docs.google.com/document/d/1CCJTjUPUPItmDUca1zU8xN9rf85N1BoNPTwJ-nTKN6A/edit?usp=sharing Whoever has

Re: [Ganglia-developers] [Ganglia-Web] Custom Graph File Generalization For Multiple Device

2014-09-13 Thread Md. Ali Ahsan Rana
, Aug 27, 2014 at 12:46 AM, Md. Ali Ahsan Rana aliahsanr...@gmail.com wrote: Hello Everyone, This is a new feature I am trying to achieve. I have summarized about its background, previous attempt and new approach suggestion here in the following google doc: https://docs.google.com/document

Re: [Ganglia-developers] [Ganglia-Web] Custom Graph File Generalization For Multiple Device

2014-10-04 Thread Md. Ali Ahsan Rana
Anybody had chance to review the pull request please? Regards Rana On Sat, Sep 13, 2014 at 6:31 PM, Md. Ali Ahsan Rana aliahsanr...@gmail.com wrote: Hello All, Just to follow up on the previous proposal, I have modified my implementation and details can be found (with example settings which

Re: [Ganglia-developers] I have problems with Gmond Python Module for Monitoring NVIDIA GPU with Rocks 6.1.1

2014-11-19 Thread Md. Ali Ahsan Rana
Hello Fany, First thing, if you are trying with any of the recent versions of ganglia(gmond/gweb), you won't need to run the patch at all. It needed in a lot earlier versions. Secondly, if you are using stable releases, then it should be OK. However, as I have recently contributed with some