X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=BUGS;h=8d0cc9c315f5dfd22114de236277ff0b9e1ef61f;hb=bda8614d4ea61c2f388aeaed699ffc750ea3f3b5;hp=8ef7fba982bab216fc3914f56d6182e1e50ea708;hpb=65c9ae05af2882d60512d5beefa99dae232d9f16;p=pstop.git diff --git a/BUGS b/BUGS index 8ef7fba..8d0cc9c 100644 --- a/BUGS +++ b/BUGS @@ -11,21 +11,3 @@ hard-coded stuff which matches personal usage. compressed connection to speed things up, but that is not possible at the moment. See https://github.com/go-sql-driver/mysql/issues/24 for more details. - -3. Sometimes I see this: - -pstop 0.0.12 - 8:46:41 xxxxxxxxxxxxx / 5.6.21-log, up 1d 22h 59m 16s [ABS] -Latency by Table Name (table_io_waits_summary_by_table) 239 rows -Table Name Latency %| Fetch Insert Update Delete -xxx.xxxxxxxx 5124.10 h +++.+%|100.0% -xxxxxx.xxxxxxxxxxxx 5124.10 h +++.+%|100.0% -xxxxxx.xxxxxxx 5124.10 h +++.+%|100.0% -xxxxxxxx.xxxxxxxxxx 5124.09 h +++.+%|100.0% -xxxxxxxx.xxxxxxxx 5124.09 h +++.+%|100.0% -xxxxxx.xxxx 00:07:49 49.2%| 98.6% 0.3% 1.1% -xxxxxxxxx.xxxxxxxxxxx 00:06:23 40.2%| 97.4% 2.4% 0.1% -xxxxxxxxx.xxxxxxxxxx 26.25 s 2.8%|114.2% 0.1% +++.+% 0.0% -xxxxxx.xxxxxxxx 15.71 s 1.6%| 99.6% 0.4% - -with a very long latency. Related to doing backups. Need to check the cause -of the 5124.10h ++ issue. Probably a subtraction problem of some sort.