SitePoint Sponsor |
|
User Tag List
Results 1 to 8 of 8
Thread: system information
-
Jul 30, 2002, 07:03 #1
- Join Date
- Aug 2001
- Location
- London
- Posts
- 2,475
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
system information
I wanted to use this script that i found on hotscripts.com, but i dopnt have time to recreate it for windows 2000.
so has anyone made/seen something like this
http://phpsysinfo.sourceforge.net/phpsysinfo/index.php
that i could use.
-
Jul 30, 2002, 07:18 #2
- Join Date
- Oct 2001
- Posts
- 19
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Never seen anything like it, but it should not be the most difficult thing in the world to create a Win32 port of it...
Whatever happened to BeOS?
-
Jul 30, 2002, 07:33 #3
- Join Date
- Aug 2001
- Location
- London
- Posts
- 2,475
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
i did find one although not anywhere near as good and didn't work properly, but I would like to see if anyone has found any better.
As this worked by using exec on a java application called Memory.exe, but i dont really want to goto all that trouble to find out a few stats because i really dont have time as it is to finish this project.
-
Jul 30, 2002, 16:30 #4
- Join Date
- Aug 2001
- Location
- London
- Posts
- 2,475
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
well, i started programming this myself but couldn't figure out how to get the no. of cpu's a server has? Any idea's?
-
Jul 30, 2002, 16:44 #5
$_ENV["NUMBER_OF_PROCESSORS"]
SeanHarry Potter
-- You lived inside my world so softly
-- Protected only by the kindness of your nature
-
Jul 30, 2002, 16:54 #6
- Join Date
- Aug 2001
- Location
- London
- Posts
- 2,475
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
lol that was stupid of me. Thanks anyway sean.
-
Jul 30, 2002, 17:38 #7
- Join Date
- Aug 2001
- Location
- London
- Posts
- 2,475
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Another quick question, just aint got my head screwed on right now. But how can i determine the processor speed and if there more than one echo each processor speed?
-
Jul 31, 2002, 12:26 #8
I don't think you can, unless you find some funky PHP somewhere. The only processor vars are:
$_ENV["NUMBER_OF_PROCESSORS"]
$_ENV["PROCESSOR_ARCHITECTURE"]
$_ENV["PROCESSOR_IDENTIFIER"]
$_ENV["PROCESSOR_LEVEL"]
$_ENV["PROCESSOR_REVISION"]
SeanHarry Potter
-- You lived inside my world so softly
-- Protected only by the kindness of your nature
Bookmarks