System Monitoring Tool

I need a tool open source prefered that I can use to monitor system processes, disk usages etc. ASP or PHP is fine. Something like performance monitor that comes with WinNt.

View Replies


ADVERTISEMENT

Monitoring Usage

I have just figured out how to use the global.asa file to track sessions on my site. However it relies on users logging off correctly. Is there no way that I can know that the user has closed the browser WITHOUT logging off my site? I am finding users registered as being logged in when they may not be
Could anyone show me some code that I could put in Session_OnEnd that would clean up my database table of active users? Say if a user has been in-active for 60 minutes, clean him out. I have tried to do this but it hasn't worked. I cannot seem to connect to my access db from the global.asa file!

View Replies View Related

Measuring/monitoring XMLHTTP Activity

I have a classic ASP application connecting to our software house to send & receive data. I'm trying to agree a service level with the company for the round trip time. This is difficult because I don't control the length of time the data takes to process at their end

They reckon their processing takes 3-4 seconds but the round trip from my end takes 7-9 seconds. What I would like to determine is exactly how long it takes to connect at my end, send/receive the data and return the response

Does anybody have any experience they can share in measuring and monitoring this sort of activity?

View Replies View Related

Real Time Site Monitoring

A client of us asked to write a script to View live visitors as they browse her website and to get the information such as, what page they are viewing, what browser type they are using, IP address/host name, visitor time on site and screen resolution.

Is this possible in ASP scripting without a server side or client side application? How to get the realtime stats of a visitor?

View Replies View Related

Adding E-mail System (for Web Based Tracking System)

I am currently developing a final year project which is a web based
tracking system tracking exam questions. I am using IIS as the
server, MS access for the database, and ASP with VBScript for the
scripting side of things.

One of the things I want to do would be to e-mail a user/moderator
whenever a exam question is edited/completed/updated. does anyone have
any previous expierence in this? i don't even know where to start.

View Replies View Related

What Is The Asp Code Variable For System Date And System Time?

What is the asp code variable for System Date and System Time? Are they built-in system variables, or is there some code involved to return the values?

View Replies View Related

Testing Tool

May I have the list of good ASP testing tools available on the market?

View Replies View Related

Debugging Tool

Is there any tool for debugging ASP scripts? I wanted to do some tracing and check whether the execution of my statements and queries are in the correct order or not.

View Replies View Related

PDF Tool For Free?

Does somebody knows an asp PDF creator Objects free or cheap?

View Replies View Related

Tool For Asp Report?

I want to use reports in ASP.Can anybody suggest me on any available tool.

View Replies View Related

Value From Commanline-tool

i have a little commandlinetool, that returns a value (number) via stdio -how can i display this value on an asp-page?currently i use this "workaround": run the tool every 5mins (using thescheduler) and redirecting the output to a txt-file (tool.exe > temp.txt)
and then i use the filesystem-object to read the value and display it on the
webpage...

....but this is:

a) not realtime
b) certainly not the best solution
so what's the propper way to do that?

View Replies View Related

IIS 6.0 Migration Tool And Asp

After running this tool, IIS serves up .asp pages completely empty. It can serve up the migrated asp.net tools, but not the .asp pages.

View Replies View Related

Testing Tool

May I have the list of good ASP testing tools available on the market?

View Replies View Related

Html Tool Tip In IE

I am using IE7 Beta 2 for html tooltips for combo box and found working thru this code:

<option title="Capital Assets" value="09200000" selected>CA </option>

When other users using IE6 SP1 view this page, it doesn't work.

View Replies View Related

Upload Tool

I've been looking for an upload tool for a long time now. I have little ASP programming experience, so I'd like to edit it as little as possible. Most tools I found had way too many options or not nearly enough. Here is exactly what I need:multiple file upload capability drop-down menu to choose which directory to put the files in no database support needed.

View Replies View Related

Search Tool

I have a website that is on a windows hosting. It's straight HTML site. I need a way to have a search on the site that can search HTML text. How can I do this in ASP? How do I index my site? Is indexing necessary?

View Replies View Related

Search Tool

What do you think the best design is for a search tool? Query Strings are commonly used. They are bookmarkable, yet unattractive.Form Submission to self keeps a clean address bar, but search results are not bookmarkable. My teammember likes the idea of using the FileSystemObject to generate a file EVERY TIME someone submits a search.

The file would contain a specific database query. It's bookmarkable and clean looking, but it generates a crapload of files.So far we have avoided the use of query strings in the web site. I think they would be acceptable for the search tool though.
My teammember is steadfast about avoiding query strings however, and wants to use the last option. If there are any programmeres out there experienced with mid-size asp applications involving a similar search tool.

View Replies View Related

Lockdown Tool

I am trying access a virtual directory I set-up through IIS and my web pages are built on asp. I also ran the IIS Lockdown tool on the server, and I have never been able to
view the website. I know this is vague, but I am wondering if there are certain features turned on within the IIS lockdown that prevents you from viewing asp?

View Replies View Related

Which Reporting Tool Goes Well Is ASP

I am building a ASP financial reporting application. Here the user inputs
quarterly financial information. The data obtained is being used for
uploading a separate in-house application. The end-user should be in a
postion to run reports on their own based on the quarterly information they
furnish via the web applciation.

My question here is what is the best way to devleop reports in the asp
applications so that users can view their own report online? Somebody
suggested pure html reports. However, I believe there should be better ones
which would be web based.

View Replies View Related

Notification Tool

I am looking to build a desktop based notification tool which can be placed at tray bar. Well I have an asp script which checks my emails now I want to build a notification tool so that whenever I receive any new email the notification tool pop up a message at tray bar and show me that New email received.

View Replies View Related

Website Mapping Tool

I am thinking of mapping out a website. The website is very large and the reason I am doing this is to find out which files are redundant and how I can go about tidying up and simplifying the code.

Can anyone recommend any good mapping tools? I am working for a company which gets all the Microsoft development tools. If anyone can recommend a Microsoft tool that would be better as I would already have access to it.

View Replies View Related

Page Watch Tool

Does anyone have any ideas on a PAGE WATCH tool or an application that
allows a user to be notified when page changes automatically by email.

My immediate thoughts would be to use the FSO object to go in and check
files by date and then generate a CDO script.

Another possibility would be to limit the tool to database portions of the
site where I can track changes.

But, both approaches are complicated by the need to automatically notify the
user when a change is made. A scheduling function...

View Replies View Related

Hover Pop Up - Tool Tips

I am trying to create a hover pop up on a mouseover on a hyperlink. What I want to do is allow the user to hover over the hyperlink to see a description of the item. This hover pop up will pull the information from a field in the database that is associated with the hyperlink.

An excellent example of what I'm talking about is in this very forum. When a user mouses over a topic, a hover pop up box comes up with the description of the topic. Does anyone know how this is done, or of a tutorial, or what key words I could look up in google?

View Replies View Related

Website Admin Tool

Can I use the Website Administration tool to manage users and roles for
multiple ASP.NET applications using a single, common ASPNETDB?
If so, what changes do I have to make to the web.config files for these
various applications to allow authentication from that single ASPNETDB.
I'd also like to be able to maintain the users/roles and application access
from the web server rather than from my development computer. Right now it
seems like I have to make changes to user/roles in each web app and then
transfer the database and code over to the server, just to add a new user.
And each app seems to have it's own ASPNETDB which defeats the goal of a
single point of administration for the server.

View Replies View Related

Developement Tool And Tutorial

I wanted to find out any web site where i can get devlopement tool free on the internet whereby I can program in ASP- other than crimson editor or front page- and which is free and easy to use.Also any good tutorials sites out there for beignners in ASP other than w3schools and on google.

View Replies View Related

Best IDE/tool To Code And Debug

what is the best IDE/tool to code and debug asp and asp.net scrips?

View Replies View Related

File Upload Tool

I've been using SA-Fileup for a while on one server and need to buy some similar ASP file upload software for another server. I've haven't been thrilled with some of FileUp's features and it's pricing is pretty severe.

I'm also aware of Persits' ASPUpload, which is running around $150 for a single license these days. That's an option. But I'm curious to hear of any alternate tools you guys use that are maybe under the radar a little right now but offer great features for lower prices.

View Replies View Related

Asp Web Site Test Tool

I have a company web site which has asp pages and html pages. We have build
a new site and I am doing QA for that. How can I test that web site to check
if all the links work fine. there are so many links and I can not click each
and every one. Is there good automation tool.

View Replies View Related

What's The Tool To Use To Deploy Web-based Apps?

What's a great tool to use to deploy n-tier web-based apps? I'm thinking in
terms of an installer that produces a package that a client can run that
will set up one or more IIS sites, copy files to an NTFS partition and set
permissions, create an application and install COM objects in Component
Services, attach (or script the creation and population of) a SQL Server
2000 database, etc.

I'm currently using ASP, IIS 5.0, SQL Server 2000 and VS 6.0 but am about to
take the plunge into .NET for new development. What are the tools that I
should be looking at?

View Replies View Related

Asp Code Editor/development Tool

Just wanted to know if theres any free code editors/development tools on the net which are free to use and good. please provide links if any.

Ive tried crimson editor and MS front page-to do some coding in asp- but it always generates errors on my pc when using em. is there any other 1nes out there for coding in asp/ html/ vb script etc???

View Replies View Related

SQL Injection Tool. Adword71 And Direct84

One of my server has been compromised from this virus, and I can't seem to
block it out! I have shut down the infected server, but I need to figure
out how to check for this, and stop it.

The site is running iis5 on Windows2000, the backend DB is SQLServer 2000

Can anyone point me to some good resources for this? Code:

View Replies View Related

Proxy Configuration Tool - Proxycfg.exe

I wasnt really sure where to put this thread so I have put it in both ASP and DNS forums - i hope this is ok. My problem feels incredibly complicated so Im hoping that someone on one of the forums might know a few things .

Im interested in getting remote data off of a URL using ASP. There is an article about it at the URL below: Code:

View Replies View Related

Database Administration Tool Like Phpmyadmin

I have an Access Db. I need to manage this by a script. If you know phpmyadmin it is great for doing this. But it is for php and mysql. Is there any free script(s) for this?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved