Changes between Version 1 and Version 2 of StripChart
- Timestamp:
- Apr 24, 2007, 8:41:11 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
StripChart
v1 v2 1 1 = Stripcharts = 2 2 3 4 3 == Goals == 5 Stripcharts is a system for recording and displaying time-varying system load and performance information. The basic idea: 6 4 Stripcharts is a system for recording and displaying time-varying system load and performance information. The basic idea: 7 5 8 6 * 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 7 * A web interface lets you generate graphs of combinations of these quantities, over whatever time scale you want. 10 8 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 9 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.