From: Dan Nelson Date: January 14 2003 8:06pm Subject: Re: SHOW STATUS LIKE 'Com_%' List-Archive: http://lists.mysql.com/mysql/129925 Message-Id: <20030114200638.GA42135@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Jan 14), Stefan Hinz said: > can anyone point me to a reference regarding the Com_ status > information you get with SHOW STATUS LIKE 'Com_%'? I searched the > MySQL website and Google groups, but nothing. http://www.mysql.com/doc/en/SHOW_STATUS.html `Com_xxx' Number of times each xxx command has been executed. Not all that useful, but a quick way to see what your update/select ratio is. -- Dan Nelson dnelson@stripped