Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
/ spacegrind Public archive

Disk usage analyzer which produces output in Cachegrind format

License

Notifications You must be signed in to change notification settings

Snawoot/spacegrind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spacegrind

Disk usage analyzer which produces output in Cachegrind format. Program scans directory and collects information about file sizes and its count. Produced output is suitable for kcachegrind and qcachegrind analyzers, which can visualize file count and space breakdown for you.

This tool can be useful when:

  • you don`t want to rerun directory scan every time when you want to see allocated space breakdown
  • you want to share scan results with others
  • you have big file hierachy tree but storage server has insufficient amount of RAM to aggregate disk usage breakdown

Usage

Scan directory /data and save profiling output to file cachegrind.out.spacegrind:

./spacegrind /data > cachegrind.out.spacegrind

Do the same thing and compress output on the fly:

./spacegrind /data | gzip -c > cachegrind.out.spacegrind.gz

Compatibility

Program output is known to be compatible with kcachegrind and qcachegrind.

Screenshots

kcachegrind Full size

About

Disk usage analyzer which produces output in Cachegrind format

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages