ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
316 stars 170 forks source link

No need to fold since gmetad returns upper-case #247

Closed cddude229 closed 10 years ago

cddude229 commented 10 years ago

http://php.net/manual/en/function.xml-parser-set-option.php http://php.net/manual/en/xml.case-folding.php

Gmetad returns everything as upper-case. We shouldn't waste CPU inspecting this.

We also can skip white space.