Hi,
does anyone know how to display system values such as CPU Temperature, Fan Speeds and voltages etc? Im not sure if this is even possible with PHP but it would make my day if someone could post some code or links on how I can do this.
I run both php4 and php5 so no worries about which version its for.
Thanks in advance.
Showing various system values
Moderator: General Moderators
-
AbyssUnderground
- Forum Newbie
- Posts: 3
- Joined: Tue Aug 23, 2005 9:38 am
-
AbyssUnderground
- Forum Newbie
- Posts: 3
- Joined: Tue Aug 23, 2005 9:38 am
- Ambush Commander
- DevNet Master
- Posts: 3698
- Joined: Mon Oct 25, 2004 9:29 pm
- Location: New Jersey, US
If you are running *nix you might want to check the files in /proc ... So you only need to read them (and grab the things that interest you).
In a windows environment you probably would need an extension like moo.dll to get those informations..
http://sourceforge.net/projects/phpsysinfo might inspire you
In a windows environment you probably would need an extension like moo.dll to get those informations..
http://sourceforge.net/projects/phpsysinfo might inspire you