Jump to content

yacenty

Clients
  • Posts

    1,537
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by yacenty

  1. Hello, Do You know what are and what is the source of "D" processes in the htop application? Recently I had notticed that in the peak time from time to I get about 10 to 30 mysql processes marked as "D" - then load goes from 20 to 40 and when D processes are runing only 4 processes are active and CPU usage is about 50-60% then just after the ammount of D processes goes to 0 then I see about 90-120 active processes and CPU usage is 100% on every core of QUAD processor. What could be done to avoid these "D" processes. Have You notticed such problem? I read that it could be caused by huge disk access needs by mysql process, but during this time - mysql disk access is very low - I mean iostat logs very minor ammount of blocks that are written to the hard drive. What is going on?
  2. Hi, what is doing xCache and what is doing memcache if both are enabled in global_conf.php? for sure xcache is caching php code what is doing memcache in that time? Are You using both? What is the impact on the server? Regards YacentY
  3. one more question - how it's possible to monitor if memchache is runing OK, if there are any benefits, which hits are taken by xcache, which ones are taken by memcache and which by mysql? regards YacentY
  4. have You added memcache extension in php.ini config? or it's enabled only in global_conf.php?
  5. so Are You using both? apc and memcache?
  6. could You give some details,, hints how to follow this operation?
  7. I'm already using xcache isn't it same functionality?
  8. Hello, Yesterday I had notticed over 600 QPS on my mysql server so I'm thinking about replication of the mysql server. Have You got experiences with this? Is IPB prepared for such funtionality? How to make mysql performance much bigger? - tweaks were done so next step is relativelly going to new server or maybe replication of DB into 2 servers to make performance bigger. Do You have any hints?
  9. yacenty

    Dissapointed

    I have four (4) tickets also, two of them are 3 days old, 1 is 1 day, 1 is 2day. When Could I expect solution and my site would work in good shape? Regards
  10. What I could recommned? First of all - dedicated hdd for db - just now I have SAS 2x 146gb 15k rpm in raid stripping mode and performance of DB is brilliant. Second issue is - forget about apache - use something smaller and lighter - example is nginx. After such operations I had reduced costs of the server two times :-) Regards YacentY
  11. I'm wondering my users feeling - that is important
  12. these resaults are very good joke if I would like to put new community on shared server. Probably no way to use IPB if it will be true and not fixed somehow
  13. 16 queries - 0.61 seconds - earlier it were about 0.10 seconds. On my 2.3.6 board with 500 users online I don't reach 0.10 for viewing topic or forum so why do we have 0.6 to 2.5 seconds to generate page? I count only data provided from board debug statistics It's easily visible that this site is much, much slower than my server that I figh with it that was very slow - I hope You remember this fights and argues
  14. that's agains our contract as I remember correctly!!! there is a $ in the contract that tells if You have a valid license You are able to get free updates :)
  15. I'm using IPB and also vBulletin on second board so I'm familiar with these 2 boards and with many addons, and I can tell - noone is perfect
  16. lets go to the tracker and see that there is only few unfixed items, so I could imagine release is just comming. There is huge ammount of items done so I hope it's very close to be public
  17. IN_DEV on - what is going on? how to set it up? is there any tutorial?
  18. Hello, I wanted to translate lang pack, and unfortunatelly it broke my english default lang pack - how to restore it now? Thanks and regards YacentY
  19. Hello, I had some issues with MySQL performance, especially when there is over 400users - seems that gallery makes this issue, because when I disable it it runs much faster. I had read few articles about differences between performance of MyISAM and innoBD table types. I'm nearly decided to move to innoDB, but I'm not sure if I have to do this only for some tables or do this for all tables in db, except sessions whil remain HEAP. Do any of You have some experience with performance on both of that db types? My server is DELL PowerEdge 2950III xeon quad core 2ghz, 8gb ram 3x146 gb sas disks in raid5 for system and www, 2x146 gb sas disks in raid0 only for db. Should it faster my site or it's not worth? Thanks in advance BR YacentY
  20. these 2 values changed - but all my tables are MyISAM - how to exchange table to HEAP? thanks in advance BR YacentY
  21. Hello everybody, I'm not so familiar with server and my last admin make my server crashed, so I would like to ask You to help me tweak my server. Let me start from the begining: HW: Athlon64 3700+ 2gb memory sata disk General usage: IPB + IPG +ICB wit other small addons: average 150 users online, peak 220-250, 3k users 70k post, also on this server I have: small SMF forum, average 3users online small 2 wordpresses with only few visits monthly small Joomla cms - average 20 visits daily small oscommerce shop - average 100 visits monthly :( SOftware installed: Apache 2.2.6 PHP 5.2.4+ eaccelerator 0.9.5.2 mysql 4.1 here are my configs: my.cnf [mysqld] default-character-set=latin2 init-connect = "SET NAMES latin2" language=polish skip-bdb #skip-innodb key_buffer = 192M #16MB myisam_sort_buffer_size = 34M join_buffer_size = 1M read_buffer_size = 1M sort_buffer_size = 2M table_cache = 1528 thread_cache_size = 286 tmp_table_size = 64M max_allowed_packet = 16M query_cache_limit = 2M query_cache_size = 256M #64M query_cache_type = 1 query_prealloc_size = 16384 query_alloc_block_size = 16384 tmpdir=/tmp #myisam-recover [mysqld_safe] open_files_limit = 8192 [mysqldump] quick max_allowed_packet = 10M [myisamchk] key_buffer = 64M sort_buffer = 64M read_buffer = 16M write_buffer = 16M [client] default-character-set=latin2 my apache conf - threads section <IfModule mpm_prefork_module> StartServers 30 MinSpareServers 10 MaxSpareServers 30 MaxClients 150 MaxRequestsPerChild 0 </IfModule> What should I do to tweak my server? Thanks in advance, BR YacentY
×
×
  • Create New...