HTC One M9 revealed ahead of official launch
HTC’s new flagship Android smartphone, the One M9, has been revealed by a U.S. retailer hours before its expected launch at Mobile World Congress in Barcelona.Best Buy is listing a 32GB version of the handset for use on AT&T’s 4G LTE network in the U.S. for US$650.It says the phone is based on a Qualcomm Snapdragon 810 processor running at 2GHz and Google’s Android 5.0 operating system, popularly known as “Lollipop.” It has a 5-inch screen with 1920-by-1080-pixel resolution, a 20-megapixel front-facing camera and a 4-megapixel rear camera.The phone is one of a number of new handsets being launched at the event, which is the biggest annual get-together for the mobile telecommunications industry.To read this article in full or to leave a comment, please click here
If you’ve spent some time with Kubernetes, or docker in general, you probably start to wonder about performance. Moreover, you’re probably wondering how to gauge performance of he overall host as well as the containers running on it. This is where cAdvisor comes in. CAdvisor is a open source tool for monitoring docker and it’s running containers. The best part about cAdvisor is that it has native docker support and is super easy to integrate into an existing Kubernetes cluster. Additionally, cAdvisor runs in a container (starting to see why docker is awesome?) so the configuration changes required on the host are super minimal. AKA – You just need to tell the host to run the container.
