Jean-Luc,

----- Original Message -----
From: "Jean-Luc Fontaine" <[EMAIL PROTECTED]>
Newsgroups: mailing.database.mysql
Sent: Thursday, January 02, 2003 2:14 PM
Subject: SHOW INNODB STATUS output as SHOW STATUS?


> Hello,
>
> I was wondering whether it would be possible, in a future release, to
> have SHOW INNODB STATUS give a real table output with 1 row per
> variable, as in the MySQL SHOW STATUS query?
>
> When that is done, I could quickly write and release a myinnodbstatus
> module for the moodss (http://jfontain.free.fr/mysql/) MySQL
> monitoring software.
>
> Is anybody interested in this feature?

I think Sinisa suggested some of the InnoDB statistics could be included in
SHOW STATUS. Of course not all, as SHOW INNODB STATUS often prints several
kilobytes of data.

But, what is the problem in scanning the text string returned by SHOW INNODB
STATUS, and picking the information you want? I can promise that the output
format of interesting stats will stay rather constant.

> Many thanks and Happy New Year to all!

The same to you!

> Jean-Luc

Heikki Tuuri
Innobase Oy
---
InnoDB - transactions, row level locking, and foreign key support for MySQL
See http://www.innodb.com, download MySQL-Max from http://www.mysql.com

sql query




---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to