![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hi,
i am a student and i would like to learn how to write a network monitoring program(passively).plz suggest me the algorithm with code,so that i could understand it easily. bye
__________________
k govindha raju |
| Forum Sponsor | ||
|
|
|
||||
|
This could be one of the Basic starts of learning how to write Network Monitoring program..
http://ciac.llnl.gov/ciac/ToolsUnixNetMon.html http://www.slac.stanford.edu/xorg/nmtf/nmtf-tools.html Suggestion. * Angel is a simple yet useful tool to monitor the services on your network. Technically speaking, it's a Perl program that runs every 'n' minutes (usually fired from your cron) and calls different perl subprograms (referred as "plugins" ) to do the actual testing. It will then generate an HTML table containing the status of your network. |