summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
David McBride [Mon, 4 Jul 2005 16:26:47 +0000]
Update configuration documentation
git-archimport-id: dwm@doc.ic.ac.uk--2005/condorstats--main--0--patch-8
David McBride [Mon, 4 Jul 2005 15:37:09 +0000]
Factor out configuration details to configuration file
git-archimport-id: dwm@doc.ic.ac.uk--2005/condorstats--main--0--patch-7
David McBride [Mon, 20 Jun 2005 23:07:47 +0000]
Add README and INSTALL documentation.
git-archimport-id: dwm@doc.ic.ac.uk--2005/condorstats--main--0--patch-6
David McBride [Mon, 20 Jun 2005 21:56:09 +0000]
Internal refactoring
* display.cgi
- Don't use IFRAMEs to display graphs.
- Remove host-os from the list of graphs.
* initialize.pl
- Remove arch and os fields from RRD.
( will now use seperate stats fields for these -- we're not
dealing with a fixed number of arch's and os's.)
* render-graph.pl
- Update field name from 'state' to 'hoststate'.
- Remove OS and ARCH fields.
- Generate interlaces graphs ('-i').
- Beginning of SVG generation support.
* update.pl
- Remove Arch/OS RRD field references. Beginnings of support
for CondorView-style lists of users and arch/os's, including
breakdown of utilization stats.
- Implement RRD file locking; large historical updates can
easily last several minutes.
- Beginnings of information collection on user host/os state.
git-archimport-id: dwm@doc.ic.ac.uk--2005/condorstats--main--0--patch-5
David McBride [Tue, 14 Jun 2005 21:12:57 +0000]
Update CondorStats to use condor_stats historical data rather than polling manually.
* Rewrite update.pl to lookup historical data via condor_stats instead of
running condor_status and condor_q to lookup the current status.
- Note: doesn't currently lookup all of the data it used to; Host OS
data, for example, is not currently reviewed.
* Factor out several hard-coded constants to variables in initialize.pl
* Update initialize.pl to set the start time of the RRD to a long time ago to
allow historical updates to succeed.
git-archimport-id: dwm@doc.ic.ac.uk--2005/condorstats--main--0--patch-4
David McBride [Mon, 4 Apr 2005 12:54:27 +0000]
Update host view to display "Other" host state.
The generated host state graphs did not include hosts in the "Other" state,
which includes machines that are matched for execution but not yet allocated.
This tended to result in apparent dips in the number of available machines when
large numbers of jobs were scheduled.
Fixed.
git-archimport-id: dwm@doc.ic.ac.uk--2005/condorstats--main--0--patch-3
David McBride [Wed, 2 Mar 2005 16:04:59 +0000]
Addition of CGI display script.
git-archimport-id: dwm@doc.ic.ac.uk--2005/condorstats--main--0--patch-2
David McBride [Tue, 1 Mar 2005 12:05:26 +0000]
Update update.pl to add 'Matched' and 'Preempting' nodes as 'Condor'
* Update.pl was putting 'Matched' and 'Preempting' nodes as nodes in the 'Other'
state. Put them in the 'Condor' state so that the graphs work.
(We should probably add 'Other' as a graphed entry at some point.)
git-archimport-id: dwm@doc.ic.ac.uk--2005/condorstats--main--0--patch-1
David McBride [Mon, 28 Feb 2005 18:29:36 +0000]
Initial import of CondorStats.
Initial import of CondorStats. Consists of three files:
- initialize.pl, initializes an RRD database for monitoring.
- update.pl, updates an RRD database with the current pool state.
- render-graph.pl, renders a set of PNG graphs showing historical state.
git-archimport-id: dwm@doc.ic.ac.uk--2005/condorstats--main--0--base-0