up vote 1 down vote favorite
share [g+] share [fb]

Can I use PHP to calculate the energy used on a server I don't have immediate access to?

link|improve this question
1  
I doubt it without third party software. – alex Jul 14 '09 at 2:24
feedback

2 Answers

If you have a USB Uninteruptible Power System, you may be able to query it from time to time to find the actual load on the UPS (in Volt-Amperes or Watts) Do this over time, e.g. take an average over an hour at 5 minute intervals, and you can get a measure that you can convert to kWh.

How from within PHP? You'll either need to develop an external call to the UPS daemon or something else, and then scrape the information from that.

link|improve this answer
feedback

You'll need an external sensor there.

So probably not.

Look at the tweet-a-watt if you can get a kill-a-watt unit.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown