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.
Cacti® - The Complete RRDTool-based Graphing Solution
www.cacti.net
to quickly deploy Cacti versions 1.2.x and the develop version from a simple ISO image. You must have access to the Internet from your physical or virtual machine to complete
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.
2024版最新Cacti安装保姆级教程来了!(非常详细)零基础入门到精通,收藏这一篇就够了-CSDN博客
blog.csdn.net
Cacti 是一款免费的、开源的、基于 Web 的网络监控工具,使用 PHP 编写。它是 RRDtool 的前端应用程序。它使用 SNMP 协议来监控路由器或交换机的带宽利用率和网络流量。它以图形格式显示 CPU 负载和网络带宽利用率,并使用 MySQL 数据库中的数据填充它们。在本教程 ...
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.
Cacti EZ中文版 12.2.27 ISO 下载安装 - 网工格物 - 博客园
www.cnblogs.com
PS:CactiEZ是一个自动化安装cacti和插件的ISO镜像,本教程的ISO是基于官方的IOS针对国内网络做了修改。 可安装目前最新的Cacti 1.2.27版本,基础系统镜像基于Rocky Linux 9.3 构建。
Cacti1.2.14最新版安装和配置(详细版)-CSDN博客
blog.csdn.net
cacti是用php语言实现的一个软件,它的主要功能是用snmp服务获取数据,然后用rrdtool储存和更新数据,当用户需要查看数据的时候用rrdtool生成图表呈现给用户。 因此,snmp和rrdtool是cacti的关键。 Snmp关系着数据的收集,rrdtool关系着数据存储和图表的生成。