IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 43 and Version 44 of Czartool


Ignore:
Timestamp:
Nov 26, 2010, 12:36:13 PM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Czartool

    v43 v44  
    8080There is a script called {{{czarmetrics}}} that can create HTML pages for one day, a range of days, or cumulatively for a range of dates (eg a lunation).
    8181
     82== roboczar ==
     83
     84{{{roboczar}}} is a process that runs in the background monitoring the czartool database. If it notices that a certain stage of processing has stuck, or that an important {{{pantasks_server}}} has stopped or crashed, it sends a warning email to the {{{ps-ipp-ops}}} mailing list.
     85
    8286= Developer Notes =
    8387
    8488Czartool is written in Object Perl using a MySQL database. The code currently lives in {{{trunk/tools}}}. Classes are in {{{czartool}}} folder, and scripts (like {{{czarplot}}}).
    8589
    86 === Database maintenance ===
     90== czarpoll ==
     91
     92== roboczar ==
     93
     94== Database maintenance ==
    8795
    8896To curb the growth of the database, each night at midnight, {{{czarpoll}}} goes back to the previous day and trims the contents of all tables. For the current day, 'readings' are taken by {{{czarpoll}}} every few minutes. After trimming, there exists one reading per 30 minutes in all tables (this is configurable, and may need to be reduced to hourly at some point).