MySQL opensource Performance monitoring tools [closed] - mysql

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there any opensource tools for monitoring MySQL performance.
It should be like
1) where exactly the server is loaded
2) what is the performance of each and every query that access DB.
3) Graphical View of the performance using piecharts, bardiagrams etc.

There are many tools which you can use, some of them are paid
MONyog MySQL Monitor
MySQL Enterprise Monitor
Percona Toolkit
There are also other tools and tips here.

Related

Migrate MySQL to DB2 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need to migrate some MySQL tables (or a schema) to DB2 database.
What tools we have to do this on a automatically way?
I prefer some free or open source tools, but with we have very interesting paid ones I would like to know too.
I need to migrate MySQL to DB2, but if we have tools that can do migrations on both sides (MySQL to DB2 and DB2 to MySQL) will be very interesting too.
There's an IBM Redbook called MySQL to DB2 Conversion Guide (http://www.redbooks.ibm.com/abstracts/sg247093.html) describing the process, it may have references to some tools.

Open sourced alternative to airbrake? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there an alternative open sourced version of a system like http://airbrake.io/pages/home
I would use airbrake but its purely for internal software and exception management
Yes there is. It's https://github.com/errbit/errbit ; It's fully compliant with our notifier / API.
We offer a hosted version of Airbrake if you're a large company.
Regards,
Ben from Airbrake.

Are there any good MySQL tools that "listen" to my database select queries and tells me what needs to be indexed? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I just built an application with many complicated SQL queries - now I want to index them. Is there a good MySQL tool that lets me know what should be indexed?
I've heard about the Slow Query Log, but is there anything else that monitors my queries and tells me what needs to be indexed?
MySQL Query Analyzer helps you improve application performance by monitoring query performance and accurately pinpointing SQL code that is causing a slow down. With the new MySQL Connector Plug-ins, you can optimize performance applications more efficiently by communicating directly with the Query Analyzer.

A better database plugin for Netbeans, other than the standard one [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Netbeans has a database plugin, which you can add columns or tables, but it doesn't have options for mysql, such as autoincrement or foreign key management for innodb.
Is there any alternatives to the database plugin?
It seems like netbeans has some database diagram editor somewhere and keeping it to the enterprise edition. I am developing php applications using netbeans and I have other database management applications for mysql but I find it practical to have a database manager in the IDE.
Do you know about any database plugins which is not listed in the plugins directory?
I am willing to try anything.

Options for CD burning libraries? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking to create a program that will burn an audio CD. Before diving in I was hoping to see a selection of libraries that will make writing the code to burn the audio easy to write. I don't care much about language but something that is cross OS would be nice. (Specifically Windows and linux).
So far the only library that I see is PrimoBurn, but I can't seem to get their C++ version to compile.
So what do you guys use?
cdrecord runs on both Windows and Linux (Mac as well). Call it through a system call.