1. 安装过程 

sudo apt-get install tcl8.-dev:i386
wget -c "http://www.sqlite.org/2013/sqlite-analyzer-linux-x86-3080200.zip"
unzip sqlite-analyzer-linux-x86-.zip -d ~/bin

 2. 使用示例

  sqlite3_analyzer test.db

/** Disk-Space Utilization Report For test.db

Page size in bytes................................ 1024
Pages in the whole file (measured)................ 6
Pages in the whole file (calculated).............. 6
Pages that store data............................. 5 83.3%
Pages on the freelist (per header)................ 0 0.0%
Pages on the freelist (calculated)................ 0 0.0%
Pages of auto-vacuum overhead..................... 1 16.7%
Number of tables in the database.................. 4
Number of indices................................. 1
Number of defined indices......................... 1
Number of implied indices......................... 0
Size of the file in bytes......................... 6144
Bytes of user payload stored...................... 73 1.2% *** Page counts for all tables with their indices ***************************** TEST.............................................. 2 33.3%
SQLITE_MASTER..................................... 1 16.7%
TEST2............................................. 1 16.7%
TEST3............................................. 1 16.7% *** Page counts for all tables and indices separately ************************* SQLITE_MASTER..................................... 1 16.7%
TEST.............................................. 1 16.7%
TEST2............................................. 1 16.7%
TEST3............................................. 1 16.7%
TEST_IDX.......................................... 1 16.7% *** All tables and indices **************************************************** Percentage of total database...................... 83.3%
Number of entries................................. 19
Bytes of storage consumed......................... 5120
Bytes of payload.................................. 476 9.3%
Average payload per entry......................... 25.05
Average unused bytes per entry.................... 233.32
Maximum payload per entry......................... 77
Entries that use overflow......................... 0 0.0%
Primary pages used................................ 5
Overflow pages used............................... 0
Total pages used.................................. 5
Unused bytes on primary pages..................... 4433 86.6%
Unused bytes on overflow pages.................... 0
Unused bytes on all pages......................... 4433 86.6% *** All tables **************************************************************** Percentage of total database...................... 66.7%
Number of entries................................. 14
Bytes of storage consumed......................... 4096
Bytes of payload.................................. 430 10.5%
Average payload per entry......................... 30.71
Average unused bytes per entry.................... 248.43
Maximum payload per entry......................... 77
Entries that use overflow......................... 0 0.0%
Primary pages used................................ 4
Overflow pages used............................... 0
Total pages used.................................. 4
Unused bytes on primary pages..................... 3478 84.9%
Unused bytes on overflow pages.................... 0
Unused bytes on all pages......................... 3478 84.9% *** All indices *************************************************************** Percentage of total database...................... 16.7%
Number of entries................................. 5
Bytes of storage consumed......................... 1024
Bytes of payload.................................. 46 4.5%
Average payload per entry......................... 9.20
Average unused bytes per entry.................... 191.00
Maximum payload per entry......................... 11
Entries that use overflow......................... 0 0.0%
Primary pages used................................ 1
Overflow pages used............................... 0
Total pages used.................................. 1
Unused bytes on primary pages..................... 955 93.3%
Unused bytes on overflow pages.................... 0
Unused bytes on all pages......................... 955 93.3% *** Table SQLITE_MASTER ******************************************************* Percentage of total database...................... 16.7%
Number of entries................................. 5
Bytes of storage consumed......................... 1024
Bytes of payload.................................. 357 34.9%
Average payload per entry......................... 71.40
Average unused bytes per entry.................... 107.80
Maximum payload per entry......................... 77
Entries that use overflow......................... 0 0.0%
Primary pages used................................ 1
Overflow pages used............................... 0
Total pages used.................................. 1
Unused bytes on primary pages..................... 539 52.6%
Unused bytes on overflow pages.................... 0
Unused bytes on all pages......................... 539 52.6% *** Table TEST and all its indices ******************************************** Percentage of total database...................... 33.3%
Number of entries................................. 10
Bytes of storage consumed......................... 2048
Bytes of payload.................................. 88 4.3%
Average payload per entry......................... 8.80
Average unused bytes per entry.................... 190.90
Maximum payload per entry......................... 11
Entries that use overflow......................... 0 0.0%
Primary pages used................................ 2
Overflow pages used............................... 0
Total pages used.................................. 2
Unused bytes on primary pages..................... 1909 93.2%
Unused bytes on overflow pages.................... 0
Unused bytes on all pages......................... 1909 93.2% *** Table TEST w/o any indices ************************************************ Percentage of total database...................... 16.7%
Number of entries................................. 5
Bytes of storage consumed......................... 1024
Bytes of payload.................................. 42 4.1%
Average payload per entry......................... 8.40
Average unused bytes per entry.................... 190.80
Maximum payload per entry......................... 10
Entries that use overflow......................... 0 0.0%
Primary pages used................................ 1
Overflow pages used............................... 0
Total pages used.................................. 1
Unused bytes on primary pages..................... 954 93.2%
Unused bytes on overflow pages.................... 0
Unused bytes on all pages......................... 954 93.2% *** Index TEST_IDX of table TEST ********************************************** Percentage of total database...................... 16.7%
Number of entries................................. 5
Bytes of storage consumed......................... 1024
Bytes of payload.................................. 46 4.5%
Average payload per entry......................... 9.20
Average unused bytes per entry.................... 191.00
Maximum payload per entry......................... 11
Entries that use overflow......................... 0 0.0%
Primary pages used................................ 1
Overflow pages used............................... 0
Total pages used.................................. 1
Unused bytes on primary pages..................... 955 93.3%
Unused bytes on overflow pages.................... 0
Unused bytes on all pages......................... 955 93.3% *** Table TEST2 *************************************************************** Percentage of total database...................... 16.7%
Number of entries................................. 3
Bytes of storage consumed......................... 1024
Bytes of payload.................................. 23 2.2%
Average payload per entry......................... 7.67
Average unused bytes per entry.................... 327.00
Maximum payload per entry......................... 9
Entries that use overflow......................... 0 0.0%
Primary pages used................................ 1
Overflow pages used............................... 0
Total pages used.................................. 1
Unused bytes on primary pages..................... 981 95.8%
Unused bytes on overflow pages.................... 0
Unused bytes on all pages......................... 981 95.8% *** Table TEST3 *************************************************************** Percentage of total database...................... 16.7%
Number of entries................................. 1
Bytes of storage consumed......................... 1024
Bytes of payload.................................. 8 0.78%
Average payload per entry......................... 8.00
Average unused bytes per entry.................... 1004.00
Maximum payload per entry......................... 8
Entries that use overflow......................... 0 0.0%
Primary pages used................................ 1
Overflow pages used............................... 0
Total pages used.................................. 1
Unused bytes on primary pages..................... 1004 98.0%
Unused bytes on overflow pages.................... 0
Unused bytes on all pages......................... 1004 98.0% *** Definitions *************************************************************** Page size in bytes The number of bytes in a single page of the database file.
Usually 1024. Number of pages in the whole file The number of 1024-byte pages that go into forming the complete
database Pages that store data The number of pages that store data, either as primary B*Tree pages or
as overflow pages. The number at the right is the data pages divided by
the total number of pages in the file. Pages on the freelist The number of pages that are not currently in use but are reserved for
future use. The percentage at the right is the number of freelist pages
divided by the total number of pages in the file. Pages of auto-vacuum overhead The number of pages that store data used by the database to facilitate
auto-vacuum. This is zero for databases that do not support auto-vacuum. Number of tables in the database The number of tables in the database, including the SQLITE_MASTER table
used to store schema information. Number of indices The total number of indices in the database. Number of defined indices The number of indices created using an explicit CREATE INDEX statement. Number of implied indices The number of indices used to implement PRIMARY KEY or UNIQUE constraints
on tables. Size of the file in bytes The total amount of disk space used by the entire database files. Bytes of user payload stored The total number of bytes of user payload stored in the database. The
schema information in the SQLITE_MASTER table is not counted when
computing this number. The percentage at the right shows the payload
divided by the total file size. Percentage of total database The amount of the complete database file that is devoted to storing
information described by this category. Number of entries The total number of B-Tree key/value pairs stored under this category. Bytes of storage consumed The total amount of disk space required to store all B-Tree entries
under this category. The is the total number of pages used times
the pages size. Bytes of payload The amount of payload stored under this category. Payload is the data
part of table entries and the key part of index entries. The percentage
at the right is the bytes of payload divided by the bytes of storage
consumed. Average payload per entry The average amount of payload on each entry. This is just the bytes of
payload divided by the number of entries. Average unused bytes per entry The average amount of free space remaining on all pages under this
category on a per-entry basis. This is the number of unused bytes on
all pages divided by the number of entries. Non-sequential pages The number of pages in the table or index that are out of sequence.
Many filesystems are optimized for sequential file access so a small
number of non-sequential pages might result in faster queries,
especially for larger database files that do not fit in the disk cache.
Note that after running VACUUM, the root page of each table or index is
at the beginning of the database file and all other pages are in a
separate part of the database file, resulting in a single non-
sequential page. Maximum payload per entry The largest payload size of any entry. Entries that use overflow The number of entries that user one or more overflow pages. Total pages used This is the number of pages used to hold all information in the current
category. This is the sum of index, primary, and overflow pages. Index pages used This is the number of pages in a table B-tree that hold only key (rowid)
information and no data. Primary pages used This is the number of B-tree pages that hold both key and data. Overflow pages used The total number of overflow pages used for this category. Unused bytes on index pages The total number of bytes of unused space on all index pages. The
percentage at the right is the number of unused bytes divided by the
total number of bytes on index pages. Unused bytes on primary pages The total number of bytes of unused space on all primary pages. The
percentage at the right is the number of unused bytes divided by the
total number of bytes on primary pages. Unused bytes on overflow pages The total number of bytes of unused space on all overflow pages. The
percentage at the right is the number of unused bytes divided by the
total number of bytes on overflow pages. Unused bytes on all pages The total number of bytes of unused space on all primary and overflow
pages. The percentage at the right is the number of unused bytes
divided by the total number of bytes. *******************************************************************************
The entire text of this report can be sourced into any SQL database
engine for further analysis. All of the text above is an SQL comment.
The data used to generate this report follows:
*/
BEGIN;
CREATE TABLE space_used(
name clob, -- Name of a table or index in the database file
tblname clob, -- Name of associated table
is_index boolean, -- TRUE if it is an index, false for a table
nentry int, -- Number of entries in the BTree
leaf_entries int, -- Number of leaf entries
payload int, -- Total amount of data stored in this table or index
ovfl_payload int, -- Total amount of data stored on overflow pages
ovfl_cnt int, -- Number of entries that use overflow
mx_payload int, -- Maximum payload size
int_pages int, -- Number of interior pages used
leaf_pages int, -- Number of leaf pages used
ovfl_pages int, -- Number of overflow pages used
int_unused int, -- Number of unused bytes on interior pages
leaf_unused int, -- Number of unused bytes on primary pages
ovfl_unused int, -- Number of unused bytes on overflow pages
gap_cnt int, -- Number of gaps in the page layout
compressed_size int -- Total bytes stored on disk
);
INSERT INTO space_used VALUES('sqlite_master','sqlite_master',,,,,,,,,,,,,,,);
INSERT INTO space_used VALUES('test','test',,,,,,,,,,,,,,,);
INSERT INTO space_used VALUES('test2','test2',,,,,,,,,,,,,,,);
INSERT INTO space_used VALUES('test3','test3',,,,,,,,,,,,,,,);
INSERT INTO space_used VALUES('test_idx','test',,,,,,,,,,,,,,,);
COMMIT;

〖Linux〗Ubuntu 64位安装sqlite3_analyzer的更多相关文章

  1. Ubuntu 64位安装32位运行库

    sudo apt-get install ia32-libs 32-64sudo apt-get install libc6:i386sudo apt-get install librt:i386su ...

  2. wine qq 2013 for linux deb包 Ubuntu 64位兼容

    2013-08-08     Wine 1.6,如果您想体验下该版本的wine,目前可以通过ppa进行安装:   sudo add-apt-repository ppa:ubuntu-wine/ppa ...

  3. ubuntu 14.04 64位安装iNodeClient

    ubuntu 14.04 64位安装iNodeClieng(华三校园客服端) http://pan.baidu.com/s/12dpxk ubuntu 14.04 64bit Install H3C ...

  4. Ubuntu 14.04 64位安装Android Studio 和 genymotion (下)

    接上一篇,上回书说到,我们可以进android studio的编辑器了.感觉不错.挺好的,先不说genymotion,先看看你的android项目有没有r文件,项目有没有错误? 如果没有问题的话,下面 ...

  5. hadoop2.6.0汇总:新增功能最新编译 32位、64位安装、源码包、API下载及部署文档

    相关内容: hadoop2.5.2汇总:新增功能最新编译 32位.64位安装.源码包.API.eclipse插件下载Hadoop2.5 Eclipse插件制作.连接集群视频.及hadoop-eclip ...

  6. hadoop2.5发布:最新编译 32位、64位安装、源码包、API以及新特性

    hadoop2.5发布:最新编译 32位.64位安装.源码包.API以及新特性 http://www.aboutyun.com/thread-8751-1-1.html (出处: about云开发) ...

  7. CentOS6.0(64位)安装Apache+PHP+Mysql教程,安装Magento(解决DOM,Mcrypt,GD问题)完整教程

    CentOS6.0(64位)安装Apache+PHP+Mysql教程,安装Magento(解决DOM,Mcrypt,GD问题)完整教程 0   Posted by :小黑 On : 2012 年 9 ...

  8. 在Ubuntu 64位OS上运行hadoop2.2.0[重新编译hadoop]

    最近在学习搭建Hadoop, 我们从Apache官方网站直接下载最新版本Hadoop2.2.官方目前是提供了linux32位系统可执行文件,结果运行时发现提示 “libhadoop.so.1.0.0 ...

  9. ubuntu 64位android项目报错的解决方案,打开64位 Ubuntu 的32位支持功能

    ubuntu的64位下的android环境,说实话,还真得费点精力了,解决一个问题,又出来一个新问题. 小编昨天刚好不容易将android的环境搭建好了,这不,刚建了个项目,直接就报错,下面是罗列出的 ...

随机推荐

  1. RPM 打包技术与典型 SPEC 文件分析

    一 .rpm 介绍 1. 概述 RPM全称是 Red Hat Package Manager(Red Hat包管理器).几乎所有的 Linux 发行版本都使用这种形式的软件包管理安装.更新和卸载软件. ...

  2. c#开发地磅称重软件

    2012年时即做过一个地磅称重软件,最近公司又接了一个地磅过磅软件的项目,把遇到的问题总结一下以备后用. 1.接线问题 因为客户方原来单独使用仪表,仪表未有接线和电脑连接,为此颇费周折才做好了接线.接 ...

  3. 使用CSS3的@media来实现网页自适应

    如今,电脑显示器的屏幕分辨率向越来越大发展,而手机等移动设备终端的分辨率却不可能大到哪里去.越来越多的网站,开始让自己的页面自适合各种分辨率,在小分辨率下显示基本的内容,在大分辨率下显示全部功能,甚至 ...

  4. SHP文件合并

    ArcGIS中合并SHP文件是一个常用的操作,下面简要讲解一下如何合并. 使用ArcGIS Tool Box(ArcGIS工具箱)中的Data Management Tools-->Genera ...

  5. [转]关于适配iphone5,Invalid Launch Image的退信

    关于适配iphone5,Invalid Launch Image的退信 本人xcode 4.3,所开发客户端新版本准备提交,应用中做了关于iphone5的适配,然后打包提交.在提交审核的时候被拒,收到 ...

  6. Java HMAC-SHA1加密算法的实现

    public static String hamcsha1(byte[] data, byte[] key) { try { SecretKeySpec signingKey = new Secret ...

  7. Mysql 查询注意和运行shell命令

    Mysql 查询注意 1. 在mysql查询的时候须要注意在表的前面加上数据库的前缀,不然就是默认是当前的数据库(当多个库查询的时候,可能会出现反复的查同样的表多次) 2. \! ls –al ,my ...

  8. 使用Adt自带的工具进行Android自己主动化測试(三)

    在这个系列的上一篇文章中,我们介绍了MonkeyRunner,并提到假设依据坐标来编写自己主动化脚本的话存在着一定的局限性(点击文末"阅读原文"能够打开这篇文章查看).这篇文章将进 ...

  9. 编写和执行C#代码的插件:CS-Script for Notepad++

    这个插件可以方便得让您在Notepad++编辑器中编辑和执行C#代码(脚本).它具备通用的C#智能感知和项目任务管理功能,方式非常类似于MS Visual Studio.除了这一点,它提供了通用的调试 ...

  10. 游戏服务器框架:Leaf/go

    Leaf 是一个使用 Go 语言开发的开源游戏服务器框架,注重运行效率并追求极致的开发效率.Leaf 适用于几乎所有的游戏类型.其主要的特性: 良好的使用体验.Leaf 总是尽可能的提供简洁和易用的接 ...