At file:///Users/hakan/work/monty_program/mariadb-tools/ ------------------------------------------------------------ revno: 23 revision-id: ha...@askmonty.org-20100309220559-6u2f1d4hcjcchc1n parent: ha...@askmonty.org-20100309150622-0cpj0wxp3oxsuhep committer: Hakan Kuecuekyilmaz <ha...@askmonty.org> branch nick: mariadb-tools timestamp: Tue 2010-03-09 23:05:59 +0100 message: Use mpstat instead of sar for CPU utilization statistics.
=== modified file 'sysbench/conf/lu0012.inc' --- a/sysbench/conf/lu0012.inc 2010-03-04 02:03:03 +0000 +++ b/sysbench/conf/lu0012.inc 2010-03-09 22:05:59 +0000 @@ -22,7 +22,8 @@ # System statistic binaries. IOSTAT='/usr/bin/iostat' IOSTAT_DEVICE='/dev/sda' -SAR='/usr/bin/sar' +# For CPU utilization statistics +MPSTAT='/usr/bin/mpstat' # Directories. TEMP_DIR='/tmp'
=== modified file 'sysbench/conf/perro.inc' --- a/sysbench/conf/perro.inc 2010-03-09 14:04:29 +0000 +++ b/sysbench/conf/perro.inc 2010-03-09 22:05:59 +0000 @@ -22,7 +22,8 @@ # System statistic binaries. IOSTAT='/usr/bin/iostat' IOSTAT_DEVICE='/dev/sda' -SAR='/usr/bin/sar' +# For CPU utilization statistics +MPSTAT='/usr/bin/mpstat' # Other binaries. SUDO=/my/local/bin/sur === modified file 'sysbench/conf/work.inc' --- a/sysbench/conf/work.inc 2010-03-09 14:04:29 +0000 +++ b/sysbench/conf/work.inc 2010-03-09 22:05:59 +0000 @@ -22,7 +22,8 @@ # System statistic binaries. IOSTAT='/usr/bin/iostat' IOSTAT_DEVICE='/dev/sda' -SAR='/usr/bin/sar' +# For CPU utilization statistics +MPSTAT='/usr/bin/mpstat' # Other binaries. SUDO=/my/local/bin/sur
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : maria-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp