📄 readme.txt
字号:
README !!!This is a Docsis cable modem diagnostic tool, it can get information from Docsis 1.0 , 1.1 and maybe 2.0 cable modems. It gathers information from the cable modem via SNMP and displays various cable parameters in real time. This small tool is writen in C++, it runs on Linux and FreeBSD maybe it will run on other Unix-like systems but I didn't have the chance to tested. I hope you will find it usefull so enjoy ;) .Requirements:To successfully install and run this tool you will need these two libraries, Ncurses and Net-SNMP installed on your system. Those two libraries have packages for most every Linux distro so don't worry. Installation:Just uncompress the archive cmdiag-0.2.tar.gz:Step 1. tar xzf cmdiag-0.2.tar.gzStep 2. cd cmdiag/Step 3. make cleanStep 4. make Step 5. make install : This will install the cmdiag binary on /usr/sbin/cmdiagNote: for FreeBSD you should use gmake instead of make for example (gmake install) for contacts tickbg@yahoo.com What's new in version 0.2 .Now there is support for monitoring the FEC (Forward Error Correction) counters. You are able to monitor three new parameters in real time :codewords without error, codewords with correctable errors and codewords with uncorrectable errors. The OID's for these are committed by a guy named Matt, thank you very much dude.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -