473,385 Members | 1,192 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

equivalent to php_info()

Hi again,

is there an equivalent system plot like php_info() in asp?

thanks,

tom

Jul 19 '05 #1
5 3094
Not the same set, but other than going through WMI or APIs, this is the
basic set of info you can retrieve from ASP.
for each x in request.servervariables
response.write x & "<br>" & _
request.servervariables(x) & "<p>"
next

"Thomas Henz" <th***@t-online.de> wrote in message
news:bi*************@news.t-online.com...
Hi again,

is there an equivalent system plot like php_info() in asp?

thanks,

tom

Jul 19 '05 #2
You can also check out www.perfhound.com - a free component that allows you
to view performance and configuration information for your server, from a
simple web interface.


"Thomas Henz" <th***@t-online.de> wrote in message
news:bi*************@news.t-online.com...
Hi again,

is there an equivalent system plot like php_info() in asp?

thanks,

tom

Jul 19 '05 #3
In article <u9**************@TK2MSFTNGP09.phx.gbl>,
aa***@TRASHaspfaq.com says...
You can also check out www.perfhound.com - a free component that allows you
to view performance and configuration information for your server, from a
simple web interface.


Aaron,

I checked out the perfhound website and it claims that perfhound won't
run on Win XP Pro/IIS 5.1. Do you (or anyone) know how bad it gets if
one tries? Does it refuse to run at all? Crater the system? Miss bits
of functionality around the edges?

I could live with the latter.

-- Rick

Jul 19 '05 #4
> Well I tried to install perhound but it says somthing about missing
permissions although I step by step did what the install.asp said.


Well, there are a ton of people using Perfhound out there successfully, so
all I can suggest is to go through the steps again.
Jul 19 '05 #5
In article <ur**************@tk2msftngp13.phx.gbl>,
aa***@TRASHaspfaq.com says...
The reason is that much of the functionality isn't supported in a
workstation OS. It's meant for server diagnostics, and if you're using XP
Pro as a server...


Sure I am, for development. But I'm not so much interested in the
performance statistics as I am in the other system information it
provides.

-- Rick

Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
by: John | last post by:
Is there an equivalent of COM on Linux that I can get through Python. My need is to have some sort of language independent component framework. I can think of CORBA but I have to have a server...
2
by: Michael Foord | last post by:
Please pardon my ignorance on this one - but I'm not certain how the sign bt is treated in python bitwise operators. I've trying to convert a javascript DES encryption routine into python. ...
3
by: Robert Dodier | last post by:
Hello, Here's a thought that I'm sure has already occurred to someone else, I just can't find any record of it yet. An XML document is just a more verbose and clumsy representation of an...
1
by: Vannela | last post by:
Is there any equivalent control in .NET for the Power builder DataWindow control? I am explaining the Datawindow architecture to some extent. Power Builder DataWindow Control has got different...
6
by: Frank Rachel | last post by:
So I can focus on the correct areas of research, I was wondering if someone could give me the .NET equivelents for this J2EE architecture: JSP's make calls to local JavaBean Controls. The...
7
by: Tim Conner | last post by:
Hi, I am an ex-delphi programmer, and I having a real hard time with the following simple code (example ): Which is the equivalent to the following code ? var chars : PChar; sBack, s :...
10
by: karch | last post by:
How would this C# contruct be represented in C++/CLI? Or is it even possible? PolicyLevel level = (enumerator->Current) as PolicyLevel; Thanks, Karch
9
by: Alan Silver | last post by:
Hello, I'm converting some old VB6 code to use with ASP.NET and have come unstuck with the Asc() function. This was used in the old VB6 code to convert a character to its ASCII numeric...
14
by: grid | last post by:
Hi, I have a certain situation where a particular piece of code works on a particular compiler but fails on another proprietary compiler.It seems to have been fixed but I just want to confirm if...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.