Commit Graph

263 Commits

Author SHA1 Message Date
guriandoro
9d8410c915 PT-1535 Changed tool name in --help output message 2018-07-03 20:53:18 -04:00
Evgeniy Patlan
f0981642e5 Build percona-toolkit-3.0.11 2018-07-03 12:57:01 +00:00
Carlos Salguero
c221d10789 PT-1571 Improved hostname recognition regex 2018-07-02 09:53:58 -03:00
Evgeniy Patlan
a4db86e026 Build percona-toolkit-3.0.10 2018-05-21 17:38:57 +00:00
Carlos Salguero
2b9cf7dce6 Fixes for linters 2018-04-19 09:28:14 -03:00
Carlos Salguero
4117f1cd62 Fixed logrus deps 2018-04-19 08:53:11 -03:00
Carlos Salguero
d0e8d4087f Updated readme for secure-collect: 2018-04-18 13:49:33 -03:00
Carlos Salguero
1f3a0eaa77 Merge branch 'pt-secure-data' into release-3.0.9 2018-04-18 12:54:20 -03:00
Carlos Salguero
d4104558b5 PT-1501 New tool pt-secure-collect
New tool to collect and sanitize pt-tools outputs
2018-04-18 12:36:29 -03:00
Evgeniy Patlan
2dc21af50e Build percona-toolkit-3.0.9 2018-04-17 10:27:56 +00:00
Evgeniy Patlan
0ef9ed8c5e Bild percona-toolkit-3.0.8 2018-03-13 14:03:28 +00:00
Evgeniy Patlan
c982a88c92 Build percona-toolkit-3.0.7 2018-03-01 12:13:29 +00:00
Kamil Dziedzic
b53d67f6ea PMM-1905: fix "NToReturn value must be non-negative" issue. 2018-02-12 21:58:48 +01:00
Evgeniy Patlan
42a5e91cb7 Update version 2017-12-20 14:05:12 +00:00
Carlos Salguero
3d4c62da88 PT-214 WIP 2017-12-13 16:35:59 -03:00
Evgeniy Patlan
37e59dbc2d Build percona-toolkit-3.0.5 2017-11-17 08:08:54 +00:00
Kamil Dziedzic
f655e3f014 make go vet happy 2017-11-14 13:49:16 +01:00
Kamil Dziedzic
349f148978 try to fix tests, not sure why we miss header here? 2017-11-14 13:25:58 +01:00
Carlos Salguero
43094be458 Fixed pt-mongodb-query-digest tests 2017-11-13 23:28:59 -03:00
Carlos Salguero
61f75bcce9 Merge branch '3.0' into PT-182 2017-11-08 15:13:03 -03:00
Carlos Salguero
33d529ca6a PT-182 Fixed merging conflicts 2017-11-08 15:05:23 -03:00
Kamil Dziedzic
fb86972f9a fix bugs 2017-10-15 04:40:34 +02:00
Kamil Dziedzic
8cf08fd882 support getmore; support find with sort; cleanups 2017-10-15 04:14:21 +02:00
Kamil Dziedzic
24eff6d4e7 speed up test 2017-10-14 22:01:12 +02:00
Kamil Dziedzic
b2a08caaa7 fix fingerprint, and drop queries since they differe between versions 2017-10-14 20:26:52 +02:00
Kamil Dziedzic
981faf53ad fix operation and namespace for older MongoDB versions 2017-10-14 20:10:21 +02:00
Kamil Dziedzic
32827eb4b5 remove non-releated comment 2017-10-14 18:48:17 +02:00
Kamil Dziedzic
c67354443c restore TimeoutChan 2017-10-14 18:44:46 +02:00
Kamil Dziedzic
c2fd98d35b one line too much 2017-10-14 18:39:00 +02:00
Kamil Dziedzic
1f9ec1bc12 fixes 2017-10-14 18:35:55 +02:00
Kamil Dziedzic
6cbfd363f3 s/Bytes recv/Bytes sent/; allow all queries to be fingerprinted 2017-10-14 18:25:08 +02:00
Kamil Dziedzic
7106e78796 abstract more values 2017-10-14 15:45:12 +02:00
Kamil Dziedzic
6a2be6e684 test pt-mongodb-query-digest output 2017-10-14 15:21:22 +02:00
Kamil Dziedzic
0b85979b52 fix comparing string to bytes 2017-10-11 19:14:30 +02:00
Kamil Dziedzic
edb358ee04 trim spaces 2017-10-11 18:57:27 +02:00
Kamil Dziedzic
4cfbe403a3 for now without range sum 2017-10-11 18:45:25 +02:00
Kamil Dziedzic
804529e353 PMM-1429: generate table of supported versions 2017-10-11 18:04:34 +02:00
Kamil Dziedzic
4d118eeb66 Merge branch 'PMM-1.3' into PMM-1429_test_metrics 2017-10-10 12:12:51 +02:00
Kamil Dziedzic
392fa04abd Merge branch '3.0' into PMM-1.3 2017-10-10 12:06:09 +02:00
Kamil Dziedzic
228d87e108 Fix expecting iter.Close()
Adding prof.Stop() ensures iterator gets closed
2017-10-05 21:36:18 +02:00
Kamil Dziedzic
65b99c905d fix tests 2017-09-14 22:18:39 +02:00
Kamil Dziedzic
932f192f93 Merge remote-tracking branch 'origin/pr/263' into PMM-1429_test_metrics 2017-09-14 22:07:20 +02:00
Kamil Dziedzic
0ef4590c2e PMM-1429: test metrics for different operations and MongoDB versions 2017-09-14 16:23:13 +02:00
MATSUU Takuto
c18fdc8a01 fix test 2017-09-13 23:05:51 +09:00
MATSUU Takuto
8ce461a7c1 support versions less than 3.2.0
docsExamined is renamed from nscannedObjects in 3.2.0.
2017-09-13 18:36:07 +09:00
MATSUU Takuto
aec4ac03cb sort Ratio like Count
Because Scanned.Max / Returned.Max is not meaningful data.
2017-09-13 18:33:19 +09:00
MATSUU Takuto
31d130cbde set Count parameter for totalStats 2017-09-13 18:10:12 +09:00
MATSUU Takuto
08cfe9bd94 set Rank parameter 2017-09-13 18:05:28 +09:00
MATSUU Takuto
3928b1e47f fix a formula 2017-09-13 18:01:47 +09:00
Kamil Dziedzic
59add04961 missing test data 2017-09-06 13:45:23 +02:00