Monitoring of bandwidth on Unix and NT machines ASP application by Chris Knipe

Contributed by
Rating: 5 stars5 stars5 stars5 stars5 stars / 9
January 01, 2003
Rate this Article:
MEH MEH++


SEARCH ASP FREE
TOOLS YOU CAN USE

advertisement

Monitoring of bandwidth on Unix and NT machines ASP application by Chris Knipe

I'd just like to thank you for your support in regards to the database problems I've been having...  It seems it was indeed the drivers, and the latest drivers that I have now, is the ones from MS Office 2000, they seem pretty stable and working.. I'm yet to lock the process up again...

 
Just to show my appreciation, I've decided to send you some samples of my work.  You can perhaps include this as examples on aspfree.com if you feel they qualify for that use.
 
This is a example ASP site coded by me to use with MRTG for the monitoring of bandwidth on Unix and NT machines.  It uses a database which holds settings to which graphs (Daily, Weekly, Monthly, & Yearly) to show to a user after he or she successfully logged into the monitoring system. 
 
Bandwidth is monitored per interface, which means that you will be able to monitor diginet leased lines, analogue leased lines, ethernet cards, and so forth.  I've just decided to send it to you, so that you can have some examples of the bit of programming that I know.  I don't have access to hosting solutions on-line at the moment (At least not NT servers, and definitely not servers which provide database services.
 
The code is also well commented and should not be difficult to figure out for someone who knows a bit of VB Programming.  There are also still some minor modifications missing from the site that needs to be implemented, but those are not important.  They include additional formatting of some information retrieved from the database, aswell as stuff like limiting the password lengths and so on. 
 
The database which this site requires looks as follows. (Based on SQL 6.5)
/****** Object:  Table dbo.Monitor_Authenticate    Script Date: 00/06/16 05:11:17 ******/
CREATE TABLE dbo.Monitor_Authenticate (
 ID int IDENTITY (1, 1) NOT NULL ,
 LineNumber numeric(18, 0) NOT NULL ,
 LinePassword varchar (8) NOT NULL ,
 LineSpeed numeric(18, 0) NOT NULL ,
 EMail_Address varchar (50) NOT NULL ,
 Graph_Day bit NOT NULL ,
 Graph_Week bit NOT NULL ,
 Graph_Month bit NOT NULL ,
 Graph_Year bit NOT NULL ,
 Graph_EMail bit NOT NULL ,
 LastVisit datetime NULL ,
 Comment varchar (255) NULL
)
GO
blog comments powered by Disqus
ASP CODE ARTICLES

- ASP Forms
- ASP: The Beginning
- Getting Remote Files With ASP Continued
- Inbox and Outbox Manipulation in ASP
- Relational DropDownList Using VB.NET
- Ad Tracking URL Hits
- Use ViewState to display one record per page...
- Send Email using ASP.NET formatted in HTML
- ASP File Explorer
- ASP/XML Interview questions by Srivatsan Sri...
- Pressing RETURN won't submit the form
- This shows how you get the TEXT of a combo r...
- Group Data by Adrian Forbes
- Multiple checkbox select sample
- Multiple checkbox select with all values sam...

ASP Web Hosting ASP.Net Web Hosting Windows Web Hosting
 
 
 

ASP Free Forums 
 RSS  Tutorials RSS
 RSS  Forums RSS
 RSS  All Feeds
Site Map 
Request Media Kit
Write For Us Get Paid 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
Privacy Policy 
Support 


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 1 - Follow our Sitemap
Most Popular Topics
All ASP.Net Tutorials