mysql pt工具包_Percona-Toolkit工具包之pt-archiver

1 ###Download and install Percona-Toolkit###2 [root@zlm2 09:40:27 ~]wget https://www.percona.com/downloads/percona-toolkit/3.0.10/binary/redhat/7/x86_64/percona-toolkit-3.0.10-1.el7.x86_64.rpm

3 --Omitted.4 [root@zlm2 09:42:16 ~]yum -y localinstall percona-toolkit-3.0.10-1.el7.x86_64.rpm5 --Omitted.6 Installed:7 percona-toolkit.x86_64 0:3.0.10-1.el78

9 Dependency Installed:10 perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 perl-DBD-MySQL.x86_64 0:4.023-6.el711 perl-DBI.x86_64 0:1.627-4.el7 perl-Data-Dumper.x86_64 0:2.145-3.el7 perl-Digest.noarch 0:1.17-245.el712 perl-Digest-MD5.x86_64 0:2.52-3.el7 perl-IO-Compress.noarch 0:2.061-2.el7 perl-IO-Socket-IP.noarch 0:0.21-5.el713 perl-IO-Socket-SSL.noarch 0:1.94-7.el7 perl-Mozilla-CA.noarch 0:20130114-5.el7 perl-Net-Daemon.noarch 0:0.48-5.el714 perl-Net-LibIDN.x86_64 0:0.12-15.el7 perl-Net-SSLeay.x86_64 0:1.55-6.el7 perl-PlRPC.noarch 0:0.2020-14.el715 perl-TermReadKey.x86_64 0:2.30-20.el716

17 Complete!

18

19 ###After install the Percona-Toolkit,you can check all the tools it contains by command below:###20 [root@zlm2 09:44:16 ~]man percona-tookit21 TOOLS22 This release of Percona Toolkit includes the following tools:23

24 pt-align25 Align output from other tools to columns.26

27 pt-archiver28 Archive rows from a MySQL table into another table or a file.29

30 pt-config-diff

31 Diff MySQL configuration files and server variables.32

33 pt-deadlock-logger34 Log MySQL deadlocks.35

36 pt-diskstats37 An interactive I/O monitoring tool for GNU/Linux.38

39 pt-duplicate-key-checker40 Find duplicate indexes and foreign keys on MySQL tables.41

42 pt-fifo-split

43 Split files and pipe lines to a fifo without really splitting.44

45 pt-find

46 Find MySQL tables and execute actions, like GNU find.47

48 pt-fingerprint49 Convert queries into fingerprints.50

51 pt-fk-error-logger52 Log MySQL foreign key errors.53

54 pt-heartbeat55 Monitor MySQL replication delay.56

57 pt-index-usage58 Read queries from a log and analyze how they use indexes.59

60 pt-ioprofile61 Watch process IO and print a table of file and I/O activity.62

63 pt-kill

64 Kill MySQL queries that match certain criteria.65

66 pt-mext67 Look at many samples of MySQL "SHOW GLOBAL STATUS" side-by-side.68

69 pt-mysql-summary70 Summarize MySQL information nicely.71

72 pt-online-schema-change73 ALTER tables without locking them.74

75 pt-pmp76 Aggregate GDB stack traces fora selected program.77

78 pt-query-digest79 Analyze MySQL queries from logs, processlist, and tcpdump.80

81 pt-show-grants82 Canonicalize and print MySQL grants so you can effectively replicate, compare and version-control them.83

84 pt-sift85 Browses files created by pt-stalk.86

87 pt-slave-delay88 Make a MySQL slave server lag behind its master.89

90 pt-slave-find

91 Find and print replication hierarchy tree of MySQL slaves.92

93 pt-slave-restart94 Watch and restart MySQL replication after errors.95

96 pt-stalk97 Collect forensic data about MySQL when problems occur.98

99 pt-summary100 Summarize system information nicely.101

102 pt-table-checksum103 Verify MySQL replication integrity.104

105 pt-table-sync

106 Synchronize MySQL table data efficiently.107

108 pt-table-usage109 Analyze how queries use tables.110

111 pt-upgrade112 Verify that query results are identical on different servers.113

114 pt-variable-advisor115 Analyze MySQL variables and advise on possible problems.116

117 pt-visual-explain118 Format EXPLAIN output as a tree.119

120 ###See the parameter of pt-archiver.###121 [root@zlm2 09:48:23 ~]#pt-archiver --help122 --Omitted.123

124 ###Parameters demonstration.###125 Indispensible parameter:126 --source [-h|-S] -u -P -D -A127

128 Choose only one below:129 --dest=d --Usually be used to archive records to another table(can be different instance).130 --purge --Usually be used to purge records instead of archive them.131 --file=s -- Usually be used to archive records into a file.132

133 Performance ralevant:134 --analyze=s --Run analyze table after archive.135 --optimize=s --Run optimize table after archive.136 --ascend-first --Ascend just first column of index.137 --buffer -- Buffer output to fileand flush when commit.138 --bulk-delete --Delete by chunk.139 --bulk-insert --Insert by chunk.140 --limit=i -- Rows of per statment when arching,default 1.141 --txn-size=i -- Rows of per trx,default 1.142 --primary-key-only --Merely use primary key.143

144 Infermation output:145 --progress=i --Print per i rows.146 --statistics -- Print timestatistics.147

148 Others parameters:149 --dry-run --Just print queries without real doing.150 --retries=i -- Times of when retry,default 1.151 --no-delete -- Specify not to delete archived records insource table.152

153 ###Take care the rules when specify parameters.###154 Specify at least one of --dest, --file, or --purge. -- There're three mode of achive behavior.

155 --ignore and --replace are mutually exclusive.156 --txn-size and --commit-each are mutually exclusive. -- Usually I'd rather use "txn-size" to specify the timing of commit depending amount of transactions.

157 --low-priority-insert and --delayed-insert are mutually exclusive.158 --share-lock and --for-update are mutually exclusive.159 --analyze and --optimize are mutually exclusive. -- I don't recommend use "analyze" or "optimize" when archive tables simultaneously,but afterward does when business not busy.

160 --no-ascend and --no-delete are mutually exclusive.161 DSN values in --dest default to values from --source if COPY is yes.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值