Am Dienstag, 1. Dezember 2009 19:05:39 schrieb Detlef Reichelt:
Moin Al,
Am Tue, 1 Dec 2009 16:34:03 +0100
schrieb Al Bogner <suse-linux@ml082.pinguin.uni.cc>:
Ich versuche mit mit mysql
mysql_ mysql_bytes mysql_innodb mysql_isam_space_ mysql_queries mysql_slowqueries mysql_threads
wie müsste ich mysql_ ergänzen? In das Perl-Script habe ich hineingeschaut. Ich bekomme da gar keine Auswertungen.
1. Du musst folgendes Repo hinzufügen:
http://download.opensuse.org/repositories/devel:/languages:/perl
2. Diese beiden Pakete installieren:
perl-Cache-Cache (Das meldet das Plugin selber als fehlend) perl-IPC-ShareLite (Das müsste automatisch installiert werden, da es von Cache-Cache gebraucht wird, tut es aber nicht)
3. In "/usr/lib/munin/plugins/mysql_" steht folgendes: ... To get a list of symlinks that can be created, run: ./mysql_ suggest ...
Machen wir mal: server02:~ # /usr/lib/munin/plugins/mysql_ suggest mysql_bin_relay_log mysql_commands mysql_connections mysql_files_tables mysql_innodb_bpool mysql_innodb_bpool_act mysql_innodb_insert_buf mysql_innodb_io mysql_innodb_io_pend mysql_innodb_log mysql_innodb_rows mysql_innodb_semaphores mysql_innodb_tnx mysql_myisam_indexes mysql_network_traffic mysql_qcache mysql_qcache_mem mysql_replication mysql_select_types mysql_slow mysql_sorts mysql_table_locks mysql_tmp_tables
Hsallo Detlef, /usr/lib/munin/plugins/mysql_ suggest mysql_bin_relay_log mysql_commands mysql_connections mysql_files_tables mysql_innodb_bpool mysql_innodb_bpool_act mysql_innodb_insert_buf mysql_innodb_io mysql_innodb_io_pend mysql_innodb_log mysql_innodb_rows mysql_innodb_semaphores mysql_innodb_tnx mysql_myisam_indexes mysql_network_traffic mysql_qcache mysql_qcache_mem mysql_replication mysql_select_types mysql_slow mysql_sorts mysql_table_locks mysql_tmp_tables Eventuell verstehe ich da ganz was triviales nicht: "This script is used to generate data for several graphs. To generate data for one specific graph, you need to create a symbolic link with a name like mysql_<GRAPH> to this script. To get a list of symlinks that can be created, run: ./mysql_ suggest" "symlinks that can be created" Wie sollen denn diese Symlinks erzeugt werden? ln -s auf was? Wie erhalte ich zB eine Statistik von mysql_connections? Ich möchte heraus finden, ob eine Webseite manchmal deswegen so langsam ladet, weil der MySQL-Server so langsam antwortet. Ich weiß noch nicht mit welcher Datei ich anfange bzw. wo ich die finde. locate mysql_connections findet nichts. In addition you might need to specify connection parameters in the plugin configuration to override the defaults. These are the defaults: [mysql_*] env.mysqlconnection DBI:mysql:mysql env.mysqluser root Non-default example: [mysql_*] env.mysqlconnection DBI:mysql:mysql;host=127.0.0.1;port=3306 env.mysqluser root env.mysqlpassword geheim Al -- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org