Last indexation completed on 2024-11-17 05:23:51 UTC
What's this?
Josef Weidendorfer
Josef.Weidendorfer@gmx.de
FSView is a tool for showing disc utilization in a graphical form, much
like the UNIX command 'du'. The visualisation type choosen is a treemap.
Treemaps allow for showing metrics of objects in nested structures, like
sizes of files and directories on your hard disc, where the size of
directories is defined to be the sum of the size of its children.
Each object is represented by a rectangle which area is proportional to
its metric. The metric must have the property that the sum of the
children's metric of some object is equal or smaller than the objects
metric. This holds true for the file/directory sizes in the use case of
FSView.
SEE ALSO: README
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
Parent directory | - | 2024-02-11 01:48:36 | |||
tests/ | - | 2024-02-11 01:48:36 | |||
22-apps-fsview.png | 802 bytes | 2024-02-11 01:48:36 | - | ||
32-apps-fsview.png | 862 bytes | 2024-02-11 01:48:36 | - | ||
CMakeLists.txt | 1628 bytes | 2024-02-11 01:48:36 | - | ||
fsview.cpp | 15987 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:48 | FSView specialization of TreeMap classes. |
|
fsview.desktop | 7356 bytes | 2024-02-11 01:48:36 | - | ||
fsview.h | 3087 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:48 | FSView specialization of TreeMap classes. |
|
fsview_part.cpp | 19021 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:48 | ||
fsview_part.h | 2828 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:49 | ||
fsview_part.json.in | 7880 bytes | 2024-02-11 01:48:36 | - | ||
fsview_part.qrc | 137 bytes | 2024-02-11 01:48:36 | - | ||
fsview_part.rc | 945 bytes | 2024-02-11 01:48:36 | - | ||
inode.cpp | 8466 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:49 | FSView specialization of TreeMapItem class. |
|
inode.h | 2091 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:49 | FSView specialization of TreeMapItem class. |
|
main.cpp | 1653 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:49 | ||
Messages.sh | 74 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:49 | ||
README | 1167 bytes | 2024-02-11 01:48:36 | - | ||
scan.cpp | 8560 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:49 | ||
scan.h | 5790 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:49 | Classes for breadth-first search in local filesystem |
|
treemap.cpp | 97490 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:50 | A Widget for visualizing hierarchical metrics as areas. The API is similar to QListView. |
|
treemap.h | 24247 bytes | 2024-02-11 01:48:36 | 2024-11-17 04:31:50 | A Widget for visualizing hierarchical metrics as areas. |