Changes committed to git://oss.sgi.com/pcp/pcp.git dev
qa/012 | 3
qa/1051 | 3
qa/149 | 3
qa/250 | 3
qa/262 | 3
qa/313 | 3
qa/364 | 3
qa/366 | 6 -
qa/375 | 3
qa/417 | 3
qa/419 | 3
qa/501 | 3
qa/519 | 3
qa/560 | 3
qa/565 | 3
qa/574 | 3
qa/580 | 3
qa/587 | 3
qa/group | 29 ++++-
qa/new | 3
src/pmdas/mysql/pmdamysql.pl | 161 +++++++++++++++++++++----------
src/pmimport/collectl2pcp/collectl2pcp.c | 2
22 files changed, 158 insertions(+), 94 deletions(-)
commit 9b5a44decf7b0bed216f0e79b05c1e49647b4bbc
Author: Chandana De Silva <chandana@xxxxxxxxxxxxx>
Date: Fri Jul 26 10:02:21 2013 +1000
Additional MySQL PMDA status metrics suitable for pmie consumption
1. Added duplicate metrics for some of the status values which are in
the form of YES/NO or ON/OFF. These textual binary values can't be
interpreted by tools such as PMIE, so each of these status values now
have numerical friend.
> mysql.status.slave_running value "ON"
> mysql.status.slave_running_num value 1
> mysql.status.compression value "OFF"
> mysql.status.compression_num value 0
> mysql.slave_status.slave_io_running value "Yes"
> mysql.slave_status.slave_io_running_num value 1
> mysql.slave_status.slave_sql_running value "Yes"
> mysql.slave_status.slave_sql_running_num value 1
> mysql.slave_status.master_ssl_allowed value "No"
> mysql.slave_status.master_ssl_allowed_num value 0
2. The status variables were being captured using the MySQL command
"show status". This was replaced with "show global status".
Refer this text from http://dev.mysql.com/doc/refman/5.1/en/show-status.html
<quote>
With the GLOBAL modifier, SHOW STATUS displays the status values for all
connections to MySQL. With SESSION, it displays the status values for
the current connection. If no modifier is present, the default is
SESSION. LOCAL is a synonym for SESSION.
</unquote>
3. Updated the perldoc to give some information on the new metrics.
commit b587a8d9d0eefd19d98f6ce3fa237fe21aca7a1b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 26 09:34:38 2013 +1000
Add some new qa groups and notes about how they are being used
commit b4ec395cd1e7364fe8493da5ccd4ff10b7c6d680
Merge: a2b6ef4 3c49f13
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 26 09:05:14 2013 +1000
Merge branch 'dev' of git://oss.sgi.com/markgw/pcp/pcp into dev
commit a2b6ef4644ae7143d0b42b27aa8194db4ecbf066
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 26 07:44:52 2013 +1000
When no qualified output, use _notrun - the consistency helps other testing
folks
commit 874840c341242d02c47828431e4b2db05bac5dd1
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri Jul 26 07:43:59 2013 +1000
Tweak skeleton test produced by new script ever so slightly
commit 3c49f1315cc41fae32336f1a24ec7b1b4d7d9cba
Author: Mark Goodwin <mgoodwin@xxxxxxxxxx>
Date: Thu Jul 25 21:25:51 2013 +1000
Fix typo in handler pattern for kernel.all.pswitch.
|