Skip to content

File System Fragmentation calculation CLI utility for Linux (using filefrag command)

License

Notifications You must be signed in to change notification settings

slytomcat/frag_info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

frag_info

File System Fragmentation calculation CLI utility for Linux (using filefrag command)

Usage: /path_to/frag_info.py [path_to_directory_to_scan]

Output (example):

Fragmentation within /home/user/Video

Totally: 124 files (124 not empty) stored within 28844 fragments Totally 28720 fragments in 124 fragmented files Fragmentation factor by files {fragmented/total in %}: 100.00% Fragmentation factor by fragments {(fragments - files)/ files}: 231.613

Fragments per files:
2 fragments: 13.71%
3-10 fragments: 15.32%
11-100 fragments: 45.16%
> 100 fragments: 25.81%

See detailed log in /tmp/frag.log

About

File System Fragmentation calculation CLI utility for Linux (using filefrag command)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages