vote up 1 vote down star

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

flag
1  
I doubt it without third party software. – alex Jul 14 at 2:24

2 Answers

vote up 1 vote down

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|flag
vote up 3 vote down

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|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.