Skocz do zawartości

333eee

Użytkownicy
  • Zawartość

    14
  • Rejestracja

  • Ostatnio

Reputacja

0 Normalna

1 obserwujący

O 333eee

  • Ranga
    Nowy użytkownik
  1. Wszystko zrobione, wydaje mi się ze strona chodzi może o 10% szybciej, ale o ile naprawdę przekonam się w godzinach szczytu czyli wieczorem. PS. Jak sprawdzić czy ten xcache działa? I gdzie przechowuje pliki cache? Obecny plik php.ini: Coś zmienić w ustawieniach ?
  2. Niestety lecz apt-get install php5-dev automake autoconf build-essential Nie działa :/ a dokładniej: Help...
  3. Tak mam Debiana, ale napisałeś "...install php5-dev..." czy ta piątka to wersja php? jeżeli tak to ja obecnie mam 4.4.7, więc czy coś się może zepsuć, jak się zainstaluje 5 ? I który lepszy xcache czy eaccelerator??
  4. Dzięki tylko... Wymagane jest: php4 or php5 autoconf automake libtool m4 Jak sprawdzić czy to wszystko mam?, i jak to zainstalować jak tego nie mam??
  5. Jutro zrobię aktualizację, a na ile zwiększyć key_buffer_size ?
  6. Masz jakieś instrukcje jak to się instaluje i co trzeba zmienić itp. ? Poprawiony Tuning primer (ale odpalony po około 30 godzinach od reboota): -- MYSQL PERFORMANCE TUNING PRIMER -- - By: Matthew Montgomery - MySQL Version 4.1.10-standard i686 Uptime = 1 days 6 hrs 10 min 38 sec Avg. qps = 56 Total Questions = 6158601 Threads Connected = 105 Warning: Server has not been running for at least 48hrs. It may not be safe to use these recommendations To find out more information on how each of these runtime variables effects performance visit: [url="http://dev.mysql.com/doc/refman/4.1/en/server-system-variables.html"]http://dev.mysql.com/doc/refman/4.1/en/ser...-variables.html[/url] Visit [url="http://www.mysql.com/products/enterprise/advisors.html"]http://www.mysql.com/products/enterprise/advisors.html[/url] for info about MySQL's Enterprise Monitoring and Advisory Service SLOW QUERIES The slow query log is NOT enabled. Current long_query_time = 5 sec. You have 106370 out of 6158621 that take longer than 5 sec. to complete Your long_query_time seems to be fine BINARY UPDATE LOG The binary update log is NOT enabled. You will not be able to do point in time recovery See [url="http://dev.mysql.com/doc/refman/4.1/en/point-in-time-recovery.html"]http://dev.mysql.com/doc/refman/4.1/en/poi...e-recovery.html[/url] WORKER THREADS Current thread_cache_size = 128 Current threads_cached = 41 Current threads_per_sec = 0 Historic threads_per_sec = 0 Your thread_cache_size is fine MAX CONNECTIONS Current max_connections = 500 Current threads_connected = 87 Historic max_used_connections = 414 The number of used connections is 82% of the configured maximum. Your max_connections variable seems to be fine. MEMORY USAGE Max Memory Ever Allocated : 2.22 G Configured Max Per-thread Buffers : 2.61 G Configured Max Global Buffers : 58 M Configured Max Memory Limit : 2.67 G Physical Memory : 1.94 G Max memory limit exceeds 90% of physical memory KEY BUFFER Current MyISAM index space = 189 M Current key_buffer_size = 16 M Key cache miss rate is 1 : 291 Key buffer free ratio = 0 % You could increase key_buffer_size It is safe to raise this up to 1/4 of total system memory; assuming this is a dedicated database server. QUERY CACHE Query cache is enabled Current query_cache_size = 32 M Current query_cache_used = 1019 K Current query_cache_limit = 1 M Current Query cache Memory fill ratio = 3.11 % Current query_cache_min_res_unit = 4 K Your query_cache_size seems to be too high. Perhaps you can use these resources elsewhere MySQL won't cache query results that are larger than query_cache_limit in size SORT OPERATIONS Current sort_buffer_size = 2 M Current read_rnd_buffer_size = 256 K Sort buffer seems to be fine JOINS Current join_buffer_size = 1.00 M You have had 0 queries where a join could not use an index properly Your joins seem to be using indexes properly OPEN FILES LIMIT Current open_files_limit = 2558 files The open_files_limit should typically be set to at least 2x-3x that of table_cache if you have heavy MyISAM usage. Your open_files_limit value seems to be fine TABLE CACHE Current table_cache value = 1024 tables You have a total of 169 tables You have 825 open tables. The table_cache value seems to be fine TEMP TABLES Current max_heap_table_size = 16 M Current tmp_table_size = 32 M Of 0 temp tables, 0% were created on disk Effective in-memory tmp_table_size is limited to max_heap_table_size. Created disk tmp tables ratio seems fine TABLE SCANS Current read_buffer_size = 1 M Current table scan ratio = 644 : 1 read_buffer_size seems to be fine TABLE LOCKING Current Lock Wait ratio = 1 : 1 You may benefit from selective use of InnoDB. If you have long running SELECT's against MyISAM tables and perform frequent updates consider setting 'low_priority_updates=1'
  7. Witam Pomóżcie w optymalizacji lub/i wyborze nowego serwera dedykowanego! Oto obecne parametry: AMD Athlon 64 X2 Dual Core Processor 5600+ 2 GB RAM DDR2 Dyski: 2 x 250 GB Transfer miesięcy: 1 TB (czasem jest przekroczony) Serwer jest przeznaczony tylko dla 1 strony opartej na systemie DLE v7.5 (Datalife Engine) Serwer jest wykorzystywany w ponad 100%, strona dobrze chodzi w nocy i rano, później w godzinach szczytu jest tragicznie, ładuje się wolno, nie zawsze a 1 razom (czasem trzeba odświeżacz stronę kilku krotnie, aby uzyskać połączanie) Baza danych MySQL przekracza 500 Mb Online na stronie wg. statystyk liveinternet sięga 2000 Dziś zobaczyłem chyba rekordowy wynik: Load Average 125.87, 82.42, 55.10 Normalnie jest to: 45.11, 38.02, 41.16 Plik my.cnf [mysqld] local-infile=0 skip-locking skip-innodb query_cache_limit=1M query_cache_size=32M query_cache_type=1 max_connections=500 interactive_timeout=100 wait_timeout=100 connect_timeout=10 thread_cache_size=128 key_buffer=16M join_buffer=1M max_allowed_packet=16M table_cache=1024 record_buffer=1M sort_buffer_size=2M read_buffer_size=2M max_connect_errors=10 # Try number of CPU's*2 for thread_concurrency thread_concurrency=4 myisam_sort_buffer_size=64M server-id=1 long_query_time=5 [safe_mysqld] err-log=/var/log/mysqld.log open_files_limit=8192 [mysqldump] quick max_allowed_packet=16M [mysql] no-auto-rehash #safe-updates [isamchk] key_buffer=64M sort_buffer=64M read_buffer=16M write_buffer=16M [myisamchk] key_buffer=64M sort_buffer=64M read_buffer=16M write_buffer=16M [mysqlhotcopy] interactive-timeout[mysqld] Wynik tuning-primer -- MYSQL PERFORMANCE TUNING PRIMER -- - By: Matthew Montgomery - MySQL Version 4.1.10-standard i686 ./tuning-primer.sh: line 407: bc: command not found ./tuning-primer.sh: line 408: bc: command not found ./tuning-primer.sh: line 409: bc: command not found ./tuning-primer.sh: line 410: bc: command not found ./tuning-primer.sh: line 411: bc: command not found ./tuning-primer.sh: line 412: bc: command not found Uptime = days hrs min sec Avg. qps = 43 Total Questions = 13547226 Threads Connected = 85 Server has been running for over 48hrs. It should be safe to follow these recommendations To find out more information on how each of these runtime variables effects performance visit: [url="http://dev.mysql.com/doc/refman/4.1/en/server-system-variables.html"]http://dev.mysql.com/doc/refman/4.1/en/ser...-variables.html[/url] Visit [url="http://www.mysql.com/products/enterprise/advisors.html"]http://www.mysql.com/products/enterprise/advisors.html[/url] for info about MySQL's Enterprise Monitoring and Advisory Service SLOW QUERIES The slow query log is NOT enabled. Current long_query_time = 5 sec. You have 279911 out of 13547290 that take longer than 5 sec. to complete Your long_query_time seems to be fine BINARY UPDATE LOG The binary update log is NOT enabled. You will not be able to do point in time recovery See [url="http://dev.mysql.com/doc/refman/4.1/en/point-in-time-recovery.html"]http://dev.mysql.com/doc/refman/4.1/en/poi...e-recovery.html[/url] WORKER THREADS Current thread_cache_size = 128 Current threads_cached = 94 Current threads_per_sec = 0 Historic threads_per_sec = 0 Your thread_cache_size is fine MAX CONNECTIONS Current max_connections = 500 Current threads_connected = 80 Historic max_used_connections = 422 The number of used connections is 84% of the configured maximum. Your max_connections variable seems to be fine. MEMORY USAGE ./tuning-primer.sh: line 1226: bc: command not found ./tuning-primer.sh: line 1227: bc: command not found ./tuning-primer.sh: line 1251: bc: command not found ./tuning-primer.sh: line 1254: bc: command not found ./tuning-primer.sh: line 1255: bc: command not found ./tuning-primer.sh: line 1257: bc: command not found ./tuning-primer.sh: line 1259: [: -gt: unary operator expected ./tuning-primer.sh: line 369: [: max_memoryHR: integer expression expected ./tuning-primer.sh: line 375: [: max_memoryHR: integer expression expected ./tuning-primer.sh: line 381: [: max_memoryHR: integer expression expected ./tuning-primer.sh: line 388: export: `=max_memoryHR': not a valid identifier Max Memory Ever Allocated : bytes ./tuning-primer.sh: line 369: [: per_thread_buffersHR: integer expression expected ./tuning-primer.sh: line 375: [: per_thread_buffersHR: integer expression expected ./tuning-primer.sh: line 381: [: per_thread_buffersHR: integer expression expected ./tuning-primer.sh: line 388: export: `=per_thread_buffersHR': not a valid identifier Configured Max Per-thread Buffers : bytes ./tuning-primer.sh: line 369: [: global_buffersHR: integer expression expected ./tuning-primer.sh: line 375: [: global_buffersHR: integer expression expected ./tuning-primer.sh: line 381: [: global_buffersHR: integer expression expected ./tuning-primer.sh: line 388: export: `=global_buffersHR': not a valid identifier Configured Max Global Buffers : bytes ./tuning-primer.sh: line 369: [: total_memoryHR: integer expression expected ./tuning-primer.sh: line 375: [: total_memoryHR: integer expression expected ./tuning-primer.sh: line 381: [: total_memoryHR: integer expression expected ./tuning-primer.sh: line 388: export: `=total_memoryHR': not a valid identifier Configured Max Memory Limit : bytes ./tuning-primer.sh: line 350: bc: command not found Physical Memory : G Max memory limit seem to be within acceptable norms KEY BUFFER ./tuning-primer.sh: line 668: bc: command not found ./tuning-primer.sh: line 669: bc: command not found ./tuning-primer.sh: line 350: bc: command not found Current MyISAM index space = M ./tuning-primer.sh: line 350: bc: command not found Current key_buffer_size = M Key cache miss rate is 1 : 414 Key buffer free ratio = % ./tuning-primer.sh: line 706: [: -le: unary operator expected ./tuning-primer.sh: line 710: [: -le: unary operator expected Your key_buffer_size seems to be fine QUERY CACHE ./tuning-primer.sh: line 741: bc: command not found ./tuning-primer.sh: line 742: bc: command not found Query cache is enabled ./tuning-primer.sh: line 350: bc: command not found Current query_cache_size = M ./tuning-primer.sh: line 350: bc: command not found Current query_cache_used = M ./tuning-primer.sh: line 350: bc: command not found Current query_cache_limit = M Current Query cache Memory fill ratio = % ./tuning-primer.sh: line 350: bc: command not found Current query_cache_min_res_unit = K ./tuning-primer.sh: line 755: bc: command not found ./tuning-primer.sh: line 756: bc: command not found ./tuning-primer.sh: line 757: [: -gt: unary operator expected ./tuning-primer.sh: line 764: [: -le: unary operator expected MySQL won't cache query results that are larger than query_cache_limit in size SORT OPERATIONS ./tuning-primer.sh: line 350: bc: command not found Current sort_buffer_size = M ./tuning-primer.sh: line 350: bc: command not found Current read_rnd_buffer_size = K Sort buffer seems to be fine JOINS ./tuning-primer.sh: line 350: bc: command not found Current join_buffer_size = M You have had 0 queries where a join could not use an index properly Your joins seem to be using indexes properly OPEN FILES LIMIT Current open_files_limit = 2558 files The open_files_limit should typically be set to at least 2x-3x that of table_cache if you have heavy MyISAM usage. Your open_files_limit value seems to be fine TABLE CACHE Current table_cache value = 1024 tables You have a total of 169 tables You have 799 open tables. The table_cache value seems to be fine TEMP TABLES ./tuning-primer.sh: line 350: bc: command not found Current max_heap_table_size = M ./tuning-primer.sh: line 350: bc: command not found Current tmp_table_size = M Of 280 temp tables, 0% were created on disk Effective in-memory tmp_table_size is limited to max_heap_table_size. Created disk tmp tables ratio seems fine TABLE SCANS ./tuning-primer.sh: line 350: bc: command not found Current read_buffer_size = M Current table scan ratio = 758 : 1 read_buffer_size seems to be fine TABLE LOCKING Current Lock Wait ratio = 1 : 1 You may benefit from selective use of InnoDB. If you have long running SELECT's against MyISAM tables and perform frequent updates consider setting 'low_priority_updates=1' Serwer był uruchomiony ponad 48 godzin. Proszę o pomoc! jeżeli mam podać jeszcze jakieś dane to proszę pisać co dokładnie i podać np. komendę jeżeli jest konieczna, ponieważ nie znam się na wszystkim w tej dziedzinie. Oczywiście mogę też zmienić serwer tylko proszę jakiś doradzić dobry w rozsądnej cenie (w granicach 450 zł) transfer 1 TB albo większy, i więcej RAM.
  8. Dedyk Dla Większego Portalu?

    Co sądzicie o pakiecie "Dedyk 100" z oferty http://www.forall.pl/serwery_dedykowane ?? (oczywiście z kilkoma dodatkami, dodatkowy ram itp.)
  9. Dedyk Dla Większego Portalu?

    No dobra dobra, ale jaki on ma transfer miesięczny ?? Bo pisze "Cena (sprzęt i kolokacja): 450 PLN netto / miesiąc" i do tego trzeba płacić jeszcze za transfer : "200 GB - 220 PLN netto / miesiąc 500 GB - 510 PLN netto / miesiąc 1000 GB - 990 PLN netto / miesiąc" Jeżeli tak to koszt jest za duży, Proszę o inne serwery (tańsze) i najlepiej jak od razu będzie phpMyadmin i cPanel lub inny dobry panel do zarządzania stroną... Najlepiej w Polsce ale może być w Niemczech tylko z możliwością płacenia PayPalem lub podobnym sposobem, bo nie mam karty kredytowej tylko normalne konto w banku.
  10. Co do serwera dedykowanego to już dodałem temat, link: http://www.webhostingtalk.pl/index.php?showtopic=9477 Jednak zrezygnowałem ponieważ, cena jest zbyt wysoka na utrzymanie takiego serwera i dlatego wole normalny hosting... choć wiem że to nie najlepsze rozwiązanie, ale po prostu nie chce udawać z 500 zł miesięcznie na utrzymanie serwera, bo 500 zł to moje średnie zarobki z prowadzenia strony więc całość by poszła na serwer... Skrypt to rosyjskie DLE (Data life engine) trochę wymagający, ale o wiele lepszy od forum i innych CMS'ów
  11. Dedyk Dla Większego Portalu?

    Niestety już zrezygnowałem z kupienia serwera dedykowanego (w wyniku na zbyt duże koszta), jak możecie proszę doradzić mi w kupieniu dobrego konta www, link do tematu: http://www.webhostingtalk.pl/index.php?showtopic=9480
  12. Witam Chce kupiś dobry, stabilny i szybki hosting dla strony! Chodzi o portal EXSite.pl (statystyki sięgają 141782 wyświetleń i 52667 wejść unikalnych dziennie) dotychczasowy serwer to specjalny pakiet bighost.pl po znajomośći z ponad 200GB transferu miesięcznie. Dnia 5.09 serwer przestał wydalać i strona padła (jest błąd 403 Forbidden) na poprzednim serwerze pojawiał się podczas godzin szczytu jak było ponad 300 osób on-line. Oto minimalne właściwości serwera: Miejsce: minimalnie 200 MB (najlepiej ponad 500) Transfer: min 200 GB (najlepiej ponad 500 lub bez ograniczeń) Dodatki: bazy MySQL miejsce z 100 MB (najlepiej wspólne z miejscem na serwerze), najlepiej z systemem cPanel, phpMyadmin (od wersji 2.8.1 w zwyż) i obsługa .htacces Zależy mi jak najlepszej ofercie i stabilności. Proszę podawać linki do serwerowni które sprzedają takie serwery!
  13. Dedyk Dla Większego Portalu?

    Więc tak, co do dedyków to niestety znam się na tym tylko troszkę (nigdy sam nie kupowałem dedyka) jedynie sam zarządzałem i tak jakby wszystko było gotowe, ja tylko tam wgrywałem pliki włączałem, konfigurowałem programy (ShoutCast, Autopiloty i inne bajery do radia internetowego) jeżeli ten Admin to osoba która ma zarządzać serwerem to chyba jej nie potrzebuje no może w 1 miesiącu, żeby wszystko dobrze odpalić i żeby strona działała, bo więcej pomocy raczej nie będę potrzebował chyba jakby coś nie działało itp. Co do tego serwera w IQ to niestety jest za drogi, szczególnie koszt aktywacji (1000 lub 2000 zł na czas nieokreślony) Co do serwerów w Euro (zagranicznych) to proszę powiedzieć jaka firma jest dobra i jak się im płaci, przez paypal czy coś w tym stylu ??
  14. Witam Czy kupienie dedyka dla strony internetowej do dobre rowiązanie ?? Chodzi o portal EXSite.pl (statystyki sięgają 141782 wyświetleń i 52667 wejść unikalnych dziennie) dotychczasowy serwer (normalne konto www) specjalny pakiet bighost.pl po znajomośći z około 200GB transferu. Dnia 5.09 serwer przestał wydalać i strona padła (jest błąd 403 Forbidden) na poprzednim serwerze pojawiał się podczas godzin szczytu jak było ponad 300 osób on-line. Czy kupienie dedyka pod portal to dobre rozwiązanie ?? Przeglądając oferty wybrałem: http://xxl-web.com/serwerydedykowane/serwe...92d1433517.html pakiet Power1000 Czy ten serwer posiada phpMyadmin?? SQL?? cPanel lub inny dobry panel ?? Zależy mi na taniej a dobrej ofercie. PS. Który system jest najlepszy do takiego rozwiązania ?? Czekam na odpowiedz
×