[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Monitoring Condor



I don't get exactly what you need, but i think that hawkeye, that already comes with condor, can do part of the job.

I wrote a web interface for condor queue monitoring, that i'll announce soon here in the list, you can have a preview here:

http://condor4web.sourceforge.net

i'm still working on the final version, but it can work for you as it is now, i think. If need any support can write me.

Although i think it won't help to monitor a GRID, hawkeye does more a resource monitoring on the nodes, it was what i understood, reading the documentation.

I heard about condorview too, but i don't recommend, as it seems was the doctoring thesis of a guy, and after that no more versions gone out, since 2006.

People at the cluster i work tried it some time but it drains too much resources (from machines and human efforts), for almost nothing interesting.

Ah, about your second question, if you tell us what is important to monitor in your GRID with Condor, everything will get easier to answer, but as a start, you can do a:

$condor_q -global

pick any job ID (the first column)

$condor_q -global -l <job_id>

So you can see all ads of your jobs, ads are like properties (can give you some idea of what monitor)

I think nodes have ads too (correct me if i'm wrong), so you can see their properties just doing :

$condor_status
pick any node

$condor_status <node>

So you can see better what kind of information is interesting there

Hope that it helps.

On Mon, May 4, 2009 at 5:42 PM, Link Thomas <linkthom@xxxxxxxxxxxxxxxx> wrote:
Hello,

I need two informations about the monitoring of a Condor grid:

- what kind of monitor parameters have Condor?
- what can be monitored in a grid with Condor?

thx!

Thomas

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/