Skip to content

Latest commit

 

History

History
312 lines (166 loc) · 12.4 KB

Screenshots.md

File metadata and controls

312 lines (166 loc) · 12.4 KB

QDirStat Screenshots

Qt-based directory statistics: KDirStat without any KDE -- from the original KDirStat author.

(c) 2015-2021 Stefan Hundhammer Stefan.Hundhammer@gmx.de

Target Platforms: Linux, BSD, Unix-like systems

License: GPL V2

QDirStat Main Window

Main Window Screenshot

Different Main Window Layouts

Layout 1 (short) Layout 1 (short): Only the bare minimum of tree columns plus the details panel for the selected item.

Layout 2 (classic) Layout 2 (classic): The classic QDirStat tree columns plus the details panel for the selected item.

Layout 3 (full) Layout 3 (full): All tree columns including file owner, group and permissions in both "rwxrwxrwx" and octal, but no details panel to make room for all the columns.

Details Panel

Details Panel for a File

File selected. Notice the "Package" field: For system files, QDirStat queries the package manager (dpkg / rpm / pacman) which package the file belongs to.

Details Panel for a Directory

Directory selected

Details Panel for a "Files" Pseudo Directory

"Files" pseudo directory selected

Details Panel for Multiple Selected Items

Multi-selection

Open Directory Dialog

Custom Open Directory Dialog Screenshot

Custom "Open Directory" dialog with quick access to the home directory and to mounted filesystems. The "Cross Filesystems" check box here is a temporary override (just for this program run) of the configuration setting of the same name.

Output During Cleanup Actions

Cleanup Action Output Screenshot

Screenshot of output during cleanup actions. Of course this window is purely optional.

Error Reporting

Reporting Directory Read Errors Screenshot

Reporting errors during directory reading. Typically this is because of missing permissions, so it may or may not be important to the user. Those errors are reported in small panels at the bottom of the directory tree widget. The user can leave them open or close them.

Details about Directory Read Errors

Clicking on the "Details..." link opens a separate window that lists all the directories that could not be read. This window is non-modal, i.e. the user can interact with the main window while it is open. A click on any directory in that list locates that directory in the main window, i.e. opens all parent branches and scrolls to ensure that directory is visible.

Mounted Filesystems Window

Custom Open Directory Dialog Screenshot

This window (opened from the menu with View -> Show Mounted Filesystems) shows the currently mounted filesystems. It does not show system mounts like /dev, /proc, /sys, and also no bind mounts, no Btrfs subvolumes and no multiple mounts of the same filesystem.

The "Reserved" column shows the amount of disk space that is reserved for the root user; "Free" is what is available for non-privileged users.

File Type Statistics

File Type Statistics Window Screenshot

Menu View -> File Type Statistics...

Locating Files by Type

Locate Files Window

Results after clicking on the "Locate" button in the "File Type Statistics" window.

Locating Files

Locating files with a specific extension. That branch is automatically opened in the tree view in the main window, and all matching files in that directory are selected.

File Age Statistics

File Age Statistics: Years

This window (opened fom the menu with View -> Show File Age Statistics) shows the modification time (mtime) of files (not directories) in the selected subtree broken down by years; i.e., it shows in what year the files were last modified.

For each year, it shows the number of files that were last modified in that year, the percent of that number relative to all files in that subtree both as a percentage bar and as a number, the total size of those files and the percent of that total size relative to the total size of that subtree, again as a percentage bar and as a number.

File Age Statistics: Years and Months

File age statistics with the months of the current year expanded. It goes into finer detail for the months of the current year and the year before, i.e. the most recent 13-24 months. The percentages in the months are relative to that year, not to the complete subtree.

Notice that the months breakdown is always only displayed for the current year and the year before, no matter in what year any activity in that subtree starts.

File Age Statistics: Some Years Ago

File age statistics for a subtree where there was no activity at all for the last couple of years. Notice how the years up to that first active year are also displayed, but greyed out: You can instantly see that the last activity was some years ago, even without looking at the year numbers.

Discovering Files

Discovering Files

Discovering files of certain categories. Similar to "locating by type" above, clicking a file in the list selects it in the tree view in the main window.

Packages View

Packages View Screenshot

Packages view: All packages of a Xubuntu 18.04 LTS installation. Notice that each directory contains only the files that belong to that package: /usr/bin only contains the chromium-browser binary in this view.

Packages Summary Screenshot

Packages Summary

Packages View Screenshot

Packages view limited to package names starting with "emacs".

"Open Packages" Dialog Screenshot

Dialog for selecting which packages to display. Use menu "File" -> "Show Installed Packages".

To avoid the initial "Choose Directory" dialog, start QDirStat with the "-d" or "--dont-ask" command line parameter (or simply click "Cancel" in the "Choose Directory" dialog).

Unpackaged Files View

Unpackaged Files Screenshot

Unpackaged files view: Some files that obviously belong to Qt 5 on openSUSE Tumbleweed, but that are not in the file list of any package. It is still possible that some post-uninstall script removes them, but it is also possible that they will be left behind when the packages are uninstalled.

Notice the greyed-out ignored directories which only contain files that are properly packaged.

Unpackaged Files Screenshot

Unpackaged files view: I created my own font for Grub2 which clearly stands out as an unpackaged file.

"Show Unpackaged Files" Dialog Screenshot

Dialog to start the "unpackaged files" view (Menu "File" -> "Show Unpackaged Files"). Some directories are excluded by default because they are expected to contain a lot of unpackaged files. You can add more directories or remove predefined ones.

Since Python tends to leave behind so many unpackaged files, all *.pyc files are ignored by default. You can add more wildcard patterns to ignore or remove the predefined one.

Configuration

Cleanup Action Configuration Screenshot

Screenshot of cleanup actions configuration.

MIME Categories Configuration Screenshot

Screenshot of MIME category configuration where you can set the treemap colors for different file types (MIME types), complete with a real treemap widget as preview.

Exclude Rules Configuration Screenshot

Screenshot of the exclude rules configuration where you can define rules which directories to exclude when reading directory trees.

General Options Configuration Screenshot

Screenshot of the general (miscellaneous) configuration options.


Tree Column Configuration Screenshot

Context menu of the tree header where you can configure the columns.


File Size Statistics

File Size Histogram Screenshot

File size histogram for a directory

Histogram with only JPGs

File size histogram for all files of type .jpg (start from the File Type Statistics window)

Histogram Options

Histogram settings can be tweaked

Logarithmic Scale

Logarithmic scale for the vertical axis if needed

Histogram with P100

Degenerated histogram if the last percentiles are too far spread out

Histogram with P99

Just one percentile less makes all the difference: Scaled down from P100 to P99

Percentiles Table

Numeric percentiles table

Full Percentiles Table

Full percentiles table

Extreme Percentiles

Notice the leap from P99 to P100

Buckets Table

Buckets table (information also available by tooltips in the histogram)

File Size Help

Dedicated help start page for file size statistics


Navigation

Top: QDirStat home page

Statistics help page