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 |
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |
More ASP Code Articles More By Chris K developerWorks - FREE Tools! | Learn field-tested SOA principles, methodology, technology and implementation from the global SOA market leader - in a new e-book by an IBM SOA expert. Written by IBM Certified SOA Solution Designer Bobby Woolf, "Exploring IBM SOA Technology & Practice" is the ultimate insider's guide to SOA - a PDF e-book packed cover to cover with IBM's specific advice on how to make your SOA implementation a success. FREE! Go There Now!
| | | | Poor Requirements Management capabilities in an Enterprise have been linked to excessive project failures, escalating IT costs, and failure to deliver competitive advantage into the marketplace. Join Brianna M Smith from IBM Rational and learn about how successful organizations align IT and Business stakeholders through collaborative processes and tools for effective requirements management, and how an integrated approach across the IT lifecycle can provide unparalleled visibility and traceability to ensure that project teams are delivering on the business vision by "doing the right things" and "doing things right." FREE! Go There Now!
| | | | WebSphere Process Server delivers a unique integration framework that simplifies existing IT resources. Often, as IT assets grow to support business demand, so too does their complexity and manageability. In this webcast, we’ll discuss how WebSphere Process Server helps deliver an SOA infrastructure that provides a common model to orchestrate, mediate, connect, map, and execute the underlying IT functions. Discover how WebSphere Process Server simplifies integration of business processes by leveraging existing IT assets as reusable services without the complexities of traditional integration methodologies. FREE! Go There Now!
| | | | Visit IBM developerWorks to download a free trial version of Lotus Quickr 8.0, which enables collaboration by transforming the way everyday business content such as documents, rich media, photos, and video can be shared. Lotus Quickr makes it faster and easier to share content of all types (not just documents) within virtual teams. It is designed to make it easier to collaborate across organizational boundaries, while continuing to work within the context of familiar desktop applications. FREE! Go There Now!
| | | | Download a free trial version of IBM Rational Developer for System i V7.1, which provides a complete development environment for traditional i5/OS application development. IBM Rational Developer for System i is a new eclipse-based workstation offering for i5/OS application development that provides a comprehensive Integrated Development Environment for edit/compile/debug of traditional RPG/COBOL/C/C++ i5/OS applications. FREE! Go There Now!
| | | | IBM Enterprise Modernization solutions help organizations evolve core IT systems towards modern architectures and technologies—reducing the burden of maintenance and freeing up resources to develop new business requirements and capabilities. With the IBM Enterprise Modernization Sandbox for System z you can evaluate IBM Enterprise Modernization solutions focused on five key areas: Assets, Architectures, Skills, Processes and Infrastructures, and Investment. Each solution is based upon real customer experiences and offers a proven path to get you started with your modernization projects. FREE! Go There Now!
| | | | Portfolio Management is about effectively managing portfolio value by aligning portfolio investments with business goals. This complimentary e-kit provides a collection of materials that can help you understand how IBM Rational enables and automates best practices for improved governance and clear visibility into portfolio and project performance across the entire IT project lifecycle. FREE! Go There Now!
| | | | Learn the basics of the IBM Customer Information Control System (CICS). With a hands-on exercise, learn how to get your first CICS application up and running on your desktop using TXSeries V6.1 for Windows. The tutorial shows you how to download and install a free trial version of TXSeries V6.1. FREE! Go There Now!
| | | | Get a free trial download of the latest version of IBM Rational Tester for SOA Quality V7.0.1, a functional and regression testing tool that enables the creation, comprehension, modification and execution of testing GUI-less Web services. FREE! Go There Now!
| | | | User communities play an important role in communication and collaboration around products, solutions and other areas of special interest to members. Successful communities are able to provide the right mix of content and services to deliver a value proposition that resonates with each audience. Join Tom Inman, VP of Marketing for Information and Platform Solutions as he introduces the new LeverageINFORMATION community. During this webcast, learn about the value provided by the community and how customers and partners derive value from the community in addressing their own technical and business challenges. FREE! Go There Now!
| | | | All FREE IBM® developerWorks Tools! | |