Performance and Capacity
glances – new way to look at contention
2018/06/04
glances is like top/htop but little different. It shows you sort based on contention (smartly and automatically) unless you change that and hence if you just want to check what is biggest bottleneck …
power saving on laptop
2016/09/22
One of the easiest way to make sure that you can have a decent battery life is sudo yum install tlp smartmontools sudo systemctl enable tlp sudo systemctl start tlp And after this you can check the …
Benchmarking the system/CPU performance
2012/01/15
Have you ever wanted to have a quick check on your CPU performance. I know that lot of people will say that this is not the right way to do this, but here is something that you can use to check the …