Webmaster Forumu

Geri git   Webmaster Forumu > Webmaster Kaynak Eğitim Tanıtım Hizmet > MySQL Veritabanı SQL
Kayıt ol Blogs Yardım Üye Listesi Ajanda iTrader Forumları Okundu Kabul Et

MySQL Veritabanı SQL SQL MySQL Access MSSQL Oracle Veritabani Database

Cevapla Add This!
 
LinkBack (2) Seçenekler Stil
  #21 (permalink)   iTrader 
Alt 2008-03-15, 07:37
iyinet - ait Kullanıcı Resmi (Avatar)
Paylaşım için teşekkürler
 
Üyelik tarihi: Sep 2002
Mesajlar: 6.055
Blog Entries: 2
Tecrübe Puanı: 3
iTrader: %100/6
iyinet is just really niceiyinet is just really niceiyinet is just really niceiyinet is just really nice
Standart

Alıntı:
Mywedding´isimli üyeden Alıntı Mesajı göster
merhaba iyinet,sshta, en yüksek memoryi"5.9" ile tomcat kullanıyor ama cpu"0.0" , linuz fedora
----------

birde swap normalmi,
Swap: 2096472k total, 18576k used, 2077896k free, 764480k cached
Gorunen anlik swap normal.

Ancak gun icinde bellek ve swap kullanimini gormek icin
Kod:
sar -r
komutunu calistirin

sar sisteminize yuklu degilse
Kod:
up2date sysstat
yada
Kod:
yum install sysstat
komutu ile sar i kurun.

tomcat kullanmiyorsaniz kaldirin, hangi prosesi kullanip kullanmadiginizi bilmedigim icin yorum yapmam pek dogru olmaz.
__________________
Forum Reklam Site Reklam

Konu iyinet tarafından (2008-03-15 Saat 07:39 ) değiştirilmiştir..
Alıntı ile Cevapla

  #22 (permalink)   iTrader 
Alt 2008-03-17, 14:46
Byturkx - ait Kullanıcı Resmi (Avatar)
Member
 
Üyelik tarihi: Feb 2008
Mesajlar: 104
Blog Entries: 1
Tecrübe Puanı: 1
iTrader: %0/0
Byturkx is an unknown quantity at this point
Standart

Merhaba iyinet,

Sunucum özellikleri:
AMD DUAL CORE 3600
2 GB RAM

İçinde 1 sitem var en fazla 1 K hit alıyor fakat inanılmaz yavaş .daha önce to many connection hatası vardı hallettik ama bu seferde yavaş inanılmaz derecede..

Bana önerebileceğiniz my.cnf configurasyonu nedir.yada başka bir dosyada oynamam gerekiyormu hız için.

Teşekkürler

Alıntı:
#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/se...variables.html

# This will be passed to all mysql clients
# It has been reported that passwords should be enclosed with ticks/quotes
# escpecially if they contain "#" chars...
# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock

# Here is entries for some specific programs
# The following values assume you have at least 32M ram

# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0

[mysqld]
set-variable=local-infile=0
#
# * Basic Settings
#
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
language = /usr/share/mysql/english
skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
# bind-address = 127.0.0.1
#
# * Fine Tuning
#
key_buffer = 16M
max_allowed_packet = 16M
thread_stack = 128K
thread_cache_size = 8
#max_connections = 1000
#table_cache = 64
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 1M
query_cache_size = 16M
#
# * Logging and Replication
#
# Both location gets rotated by the cronjob.
# Be aware that this log type is a performance killer.
#log = /var/log/mysql/mysql.log
#
# Error logging goes to syslog. This is a Debian improvement
#
# Here you can see queries with especially long duration
#log_slow_queries = /var/log/mysql/mysql-slow.log
#long_query_time = 2
#log-queries-not-using-indexes
#
# The following can be used as easy to replay backup logs or for replication.
#server-id = 1
log_bin = /var/log/mysql/mysql-bin.log
# WARNING: Using expire_logs_days without bin_log crashes the server! See README.Debian!
expire_logs_days = 10
max_binlog_size = 100M
#binlog_do_db = include_database_name
#binlog_ignore_db = include_database_name
#
# * BerkeleyDB
#
# Using BerkeleyDB is now discouraged as its support will cease in 5.1.12.
skip-bdb
#
# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
# You might want to disable InnoDB to shrink the mysqld process by circa 100MB.
#skip-innodb
#
# * Security Features
#
# Read the manual, too, if you want chroot!
# chroot = /var/lib/mysql/
#
# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
#
# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem



[mysqldump]
quick
quote-names
max_allowed_packet = 16M

[mysql]
#no-auto-rehash # faster start of mysql but no tab completition

[isamchk]
key_buffer = 16M

#
# * NDB Cluster
#
# See /usr/share/doc/mysql-server-*/README.Debian for more information.
#
# The following configuration is read by the NDB Data Nodes (ndbd processes)
# not from the NDB Management Nodes (ndb_mgmd processes).
#
# [MYSQL_CLUSTER]
# ndb-connectstring=127.0.0.1


#
# * IMPORTANT: Additional settings that can override those from this file!
#
!includedir /etc/mysql/conf.d/
Alıntı ile Cevapla

  #23 (permalink)   iTrader 
Alt 2008-03-17, 15:00
mami
 
Üyelik tarihi: Sep 2006
Nerden: dreamcity
Mesajlar: 4.330
Blog Entries: 3
Tecrübe Puanı: 0
iTrader: %100/18
Mywedding is just really niceMywedding is just really niceMywedding is just really niceMywedding is just really nice
Standart

lokasyon neresi, acaba
Alıntı:
Byturkx´isimli üyeden Alıntı Mesajı göster
Merhaba iyinet,

Sunucum özellikleri:
AMD DUAL CORE 3600
2 GB RAM

İçinde 1 sitem var en fazla 1 K hit alıyor fakat inanılmaz yavaş .daha önce to many connection hatası vardı hallettik ama bu seferde yavaş inanılmaz derecede..
Alıntı ile Cevapla

  #24 (permalink)   iTrader 
Alt 2008-03-17, 16:29
Byturkx - ait Kullanıcı Resmi (Avatar)
Member
 
Üyelik tarihi: Feb 2008
Mesajlar: 104
Blog Entries: 1
Tecrübe Puanı: 1
iTrader: %0/0
Byturkx is an unknown quantity at this point
Standart

ALMANYA LOKASYONLU
Alıntı ile Cevapla

  #25 (permalink)   iTrader 
Alt 2008-03-19, 02:46
Byturkx - ait Kullanıcı Resmi (Avatar)
Member
 
Üyelik tarihi: Feb 2008
Mesajlar: 104
Blog Entries: 1
Tecrübe Puanı: 1
iTrader: %0/0
Byturkx is an unknown quantity at this point
Standart

nekadar sürede buraya bakılıyor ama sorunu hala çözemedim bir fikri olan varmı?
Alıntı ile Cevapla

Cevapla


LinkBacks (?)
LinkBack to this Thread: http://forum.iyinet.com/mysql-veritabani-sql/85819-bellege-gore-mysql-my-cnf-ayarlari-kolay-hazir-mysql-ayarlari.html
Konuyu Başlatan For Type Tarih
Bellee gre MySQL my.cnf ayarlar - kolay hazr MySQL ayarlar - Google - Webmaster Forum / Google Webmaster Fan This thread Refback 2008-04-11 02:35
Belle?e gre MySQL my.cnf ayarlar? - kolay haz?r MySQL ayarl This thread Refback 2008-04-04 00:07

Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
Stil


Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Programsız Access ten Mysql Çok Kolay disconnect MySQL Veritabanı SQL 0 2007-01-29 10:06
Plesk ayarları WoLeRiNe Kontrol Panelleri 1 2006-11-22 16:37
mysql kategori ye göre listeleme hakimi MySQL Veritabanı SQL 6 2006-11-12 14:04
Karakter sayısına göre sıralama (mysql sorgusu) oruccim PHP 2 2006-08-04 00:19
PTR ayarları WoLeRiNe Web Hosting Kurulum Donanım Yazılım 2 2005-01-08 14:24


Bütün Zaman Ayarları WEZ +2 olarak düzenlenmiştir. Şu Anki Saat: 19:14 .


Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0

Firefox