Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Big Board Discussions

Reply
 
Thread Tools
How many of you are running 64 bit servers? Details »»
How many of you are running 64 bit servers?
Version: , by FlyBoy73 FlyBoy73 is offline
Developer Last Online: Jul 2014 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-18-2006 Last Update: Never Installs: 0
 
No support by the author.

How many of you with leased dedicated or colo dedicated servers are running 64 Bit System? I don't mean that you have 64 bit processors... I mean that you are running 64 Bit Linux.

If you are running 64 Bit.. Have you seen any speed increases that you can attribute to moving to 64 bits and more importantly... have you had any headaches or problems with your 64 bit system?

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-18-2006, 10:28 PM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Which brings me to another question - which FREE 64 OS is recommended?

Centos vs Fedora Core vs FreeBSD?
Reply With Quote
  #3  
Old 04-18-2006, 10:33 PM
FlyBoy73 FlyBoy73 is offline
 
Join Date: Jan 2002
Location: Texas, USA
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am using (on my new server) CentOS.
Reply With Quote
  #4  
Old 04-18-2006, 11:20 PM
markA4 markA4 is offline
 
Join Date: Apr 2002
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We were planning on trying out the 64 bit version of CentOS on our newly ordered server but it will only be running MySQL. Is anyone actually running MySQL 5.0.19 on a 64 bit server? We are still on the 4.0.x line but are looking at whether to install 4.1.x or 5.0.x on this new server. Seems like as good a time as any to upgrade to 5.0.x.
Reply With Quote
  #5  
Old 04-18-2006, 11:29 PM
adalren adalren is offline
 
Join Date: May 2003
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We're using 64bit CentOS. The openssl benchmark says 64bit is faster. I'm not sure how it translates into real world performance. Make sure you use apc and not eaccelerator. EA segfaults on 64bit OS's.

Here are some benchmark results on Dual 3.4 Xeons with 32bit CentOS.
Code:
openssl speed rsa
                  sign    verify    sign/s verify/s
rsa  512 bits 0.000761s 0.000065s   1313.9  15294.6
rsa 1024 bits 0.003875s 0.000189s    258.0   5286.8
rsa 2048 bits 0.022906s 0.000624s     43.7   1602.1
rsa 4096 bits 0.151818s 0.002230s      6.6    448.5

openssl speed rsa -multi 2
                  sign    verify    sign/s verify/s
rsa  512 bits 0.000385s 0.000033s   2594.0  30536.1
rsa 1024 bits 0.001927s 0.000094s    518.9  10638.3
rsa 2048 bits 0.011458s 0.000312s     87.3   3200.0
rsa 4096 bits 0.075470s 0.001116s     13.3    896.3

openssl speed rsa -multi 4
                  sign    verify    sign/s verify/s
rsa  512 bits 0.000304s 0.000026s   3287.5  39120.5
rsa 1024 bits 0.001524s 0.000072s    656.2  13901.2
rsa 2048 bits 0.008759s 0.000235s    114.2   4250.8
rsa 4096 bits 0.056805s 0.000825s     17.6   1212.8
Same thing with 64bit.
Code:
openssl speed rsa
                  sign    verify    sign/s verify/s
rsa  512 bits 0.000329s 0.000027s   3035.4  36386.4
rsa 1024 bits 0.001350s 0.000069s    740.8  14437.7
rsa 2048 bits 0.007782s 0.000219s    128.5   4562.1
rsa 4096 bits 0.050812s 0.000825s     19.7   1211.7

openssl speed rsa -multi 2
                  sign    verify    sign/s verify/s
rsa  512 bits 0.000283s 0.000024s   3530.5  42109.9
rsa 1024 bits 0.001194s 0.000062s    837.3  16260.2
rsa 2048 bits 0.006929s 0.000195s    144.3   5128.2
rsa 4096 bits 0.045611s 0.000683s     21.9   1464.1

openssl speed rsa -multi 4
                  sign    verify    sign/s verify/s
rsa  512 bits 0.000141s 0.000012s   7086.0  85568.9
rsa 1024 bits 0.000594s 0.000030s   1684.6  32786.9
rsa 2048 bits 0.003454s 0.000097s    289.5  10256.4
rsa 4096 bits 0.022761s 0.000341s     43.9   2928.8
For comparison, 32bit Dual Opteron 275.
Code:
openssl speed rsa -multi 4
rsa  512 bits 0.000149s 0.000012s   6700.3  83333.3
rsa 1024 bits 0.000559s 0.000030s   1788.2  33060.1
rsa 2048 bits 0.003125s 0.000091s    320.0  11049.7
rsa 4096 bits 0.020170s 0.000308s     49.6   3241.6
64bit Dual Opteron 275
Code:
openssl speed rsa -multi 4
rsa  512 bits 0.000074s 0.000006s  13425.6 166666.7
rsa 1024 bits 0.000279s 0.000015s   3587.7  66393.4
rsa 2048 bits 0.001566s 0.000045s    638.4  22099.8
rsa 4096 bits 0.010055s 0.000153s     99.5   6525.3
Reply With Quote
  #6  
Old 04-18-2006, 11:52 PM
FlyBoy73 FlyBoy73 is offline
 
Join Date: Jan 2002
Location: Texas, USA
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"Higher is Better" Well, on the right side of the results..

Thanks a lot for the results.
Reply With Quote
  #7  
Old 04-19-2006, 02:24 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice results on the dual/dual Opteron!
Reply With Quote
  #8  
Old 04-19-2006, 02:25 AM
Erwin's Avatar
Erwin Erwin is offline
 
Join Date: Jan 2002
Posts: 7,604
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm currently ordering quad opterons and dual/dual opterons and dual xeons in different combos - apparently cPanel (which I like using as it makes life easier for self-management) doesn't like 64 bit OSes - any experiences with that?
Reply With Quote
  #9  
Old 04-19-2006, 02:44 AM
FlyBoy73 FlyBoy73 is offline
 
Join Date: Jan 2002
Location: Texas, USA
Posts: 297
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Erwin just voiced the question I should have posed in the opening post - this is a big concern for me as well. We are about to install WHM/cPanel on my 64 bit CentOS 4.1 OS. My server manager told me he has it running well on a lot of other servers he manages and colos (not where I colo) so I just gave the go-ahead to see how it runs on my server, though if it shows any problems I'm not going to be experimenting for good results. I'm not in a time crunch yet to get off my other servers so maybe I can contribute to some testing.

Will let you all know how that goes.
Reply With Quote
  #10  
Old 04-19-2006, 07:31 PM
kerplunknet kerplunknet is offline
 
Join Date: Jul 2002
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We're using Fedora Core 4 (64-bit linux, dual Opterons, dual core) for our database server...

I don't even have the vocabulary to explain how fast it is.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06992 seconds
  • Memory Usage 2,288KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete