Install monitoring Utilities like "sar" and "iostat" in Debian Based Distros
Today, I was looking for "sar" (Report System and CPU performance) and "iostat" (Report Disk and IO Performance) on Debian Based Distro i.e. lubuntu. But didn't find the command, infact it gives me hint that which package contain this command. root@lubuntu1:~# iostat The program 'iostat' is currently not installed. You can install it by typing: apt-get install sysstat root@lubuntu1:~# Another, option if you want to know about that which package may contain specific command, just make use of "apt-cache". Just run below command to find out the related packages. Here, I am looking for "iostat". root@lubuntu1:~# apt-cache search iostat sysstat - system performance tools for Linux dstat - versatile resource statistics tool ganglia-modules-linux - Ganglia extra modules for Linux (IO, filesystems, multicpu) ifstat - InterFace STATistics Monitoring nicstat - print network traffic statistics pcp-import-iostat2pcp - Tool for import...