共有 0 个贴子
没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > collectd |
collectd
|
30 | 0 | 5580 |
贡献者 | 讨论 | 代码提交 |
collectd is a small daemon which collects system information periodically and writes the results to an RRD-file.
What does collectd do?
collectd collects information about the system it is running on and writes this information into special database files. These database files can then be used to generate graphs of the collected data. collectd itself does not generate graphs, it only collects the data. You should use software like drraw to generate pretty pictures from these RRD-files. Nonetheless, sample scripts are included to get you started on own graphing scripts.