資源簡介
網絡監控簡易本地安裝版本是一個獨立的.NET開發的服務程序,安裝在您的服務器或者電腦上,能實時監控網絡,出故障自動發郵件報警。
1、網絡監控簡易版源碼使用Microsoft Visual Studio 2008開發
2、無需要數據庫,使用XML保留配置文件。
3、程序使用多線程同時監控:把監控對象生成隊列,多線程逐一讀取隊列,用命令模式調用執行。
4、全面向對象開發。
功能特點
1、完全獨立安裝,獨立使用,支持Windwos XP、Windows 2003、Windwos 7等Windows系統。
2、能實時監控Ping服務、TCP服務、網頁是否正常。
3、使用多線程多任務,監控服務出現故障,能在1分鐘內發出告警。
4、消耗CPU非常低,程序非常穩定,任何配置的電腦都可以運行。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.ServiceProcess;
using?System.Text;
namespace?HostMonitorServer
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????static?void?Main()
????????{
????????????Servicebase[]?ServicesToRun;
????????????ServicesToRun?=?new?Servicebase[]?
{?
new?Service1()?
};
????????????Servicebase.Run(ServicesToRun);
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2009-10-26?18:12??Application\
?????目錄???????????0??2010-11-02?10:27??Application\HostMonitorServer\
?????目錄???????????0??2009-11-09?15:27??Application\HostMonitorServer\bin\
?????目錄???????????0??2010-08-30?14:17??Application\HostMonitorServer\bin\Debug\
?????文件????????6144??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Alert.dll
?????文件???????22016??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Alert.pdb
?????文件????????6144??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Control.dll
?????文件???????13824??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Control.pdb
?????文件????????9728??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Hosts.dll
?????文件???????38400??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Hosts.pdb
?????文件????????7168??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Pings.dll
?????文件???????22016??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Pings.pdb
?????文件????????8704??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Public.dll
?????文件???????26112??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.Public.pdb
?????文件????????9216??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.ServerMonitor.dll
?????文件???????48640??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\com118cy.HostMonitor.ServerMonitor.pdb
?????目錄???????????0??2010-09-07?15:14??Application\HostMonitorServer\bin\Debug\Config\
?????文件?????????746??2010-09-07?14:39??Application\HostMonitorServer\bin\Debug\Config\alert.config
?????文件?????????122??2010-09-07?14:19??Application\HostMonitorServer\bin\Debug\Config\host.config
?????文件?????????315??2010-09-07?13:17??Application\HostMonitorServer\bin\Debug\Config\system.config
?????文件????????1832??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\HostMonitorServer.application
?????文件????????6144??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\HostMonitorServer.exe
?????文件????????1057??2009-10-28?16:02??Application\HostMonitorServer\bin\Debug\HostMonitorServer.exe.config
?????文件????????8226??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\HostMonitorServer.exe.manifest
?????文件????????2158??2009-10-27?17:12??Application\HostMonitorServer\bin\Debug\HostMonitorServer.InstallLog
?????文件????????5012??2009-10-27?17:12??Application\HostMonitorServer\bin\Debug\HostMonitorServer.InstallState
?????文件???????22016??2010-12-31?11:39??Application\HostMonitorServer\bin\Debug\HostMonitorServer.pdb
?????文件????????1832??2010-11-02?10:29??Application\HostMonitorServer\bin\Debug\HostMonitorServer.vshost.application
?????文件???????14328??2010-11-02?10:30??Application\HostMonitorServer\bin\Debug\HostMonitorServer.vshost.exe
?????文件????????1057??2009-10-28?16:02??Application\HostMonitorServer\bin\Debug\HostMonitorServer.vshost.exe.config
?????目錄???????????0??2009-10-30?14:03??Application\HostMonitorServer\bin\Debug\log\
............此處省略250個文件信息
- 上一篇:ASP.NET房產管理系統
- 下一篇:C# SQL圖書館管理系統
評論
共有 條評論