quarta-feira, 9 de junho de 2010

Utilities Linux to I/O

# disk usage in MB/GB
df -h

#show partitions File System
fdisk
Example: fdisk -l

#performance I/O
hdparm
Example:
hdparm -t /dev/hda

#redefine priority I/O by same process
ionice
Example:
ionice -c3 tar -czvf teste.tar.gz /tmp

Nenhum comentário:

Postar um comentário