Monitoring GPU and CPU utilisation on Tegra Processor

In Tegra(TK1 and TX1) processor, there is one command command called “tegrastats” which is used to monitor the CPU and GPU utilisation of the android devices like Shield Tablet K1. To use this command, connect the device via ADB shell. Now use the below command to log the details to logcat. $ tegrastats [delay in ms] The above command outputs a line per second to adb logcat with below information. [Read More]