How to see IOWAIT in Linux
Hello , You can use sar command. in Ubuntu you can install it with sudo apt-get install systat and enable data collecting sed -i …
Hello , You can use sar command. in Ubuntu you can install it with sudo apt-get install systat and enable data collecting sed -i …
* Example use of dd command to create an ISO disk image from a CD-ROM: dd if=/dev/cdrom of=/home/sam/myCD.iso bs=2048 conv=sync …