Changes between Initial Version and Version 1 of StripChart


Ignore:
Timestamp:
Apr 24, 2007, 8:40:56 PM (17 years ago)
Author:
Nicolas
Comment:

Converted by an automatic script

Legend:

Unmodified
Added
Removed
Modified
  • StripChart

    v1 v1  
     1= Stripcharts =
     2
     3
     4== Goals ==
     5 Stripcharts is a system for recording and displaying time-varying system load and performance information. The basic idea:
     6
     7
     8 * A set of scripts, run periodically using crontab, record performance metrics (CPU load, network connection rates, queue lengths, etc.) as time-stamped entries in log files.
     9 * A web interface lets you generate graphs of combinations of these quantities, over whatever time scale you want.
     10
     11 Looking at these graphs can be a major help in tracking down problems in complex server systems.  Stripcharts is independent of BOINC, but it's especially helpful for diagnosing performance problems in BOINC servers.
     12