Re: [Ganglia-general] GSOC 2015

2015-02-25 Thread Daniel Pocock

Hi Sukoon,

Thanks for your email.  We are just waiting for Google to confirm if
Ganglia will participate in GSoC this year.  They will publish a list of
participating organizations next week.

Regards,

Daniel

On 20/02/15 19:22, Sukoon Sharma wrote:
 Hey guys,
   This is Sukoon Sharma from PESIT. i am looking for projects
 which will help me in GSOC 2015. i have checked your last year
 projects. Can i have the list of ongoing projects so that i can have a
 head start.
 Thank you

 Sukoon Sharma
 sharma.suko...@gmail.com mailto:sharma.suko...@gmail.com
 8892816209


 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk


 ___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] GSOC 2015: Student Introduction

2015-02-25 Thread Daniel Pocock

Hi Hitesh,

Thanks for your email.  We are just waiting for Google to confirm if
Ganglia will participate in GSoC this year.  They will publish a list of
participating organizations next week.

Regards,

Daniel

On 21/02/15 21:29, hitesh ramani wrote:
 Hello,

 My name is Hitesh Ramani, and I'm pursuing my Master's in Technology
 from Hyderabad Central University, Hyderabad, India. I've gone through
 the Projects page at Github and the 2 projects that specifically
 interest me are Web portal integrating popular monitoring tools
 and Improving integration between Ganglia and Nagios.

 I, as my Post Graduation project, am currently working on Postgres
 internals. I also have a 2.5 year working experience with Python. In
 my Master's I've taken up relevant courses such as Grid Computing,
 hence I'm well aware with Grids and HPC.

 Please guide me more on the two projects.

 Thank You.
 Hitesh Ramani


 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk


 ___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] GSOC 2015: Student Introduction

2015-02-25 Thread hitesh ramani
Hello Daniel,

Yes, I know the list will be out on 2nd. But I am interested to know how can I 
start with these two projects. I wanted to contribute, not just because of GSOC 
but because they caught my interest.

So if you could guide me on how to get started, I would be willing to be a long 
term contributor.

--Hitesh

Date: Tue, 24 Feb 2015 11:26:09 +0100
From: dan...@pocock.pro
To: hiteshram...@hotmail.com; ganglia-general@lists.sourceforge.net
Subject: Re: [Ganglia-general] GSOC 2015: Student Introduction


  

  
  


  Hi Hitesh,

  

  Thanks for your email.  We are just waiting for Google to confirm
  if Ganglia will participate in GSoC this year.  They will publish
  a list of participating organizations next week.

  

  Regards,

  

  Daniel

  

  On 21/02/15 21:29, hitesh ramani wrote:



  
  Hello,



My name is Hitesh Ramani, and I'm pursuing my Master's in
  Technology from Hyderabad Central University, Hyderabad,
  India. I've gone through the Projects page at Github and the 2
  projects that specifically interest me are Web portal
  integrating popular monitoring tools and Improving integration
  between Ganglia and Nagios.


  I, as my Post Graduation project, am currently working on
  Postgres internals. I also have a 2.5 year working experience
  with Python. In my Master's I've taken up relevant courses
  such as Grid Computing, hence I'm well aware with Grids and
  HPC.



Please guide me more on the two projects.



Thank You.
Hitesh Ramani
  
  

  
  

  
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
  

  
  

  ___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general




  

  --
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


[Ganglia-general] How to use procstat metrics in gmond 3.7.0 ?

2015-02-25 Thread Grigory Shamov
Hi All,

I am trying to use process statistics metrics defining them in
procstat.pyconf . In some cases this doesn't work. There is nothing
reported; the metric appears in the Ganglia Web interface but is empty.


What I am trying to do is to monitor my Torque server. I have in the
procstat.pyconf now:
 


param pbs_server {
# pbs_server seem to have PID there
#  value = '/var/spool/torque/server_priv/server.lock'
value='/pbs_server/'
}

Could you please suggest how  to specify the daemon to monitor in
procstat.pyconf? It seems from the examples,  that both PID or process
name cane be specified?

It did not work for me, either with the PID value from server.lock file
(commented out now), or with the string value.


Thank you very much!


-- 
Grigory Shamov

Westgrid/ComputeCanada Site Lead
University of Manitoba
E2-588 EITC Building,
(204) 474-9625




--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] GSOC 2015: Student Introduction

2015-02-25 Thread hitesh ramani
Hello Daniel,
 Do you have a Github acocunt and have you already published any open
 source code or patches for any projects?

Yes I have a Github account but I'm new to the Open Source community so I don't 
have any work which I have done with respect to Open Source projects.

 Can you please advise about your experience with programming languages,
 e.g. which one is your strongest, second best, etc?

As I mentioned before, I, am a Post Graduate student at the Hyderabad Central 
University, Hyderabad, currently working on Postgres internals, specifically 
extending it's functionalities to come up with a more efficient sorting 
technique. I also have a 2.5 year working experience with Python, being my 
strongest language. I'm well versed with C too. In my Master's I've taken up 
relevant courses such as Grid Computing, hence I'm well aware with Grids and 
HPC.

Please let me know if you have any questions.
Looking forward to hear from you
--Hitesh  --
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general


Re: [Ganglia-general] GSOC 2015: Student Introduction

2015-02-25 Thread Daniel Pocock

Hi Hitesh,

Do you have a Github acocunt and have you already published any open
source code or patches for any projects?

Can you please advise about your experience with programming languages,
e.g. which one is your strongest, second best, etc?

Please let me know about these things and then I can guide you on areas
where you can get started most expediently.

Regards,

Daniel


On 24/02/15 11:49, hitesh ramani wrote:
 Hello Daniel,
 
 Yes, I know the list will be out on 2nd. But I am interested to know how
 can I start with these two projects. I wanted to contribute, not just
 because of GSOC but because they caught my interest.
 
 So if you could guide me on how to get started, I would be willing to be
 a long term contributor.
 
 --Hitesh
 
 
 Date: Tue, 24 Feb 2015 11:26:09 +0100
 From: dan...@pocock.pro
 To: hiteshram...@hotmail.com; ganglia-general@lists.sourceforge.net
 Subject: Re: [Ganglia-general] GSOC 2015: Student Introduction
 
 
 Hi Hitesh,
 
 Thanks for your email.  We are just waiting for Google to confirm if
 Ganglia will participate in GSoC this year.  They will publish a list of
 participating organizations next week.
 
 Regards,
 
 Daniel
 
 On 21/02/15 21:29, hitesh ramani wrote:
 
 Hello,
 
 My name is Hitesh Ramani, and I'm pursuing my Master's in Technology
 from Hyderabad Central University, Hyderabad, India. I've gone
 through the Projects page at Github and the 2 projects that
 specifically interest me are Web portal integrating popular
 monitoring tools and Improving integration between Ganglia and Nagios.
 
 I, as my Post Graduation project, am currently working on Postgres
 internals. I also have a 2.5 year working experience with Python. In
 my Master's I've taken up relevant courses such as Grid Computing,
 hence I'm well aware with Grids and HPC.
 
 Please guide me more on the two projects.
 
 Thank You.
 Hitesh Ramani
 
 
 
 --
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
 from Actuate! Instantly Supercharge Your Business Reports and Dashboards
 with Interactivity, Sharing, Native Excel Exports, App Integration  more
 Get technology previously reserved for billion-dollar corporations, FREE
 
 http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk
 
 
 
 ___
 Ganglia-general mailing list
 Ganglia-general@lists.sourceforge.net 
 mailto:Ganglia-general@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/ganglia-general
 
 

--
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
___
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general