Advertisement
StenaviN

Untitled

Mar 4th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. NAME
  2. ddfs-freemap - scan DDFS free map file and display found st
  3. atistics
  4.  
  5. SYNOPSIS
  6. ddfs-freemap [OPTIONS] FREEMAP
  7.  
  8. DESCRIPTION
  9. -r, --range=RANGE
  10. specifies ranges of sequential free blocks to group
  11. output result.
  12.  
  13. -h, --help
  14. display this help and exit
  15.  
  16. RANGE is a monotonically increasing, space-separated sequen
  17. ce of numbers: RANGE='R1 R2 ... R(n-1) Rn'. Available free blocks
  18. statistic will be displayed in a table with n+1 rows and grand tota
  19. l. Each row contains statistic of sequential free blocks withing a
  20. specified ranges: [1; R1], [R1+1; R2], ..., [R(n-1)+1; Rn],[R(n+1)
  21. ; INF].
  22.  
  23. For example: RANGE='1 2 3 10 50 1000'.
  24. Ranges: 1, 2, 3, [4; 10], [11; 50], [51; 1000], [1001; INF].
  25.  
  26. Statistic table contains the following columns:
  27.  
  28. #seq free blocks
  29. range of sequential free blocks
  30. min
  31. minimal number of sequential free blocks within a r
  32. ange
  33. max
  34. maximum number of sequential free blocks within a r
  35. ange
  36. avg
  37. average number of sequential free blocks within a r
  38. ange
  39. avg
  40. average number of sequential free blocks within a r
  41. ange
  42. std
  43. standard deviation of a number of sequential free b
  44. locks within a range
  45. #frag
  46. total number of distinct fragments containing speci
  47. fied number of sequential free blocks
  48. #blocks
  49. total number of free blocks within a range
  50. pct
  51. percent of total free blocks (by size)
  52. size
  53. total size of free blocks within a range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement