# disk_treemap
Just another disk usage analyzer with treemap GUI.
## Pros
* Written in Python. Easy to run, modify and extend. Cross platform support. (Tested on Linux, Windows, and Android with
Termux.)
* B/S structure. You can run the scanner on a remote machine, and view treemap via a browser on a local machine
* Support save/load a treemap. You can run the scanner on a machine, then copy result to another one and view it.
* Support S3 or S3 compatible object storage service
## Cons
* The web base frontend may suffer from performance issue if the treemap is too large.
* Scan speed is not ideal, especially on Windows.
# Installation
## Install via pip package installer
```shell
pip install disk_treemap
```
## Build and install from source
```shell
# clone the repository
git clone
git submodules update --recursively
# build static
python3 setup.py build_static
#build wheel
python3 setup.py bdist_wheel
#install built wheel
pip install dist/disk_treemap-1.0.0-py3-none-any.whl # change the filename
```
# Usage
```
usage: disk-treemap [-h] [--size-tree-path SIZE_TREE_PATH] [--overwrite]
[--scan-only] [--host HOST] [--port PORT] [--compression]
[--endpoint-url ENDPOINT_URL] [--follow-links]
[--follow-mounts] [--everything]
[paths ...]
positional arguments:
paths path(s) to scan. If multiple paths is provided, they
will be show in root side by side. S3 or compatible
object storage service is supported by a "s3://"
prefixed URI
optional arguments:
-h, --help show this help message and exit
--size-tree-path SIZE_TREE_PATH, --size_tree_path SIZE_TREE_PATH, -f SIZE_TREE_PATH
path to save scan result as a JSON file
--overwrite, -o overwrite existed JSON file. default to False
--scan-only, --scan_only, -s
scan and save JSON file but do not start web server.
default to False
--host HOST, -H HOST listening host of the web server
--port PORT, -p PORT listening port of the web server. default to 8000
--compression, -c enable compression of web server. require
flask_compress to operate. default to False
--endpoint-url ENDPOINT_URL
custom endpoint url, only affects S3
--follow-links, --follow_links
follow symlinks
--follow-mounts, --follow_mounts
follow mounts
--everything use Everything by voidtools to speedup scanning. The
result will be absolute path. Everything must be
running and only x64 version is supported.
```
You may also use the module directly: `python -m disk_treemap.main`. Same arguments apply.
A `size_tree.json` will be generated in the current directory. It contains file tree and file size information. Keep it
safe!
# Typical Usage
**Analyze an ordinary computer**
1. Run `disk-treemap <Paths to analyze>`
1. After `listening 127.0.0.1:8000` appearing, open browser and navigate to http://127.0.0.1:8000 .
**Analyze a Windows computer with Everything x64 installed**
1. Make sure Everything x64 is running.
1. Run `disk-treemap --everything <Paths to analyze>`
1. After `listening 127.0.0.1:8000` appearing, open browser and navigate to http://127.0.0.1:8000 .
**Analyze a remote Linux server, view on the local machine**
1. Run `disk-treemap <Paths to analyze> --host 0.0.0.0`.
If bandwidth between the server and the local machine is limited, try to install optional dependencies and append `--compression` to command above to enable compression.
1. After `listening 0.0.0.0:8000` appearing, open browser on the local machine and navigate to http:
//<IP address of the server>:8000 .
**Analyze a remote Linux server without external accessible IP, view on the local machine**
1. Run `disk-treemap <Paths to analyze> --scan_only`
1. After process exit without error. There should be a file named `size_tree.json` in the current directory. Copy the
file to local machine using `rsync` or other tools.
1. Run `disk-treemap` in the directory where the copied file located.
1. After `listening 127.0.0.1:8000` appearing, open browser and navigate to http://127.0.0.1:8000 .
**Install and analyze an Android phone with Termux**
1. Install Termux https://termux.com/
1. Install Python and pip in Termux https://wiki.termux.com/wiki/Python
1. Install disk_treemap via pip: `pip install termux`
1. Just do analyze as your phone is an ordinary computer.
# TODO
* Provide more visualization. Icicle/flame, sunburst maybe.
* Use NTFS USN Journal to speed up scanning on Windows.
挣扎的蓝藻
- 粉丝: 14w+
- 资源: 15万+
最新资源
- 基因组分析中基于DNA语言模型的单核苷酸分辨率转录因子结合位点预测(BertSNR)
- 台达DVP PLC与西门子V20变频器通讯案例台达PLC西门子变频器通讯,可靠稳定,同时解决西门子变频器断电重启后,自准备工作,无需人为准备 器件:台达DVP 14es PLC,昆仑通态触摸屏,1台
- 汇川H3U标准程序,程序包含本体三个脉冲轴控制,CANLINK总线控制16个伺服,与机械手MODBUS TCP通讯,程序结构清晰明了,另有触摸屏程序
- Labview测试系统,能够满足绝大多数客户需求,商用系统 包可用 有说明
- 台达DVP PLC与施耐德ATV12变频器通讯案例实战程序 有注释,并附送程序,有接线方式,设置 同时解决施耐德ATV变频器断电重启后,自准备工作,程序稳定可靠 器件:台达DVP
- 本模型基于Cruise软件搭建整车模型,基于Matlab Simulink软件搭建整车控制模块,包括整车模式控制、扭矩分配、能量回收及机械制动等功能模块 本模型主要用于仿真整车动力性及经济性性能结果
- halcon 自带项目 - 二维码识别(提升识别速度)
- 增程式串联混合动力实际项目模型,本模型基于Cruise软件和 Simulink软件共同搭建完成,并实际应用,本资料包包含所有源文件
- 基于FMC150的驱动代码(Verilog语言) DDS代码设计
- 优化 SQL Server 性能:高效清理数据库日志脚本.sql
- 《Attention is All You Need》论文
- (2025)采购管理制度.docx
- (2025)版《义务教育新课程标准》生物考试题(含答案).docx
- (2025)成考专升本-英语真题及答案.docx
- (2025)反假币知识竞赛题库及答案.docx
- (2025)发展对象考试测试题库(附含答案).docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈