|
NAMEe2freefrag - report free space fragmentation informationSYNOPSISe2freefrag [ -c chunk_kb ] [ -h ] filesysDESCRIPTIONe2freefrag is used to report free space fragmentation on ext2/3/4 file systems. filesys is the filesystem device name (e.g. /dev/hdc1, /dev/md0). The e2freefrag program will scan the block bitmap information to check how many free blocks are present as contiguous and aligned free space. The percentage of contiguous free blocks of size and of alignment chunk_kb is reported. It also displays the minimum/maximum/average free chunk size in the filesystem, along with a histogram of all free chunks. This information can be used to gauge the level of free space fragmentation in the filesystem.OPTIONS
EXAMPLE# e2freefrag /dev/vgroot/lvhomeDevice: /dev/vgroot/lvhome Blocksize: 4096 bytes Total blocks: 1504085 Free blocks: 292995 (19.5%) Min. free extent: 4 KB
HISTOGRAM OF FREE EXTENT SIZES:
AUTHORThis version of e2freefrag was written by Rupesh Thakare, and modified by Andreas Dilger <adilger@sun.com>, and Kalpak Shah.SEE ALSOdebugfs(8), dumpe2fs(8), e2fsck(8)
Visit the GSP FreeBSD Man Page Interface. |