…actually result in performance that’s worse than a single NIC.] The other two NIC ports should be … of SHOW PROCESSLIST that might be a sign that trouble is brewing. Or if you watch your MySQL … and went to try to install MySQL. It failed miserably on the mysql_install_db process. Every time I tried, …
Post: More on MySQL transaction descriptors optimization
… single SELECT queries doing PRIMARY KEY lookups (aka QPS sysbench mode); same MySQL queries executed inside single-…higher QPI speed (and thus, faster inter-process/node communication). Results: First of all, …with taskset. The following chart shows a results comparison on a single-node (on the left)…
Post: How to Monitor MySQL with Percona's Nagios Plugins
…-mysql-pidfile plugin verifies that MySQL‘s PID file exists. Evidence of contention in the processlist. The pmp-check-mysql-processlist plugin checks SHOW… this. The pmp-check-unix-memory plugin checks for a single process consuming too much memory and/or for too little free…-check-mysql-status is also very flexible and can be used to trigger an alert on almost anything from SHOW VARIABLES and SHOW…
Post: How to create/restore a slave using GTID replication in MySQL 5.6
…: http://dev.mysql.com/doc… now, the process is the …# mysqldump –all-databases –single-transaction –triggers –routines…_name | Value | +—————+——-+ | gtid_executed | | +—————+——-+ slave1 > show global variables like ‘gtid_purged’; +—————+——-+ | Variable…
Post: Distributed set processing performance analysis with ICE 3.5.2pl1 at 20 nodes.
… analysis of what I’ve coined “distributed set processing”. Please also read this post’s “sister post” …the following chart you will see performance at a single node as the tall blue line, and the… nodes (inclusive) are shown as lines. This chart shows the same data in another way: Concurrency testing…
Post: How Percona diagnoses MySQL server stalls
… approach and good tools. The process is straightforward: Determine what conditions …things you can observe (such as SHOW STATUS snapshots) and establish both …angles on the same data. No single tool, no matter how powerful, …that can cause a stall in MySQL, and they usually begin microscopically …
Post: Percona Live MySQL Conference & Expo Was A Great Event
…the website. We are in the process of finalizing the plans for …sponsors and attendees. I believe every single exhibitor agreed that their target …credit for putting on a great show, with fun activities for everyone. Akiban,…development milestone release for MySQL 5.6, released on Monday. MySQL 5.6 …
Post: How Percona does a MySQL Performance Audit
… data for us and speed the process, when possible, but the core commands I’ll show are what we can always fall…, ‘top -n 1′ and ‘uptime’. That shows me what processes are running, but it also shows me load average, memory sizes, and a… what MySQL instances are on the machine. It doesn’t do to just assume there’s a single instance in /var/lib/mysql…

