Cacti® - The Complete RRDTool-based Graphing Solution
www.cacti.net
Cacti includes a fully distributed and fault tolerant data collection framework, advanced template based automation features for Devices, Graphs and Trees, multiple data acquisition methods, the ability to be extended through Plugins, Role based User, Group and Domain management features in addition to a theming
GitHub - Cacti/cacti: Cacti
github.com
Cacti is an open-source network monitoring and graphing platform built on RRDtool. It provides a scalable framework to collect, store, and visualize time-series data from network devices, servers, and applications.
Cactus - Wikipedia
en.wikipedia.org
This page was last edited on 7 September 2026, at 03:09 (UTC).
GitHub - HewlettPackard/cacti: An integrated cache and memory access ...
github.com
CACTI is an analytical tool that takes a set of cache/memory para- meters as input and calculates its access time, power, cycle time, and area. CACTI was originally developed by Dr. Jouppi and Dr. Wilton in 1993 and since then it has undergone six major revisions. List of features (version 1-7): ===============================
cacti
cacti.sourceforge.net
The frontend is completely PHP driven. able to maintain Graphs, Data Sources, and Round Robin Archives in a database, cacti handles the data There is also SNMP support for those used to creating traffic graphs with MRTG. Get more information at the official Cacti site.
Cacti (tm) 文档 | cacti_documentation
cacti.linqianye.com
View on GitHub Cacti (tm) 文档 Cacti是一个基于RRDTool框架设计的完整的图形化解决方案。 Cacti的目标是对网络中所有的细节,通过创建直观的图形让网络管理员的工作变的更容易。 更多信息、支持和更新请参阅Cacti官方网站。 开发者 Ian Berry (raX) Larry Adams (TheWitness) Tony ...
Cacti® - The Complete RRDTool-based Graphing Solution
docs.cacti.net
Cacti is designed to be a complete graphing solution based on the RRDtool's framework. Its goal is to make a network administrator's job easier by taking care of all the necessary details necessary to create meaningful graphs.
Cacti1.2.14最新版安装和配置(详细版)-CSDN博客
blog.csdn.net
cacti是用php语言实现的一个软件,它的主要功能是用snmp服务获取数据,然后用rrdtool储存和更新数据,当用户需要查看数据的时候用rrdtool生成图表呈现给用户。 因此,snmp和rrdtool是cacti的关键。 Snmp关系着数据的收集,rrdtool关系着数据存储和图表的生成。