What Is Best Socket Am2 940 Cpu
I am working on doing some various upgrades to my workstation computer. I got it back in Nov and have been adding to it every since. The motherboard was bad when I first got it so I had to buy a new one. I already had an athlon 5600 so I figured I would get the mobo for that. Upon advice from various people I got the abit kn9 sli, for socket am2 940 processors and nvidia nforce 570 sli mcp
I am wanting to upgrade the processor now but I havent really found much info on what would be the highest level processor I could drop in. I know the phenoms dont work and some have told me that the athlon 6400 would be the biggest i could drop in but that isnt much more then I have now so would be no point.
So basically I was posting to see if anyone knew the best processor I could drop in this or the best socket am2 940 processor there is
View Complete Thread with Replies
Sponsored Links:
Related Forum Messages:
Socket F <-> Socket 940 Heatsinks
If you have a socket F m/b, does a socket 940 heatsink works nicely on a socket F m/b? I can fit the original socket 940 heatsink on a socket F m/b but I am not sure whether there are any cooling related problems? According to the thermal design guide, it says: Quote: The heat sink, fan, mounting spring clip, and thermal interface material used for the AMD PIB thermal solution for socket F (1207) processors are the same as the heat sink, fan, mounting spring clip, and thermal interface material used for systems based on the socket 940 processor. The plastic retention frame, made of 20% glass-filled Lexan, is a two-piece implementation rather than the single-piece frame used for socket 940. This change accommodates the larger foot-print of socket F (1207) processors. [url] So are they interchangeable? I do have socket F heatsinks just to save the hassle of testing and breaking things. The reason I am asking is that it is tough to find socket F heatsinks here, and there are some socket 940 HSF floating around so I might as well use socket 940 HSF when somehow the ones that I have are not working or I run out of socket F coolers.
View Replies!
View Related
Good AMD AM2 MOBO
We have tried a few amd mobo's for the AM2 processors and the one we found which worked out of the box with all the onboard stuff was discontinued. Does anyone know of a good AMD AM2 mobo which has SATA working out of the box with CentOS?
View Replies!
View Related
AM2 Motherboard Recommendation For SC512L-260B
Is there a current motherboard out there that will fit the Supermicro SC512L-260B chassis without modification? I think Foxconn had one recently, but it may have been discontinued. I know sometimes you have to grind off the the Audio since it is too high for the 1U chassis. I'm hoping maybe ASUS has something that will fit.
View Replies!
View Related
AMD AM2 Motherboard Linux Compatibility
I have tested the Asus M2N-MX motherboard on CentOS 5, the first 10 worked very well, zero problems and very stable. My next 10 somehow did not work at all, after speaking to asus techs, I had to stick a 512MB ram module (which does make the motherboard work) and update the bios. Now the 1GB kingston ddr2 modules work fine. Installed centos, and then to find out that every time the server gets rebooted, ALL eth0 settings are lost. I tested debian on it and same story! The nic is found, but debian is assigning/detecting new MAC's for the nic all the time. The weird thing is the first batch is working very good! I have wasted countless hours in trying to get this second batch working with no luck. I am looking to get the gigabyte GA-M61PM-S2 with RTL8211 nic. Anyone who was able to get this one running with centos without any problems?
View Replies!
View Related
Socket
This is on a Debian VPS with Apache installed. I figured this forum would be more appropriate because I think this is an OS level issue. I'm running a basic php client / php server. The php script is requested by the web browser and connects to the php server on the backend. However, if I connect more than a few times by clicking refresh I get this: Warning: fsockopen() [function.fsockopen]: unable to connect to 127.0.0.1:1240 (Unknown error) in /home/www/client_connect.php on line 3 error opening fp It should also be noted that I've gotten this same error when I try to do over 20 simultaneous connections with stream_sock_client() running from the command-line (non-root). Or when I try to connect to my backend from my frontend. Warning: stream_socket_client(): unable to connect to xx.xxx.xx.xxx:1838 (Unknown error) in /home/adam/server/test.php on line 488 failed to connect to xx.xxx.xx.xxx:1838 errno:0 errstr: ~/www$ ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited max nice (-e) 0 file size (blocks, -f) unlimited pending signals (-i) unlimited max locked memory (kbytes, -l) unlimited max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) unlimited max rt priority (-r) 0 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) unlimited virtual memory (kbytes, -v) unlimited file locks (-x) unlimited What can I do to trouble shoot this?
View Replies!
View Related
Apache And Socket
I've a strange problem with my flashchat realized on php and xmlsocket. I premise that chat works fine with 100 concurrent user. But When the number rises, and I've been to 350 users at the same time, something happens to the server which makes the whole thing freeze. After I eliminated just about everything that can go wrong with the php side of things, we came to the conclusion that this must be something related to the apache, since if before the php socket server went bad on account of an error, we simply needed to relaunch the php again, and everything would start up and work just fine untill the next crash. We have a unix server, using Apache 2, php 4.something or 5 (but again, problem is not there), did anyone knows what this could be? are we passing some limit of sockets connections Apache has that we don't know about? a limit of data transfer we are breaking? my script, when running and holding on to 300 users, use about 2-3 Mbit of bandwidth, nothing to get excited about.
View Replies!
View Related
PHP Socket Server
Is there anywhere where I can run a php socket server that is not a dedicated server. I doubt that there is, but you never know maybe out there somewhere there is someone that allows this.
View Replies!
View Related
Socket Application Hosting
I am currently developing a PHP socket server for a flash application that needs constant client -> server communication. I understand that this is not typical for hosting solutions so does anyone know of a host that would allow me to run a custom application running on a non-standard port?
View Replies!
View Related
MySQL Can't Connect To Socket.....
I saw following error in some of my site in my server. Coppermine critical error: Unable to connect to database ! MySQL said: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111) or following error : Invalid mysql server connection Please help me how can I resolve this error ! /etc/my.cnf : [mysqld] datadir=/var/lib/mysql skip-locking skip-innodb skip-networking safe-show-database query_cache_limit=1M query_cache_size=16M ## 32MB for every 1GB of RAM query_cache_type=1 max_user_connections=200 max_connections=500 interactive_timeout=10 wait_timeout=20 connect_timeout=20 thread_cache_size=128 key_buffer=64M ## 128MB for every 1GB of RAM join_buffer=1M max_connect_errors=20 max_allowed_packet=16M table_cache=1024 record_buffer=1M sort_buffer_size=1M ## 1MB for every 1GB of RAM read_buffer_size=1M ## 1MB for every 1GB of RAM read_rnd_buffer_size=1M ## 1MB for every 1GB of RAM thread_concurrency=8 ## Number of CPUs x 2 myisam_sort_buffer_size=64M server-id=1 collation-server=latin1_general_ci [mysql.server] user=mysql basedir=/var/lib [safe_mysqld] err-log=/var/log/mysqld.log pid-file=/var/lib/mysql/mysql.pid 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 My server details : 1 GB RAM P4 3.00 HT
View Replies!
View Related
Selling A 4 Socket Enterprise Server
I have a somewhat unusual question for a hosting forum, but it seems to fit here reasonably well. I figure that anyone who does colo would know about buying and selling servers. Right now, I have a very high-end system, basically a Sun V40z: [url] It is fully configured with processors, memory, but only has a single hard drive currently. The system comes with a built in management processor and OS; from the console you can boot/restart the server, check which DIMMs or processors are working (or failed), etc. It has been barely used, and is in mint condition. I'm thinking about selling it, because I'd prefer a smaller, more compact server. Where do you guys go to sell servers? Based on listings here, the server seems to sell in the range of 20K, with a warranty of sorts (30 days): [url] Obviously, I can provide no warranty, but I have pretty much the same configuration. It's meant to be a pretty high-end database server, and I just don't need this many horsepower.
View Replies!
View Related
Missing Data In Server Socket Application
i developed a socket application to recive data from port.this application recvng data from a unit through port no 4444(Vehicle Tracking unit). this application recvng data and evrything is ok....but some times no anydata is coming in to this application.for eg:if application recves data 2 days after that 2 days it will recve one or two data only....again after 2 days it will recve all data correcly....that means lot of missing data we have....my question is whether this missing data is bse of my socket application or unit? The manufacturing company telling us unit is sending the data continuiously..but some times this socket application is not recvng data in 2 days interval....i dont know how to solve this issue....is any other setting is required in server to recve data continuously.... i think socket application 100% is ok...unit maufactures telling unit also sending data continuously...then where the problem is???can anybdy share ur idea about this?
View Replies!
View Related
Two Sessions Active At The Same Time With Same Socket Application
i hosted one server socket application in my dedicated server which is recving the data from different units(vehicle tracking system) through port no 4444.in dedicated machine i am keeping one active session always...that means my socket application exe is opened always in an active session ie sectionA.This session is not logged off insted i used to close the rdp for keeping this session active.Based on settings if userA accessing SessionA then userB cannot able to reach the active sessionA at the same time instead new sessionB will open for userB. now my question is if userB also opened socket application in SessionB with same portno ,then which soket application will recive data from the units...whther the applictaion from sessionA or from SessionB?
View Replies!
View Related
Pop :: Unable To Create Selectable TCP Socket
I have one mail server. and our one client sending and receiving mails through php coding so i have setup all the configurations in config.php file and sending mail ok but pop retrieves is not working and i m getting error------------> Cannot create POP3 connection to pop.mxo2.com: Unable to create selectable TCP socket (3494 >= 1024)
View Replies!
View Related
Proftpd :: Data Socket Error: No Route To Host
i get this error I no u gotta added 2 lines in proftpd.conf but i can't seem to find it no where! here's my errors! [L] PASV [L] 227 Entering Passive Mode (64,85,164,21,193,144). [L] Opening data connection IP: 64,85,164,21 PORT: 49552 [L] Data Socket Error: No route to Host [L] List Error [L] PASV [L] 227 Entering Passive Mode (64,85,164,21,202). [L] Opening data connection IP: 64,85,164,21 PORT: 57546 [L] Data Socket Error: No route to Host [L] List Error [L] 421 No Transfer Timeout (300 seconds): closing control connection. [L] Connection lost: 64,85,164,21 i really do not no there's a command for passive mode or something in proftpd.conf can't seem to find it no where!
View Replies!
View Related
Cpu Usage... Is It The Same As Cpu Cycles- And Any Good Webhost Monitoring Sites
I'm trying to write an article about webhosting. I've completed most of the article but there are some points I still can't figure out. a) I'm actually confused about this: is limiting of cpu usage the same as limiting cpu cycles or even cpu throttling? I see these terms mentioned everywhere but they're all quite confusing. b) And also, where can I find good sites for tracking webhost uptime and with some comprehensive data? I've only found this comprehensive site so far but have failed to find any others: [url] And any other sites I found have been mediocre.
View Replies!
View Related
CPU - Xx%id
What would the %id mean? Seems that it's always reaching above 95% each time I check. What does that bit mean? Is there a tool/script to lower this? Quote: top - 11:14:25 up 7:04, 1 user, load average: 0.15, 0.07, 0.01 Tasks: 117 total, 1 running, 116 sleeping, 0 stopped, 0 zombie Cpu(s): 2.7%us, 0.2%sy, 0.0%ni, 99.0%id, 0.2%wa, 0.0%hi, 0.0%si, 0.0%st Mem: 4147196k total, 1148920k used, 2998276k free, 124444k buffers Swap: 2907756k total, 0k used, 2907756k free, 656928k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3279 root 16 0 27200 14m 2864 S 5 0.4 0:43.30 /usr/local/lighttpd/bin/php-cgi 2401 mysql 15 0 290m 67m 3864 S 1 1.7 3:31.30 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib 1 root 15 0 2032 648 552 S 0 0.0 0:00.34 init [3] 2 root RT 0 0 0 0 S 0 0.0 0:00.00 [migration/0] 3 root 34 19 0 0 0 S 0 0.0 0:00.00 [ksoftirqd/0] 4 root RT 0 0 0 0 S 0 0.0 0:00.00 [watchdog/0] 5 root RT 0 0 0 0 S 0 0.0 0:00.00 [migration/1] 6 root 34 19 0 0 0 S 0 0.0 0:00.00 [ksoftirqd/1] 7 root RT 0 0 0 0 S 0 0.0 0:00.00 [watchdog/1] 8 root 10 -5 0 0 0 S 0 0.0 0:00.00 [events/0] 9 root 10 -5 0 0 0 S 0 0.0 0:00.00 [events/1] 10 root 10 -5 0 0 0 S 0 0.0 0:00.00 [khelper] 11 root 11 -5 0 0 0 S 0 0.0 0:00.00 [kthread] 15 root 10 -5 0 0 0 S 0 0.0 0:00.00 [kblockd/0] 16 root 10 -5 0 0 0 S 0 0.0 0:00.00 [kblockd/1] 17 root 14 -5 0 0 0 S 0 0.0 0:00.00 [kacpid] 109 root 14 -5 0 0 0 S 0 0.0 0:00.00 [cqueue/0] 110 root 14 -5 0 0 0 S 0 0.0 0:00.00 [cqueue/1] 113 root 10 -5 0 0 0 S 0 0.0 0:00.00 [khubd] 115 root 10 -5 0 0 0 S 0 0.0 0:00.00 [kseriod] 181 root 19 0 0 0 0 S 0 0.0 0:00.00 [pdflush] 182 root 15 0 0 0 0 S 0 0.0 0:00.03 [pdflush] 183 root 14 -5 0 0 0 S 0 0.0 0:00.00 [kswapd0] 184 root 14 -5 0 0 0 S 0 0.0 0:00.00 [aio/0] 185 root 14 -5 0 0 0 S 0 0.0 0:00.00 [aio/1] 342 root 12 -5 0 0 0 S 0 0.0 0:00.00 [kpsmoused] 372 root 16 -5 0 0 0 S 0 0.0 0:00.00 [ata/0] 373 root 17 -5 0 0 0 S 0 0.0 0:00.00 [ata/1] 374 root 16 -5 0 0 0 S 0 0.0 0:00.00 [ata_aux] 378 root 10 -5 0 0 0 S 0 0.0 0:00.00 [scsi_eh_0]
View Replies!
View Related
CPU Usage
I have been using Blue Host for years, but recently they kept suspending my account due to performance problem. I was only running a php forum (phpBB3) and a Wordpress blog. They kept mentioning it is not problem with space/bandwidth, but issues with "Running application causing high load", and the mysql queries from phpBB3 are taking too long. Now I am planning to add a Ruby on Rails application. I am sure it will cost more CPU usage. What should I do? Will a move to VPS hosting solve my problem?
View Replies!
View Related
Which Scripts Use Most Cpu
Which scripts use most of resources, specially CPU. (I will start selling VPS'S soon, and would like to know which things not to allow) As I heard, really bad things are: proxy scripts, free image hosting scripts ....
View Replies!
View Related
CPU Information
Is there a way in shell, to find out information on the CPU(s) in the server? I'm using Centos, on a cPanel server. However, I'm looking for more info than what WHM's "Server Information" provides. Trying to find out what generation Xeon is in the server, so I can read about it's specs.
View Replies!
View Related
User Nobody Using Too Much Cpu
use "nobody" is using 2much cpu on my server ... can someone explain me how is this possible ? [url] I already have checked "Prevent the user "nobody" from sending out mail to remote addresses (PHP and CGI scripts generally run as nobody if you are not using PHPSuexec and Suexec respectively.)" In tweak settings.
View Replies!
View Related
Memory And Cpu
today I recieved an email from my server saying: Drive Space Critical on server Drive Critical: /dev/simfs (/) is 91% full When i check the whm I see cpsrvdfailed exim (exim-4.68-1_cpanel_maildir)up ftpdup httpd (2.2.8 (Unix))up imapup mysql (4.1.22-standard)up named (9.3.3rc2)up popup Server Load0.11 (2 cpus) Memory Used38 % Swap Used0.00 % Disk /dev/simfs (/) 91 % what i dont understand is where did it go. I dont really have much traffic and nothing was uploaded or downloaded. I dont have any automatic backups enabled. How do I get it back to the normal 40% I do notice i have alot of cpu usage Top Process%CPU 77.4gzip Top Process%CPU 76.2gzip Top Process%CPU 75.9gzip Which is also confussing to me because I am the only user. I didnt do any backups didnt have any major traffic. And my disk space "memory used" didnt change.
View Replies!
View Related
More RAM Or Better CPU
We currently have a server with the following specs at ThePlanet * Intel Xeon 3060 Dual Core Conroe (2.4Ghz) * 146GB, 10K RPM SCSI/SAS Hard Drive * 2048 MB RAM and have recently started to get a lot of problems with the server. The server is deicated to one website with a vBulletin forum. When we're reaching around 5-600 concurrent users the server starts to slow down and the load skyrockets (100+). Some quick stats from phpMyAdmin (just restarted the SQL server): This MySQL server has been running for 0 days, 0 hours, 7 minutes and 23 seconds. Query statistics: Since its startup, 15,001 queries have been sent to the server. Totalű per hourű per minuteű per second 15 k121.90 k2.03 k33.86 As you can see, the mySQL server is the one thats struggling the most. What should we do at this point... Do we need to go for a better processor and/or just get 4GB RAM?
View Replies!
View Related
4 CPU Cores Or 8
I'm on a vps and sometimes hit 100% of my allowable cpu - this company allows me to burst to one cpu but no farther. I also have a new vps at Servint and have yet to learn their cpu allotments. My older host that is hitting CPU limits and slowing and having times of outages, suggest i take their high end 4 CPU cores (Intel Clovertown E5310 or better), SAS/SCSI drives (in RAID), 8 GB memory for just $250/month (basic management, no control panel). CPU is my weak point so should i consider 8 cores? I can add 3 times the volume of traffic once I'm capable of handling it. 4 or 8 cores? How much more will 8 cores cost?
View Replies!
View Related
Cpu Logs
is there anything that logs server load and what processes have caused any spikes? one of my servers keeps going down under high load, well it seems to lock up and the noc has to reboot, but ofcourse the techs can't diagnose a problem after as it runs fine and when i send them a ticket it's because the server can't be reached at all and then they can't diagnose it either
View Replies!
View Related
More Using CPU / MySql
My Server using more MYSQL and CPU i checked every thing 1 ) i went to : Show MySQL Processes i want to know what is NULL root localhost NULL Query 0 NULL SHOW PROCESSLIST 2 ) i went to CPU/Memory/MySQL Usage Top Process %CPU 122 gzip Top Process %CPU 110 gzip Top Process %CPU 89.0 gzip
View Replies!
View Related
Cpu Cache?
the NOCONA and IRWINDALE are old cpu, i find the main difference of them is L2 cache (1MA2M), i want to ask what service need more L2 cache? for example:a lot of db usage? or httpd? or?
View Replies!
View Related
Cpu Monitoring
way to monitor my servers cpu load, but more importantly is there a way to monitor which php scripts are using the most resources? i have searched around and haven't found much information. i use fedora, apache, mysql just so you know.
View Replies!
View Related
Mysql Take 75.5 % Of Cpu
my server stil down I cant login to the SSH .I reboot my server 3 time in the day ? I dont now what is the problem? there is result of command top PHP Code: Tasks: 206 total, 1 running, 204 sleeping, 0 stopped, 1 zombieCpu(s): 95.7% us, 3.3% sy, 0.0% ni, 0.0% id, 0.0% wa, 0.3% hi, 0.7% siMem: 506732k total, 501156k used, 5576k free, 1404k buffersSwap: 522104k total, 323436k used, 198668k free, 88132k cached PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1962 mysql 15 0 402m 34m 3456 S 75.5 7.0 6:57.25 mysqld 8388 apache 15 0 32304 10m 3872 S 7.6 2.1 0:00.62 httpd 4489 root 18 0 1784 532 204 S 6.6 0.1 0:50.46 gzip 7810 apache 16 0 31696 9.8m 3844 S 4.0 2.0 0:00.22 httpd 4487 root 18 0 15616 2116 1168 D 1.7 0.4 0:13.60 PleskX.pl 4831 root 18 0 16360 3496 1184 S 1.3 0.7 0:10.99 PleskX.pl
View Replies!
View Related
CPU Limitations
I am under the impression that VPS services do not limit CPU Usage. I would like to be able to just have programs run to their full potential usage, is this impossible on a VPS?
View Replies!
View Related
CPU Choice
I have a dual processor xeon 1.8 server The 2 cpu's are xeon 1.8 with 512 L2 cache and 400 fsb I am thinking of trying to give the server a little more power with faster processors, using the same board. The board can take any xeon 603 pin cpu as long as it is 400 fsb. So here is what I have found, that my server can take as far as cpu options, I am asking for more opinions on which choices of the following processors would be better for a busy server. dual 2.8 xeon processors with 512 L2 cache dual 2.0 xeon processors with 512 L2 cache and 1 gb L3 cache dual 2.0 xeon processors with 512 L2 cache and 2 gb L3 cache Please let me know your opinions, I have some ideas, but I am looking for feedback. And please only talk about the xeons above, and not amd etc.
View Replies!
View Related
Fileremoved And Still Cause 43%CPU
Actually i have already removed button.php (it is file that cause high CPU) because of high CPU.So it does not exist at all on the server but i still got Quote: Process %CPU 43.0 httpd [www.mysite.com] [/mysite/button.php?ueclipus80info] I do not understand.Button.php does not exist at all, server response 404 and it still cause high CPU :?
View Replies!
View Related
RAM Or CPU
I tried using the search function but I kept on getting random results. But to the point, which is more important (effective) when handling hundreds to thousands of users at the same time (most usually uploading 50-150kb files constantly). Do I need more RAM or a stronger CPU? Right now I'm running on 320mb RAM burstable to 1gb, and a Dual AMD Opteron setup.
View Replies!
View Related
Skyrocketing Cpu From Where
[url] [url] There is no udp file in /tmp yet this is skytocketing. Top shows nothing abnormal and I've done a forced exim upgrade, reinstall mailman and restarted chkservd. /tmp shows: Code: root@server [/tmp]# ls -lh /bin/ls: phpJvccuL: No such file or directory /bin/ls: ddos.BdM31762: No such file or directory total 7.5M drwxrwxrwt 25 root root 23K Feb 22 15:32 ./ drwxr-xr-x 21 root root 4.0K Dec 21 15:58 ../ -rw-rw-rw- 1 claerity claerity 5 Feb 22 15:31 .803.d0c01b drwx------ 2 root root 1.0K Aug 17 2006 clamav-2aab60568397fd49/ drwx------ 2 root root 1.0K Jun 25 2006 clamav-49a22cc54ef5b151/ drwx------ 2 root root 1.0K Aug 4 2006 clamav-50a8ad86c2b0a6c3/ drwx------ 2 root root 1.0K Feb 22 15:32 clamav-557c32760c39c69c/ drwx------ 2 root root 1.0K Feb 22 15:33 clamav-59a700accad91e1d/ drwx------ 2 root root 1.0K Feb 22 15:05 clamav-5f246c70696672b4/ drwx------ 2 root root 1.0K Oct 19 23:29 clamav-76c0ad2525342156/ drwx------ 2 root root 1.0K Dec 6 05:19 clamav-92ab177fe41008a6/ drwx------ 3 root root 1.0K Feb 22 15:33 clamav-cd467dd3a000c18c/ -rw-rw-rw- 1 root root 7.2M Feb 22 15:05 clamav-d1ef3a3b83717447 drwx------ 2 root root 1.0K Dec 21 15:59 clamav-de01824c68cea6d2/ drwxr-xr-x 2 root root 1.0K Feb 22 15:20 cpbandwidth/ drwxr-xr-x 9 nobody nobody 1.0K Mar 8 2005 .dat/ -rw------- 1 root root 67 Feb 22 15:32 ddos.aZL31228 -rw-r--r-- 1 nobody nobody 6 Feb 22 09:10 dos-190.4.151.60 -rw-r--r-- 1 nobody nobody 6 Feb 22 09:11 dos-69.73.198.9 drwxrwxrwx 18 root root 45K Feb 22 09:00 eaccelerator/ -rw------- 1 mailnull mail 0 Feb 22 15:01 exim_deny.lock drwx------ 3 cpanel cpanel 1.0K Jan 4 2006 .horde/ -rw-r--r-- 1 cpanel cpanel 189 Feb 22 08:47 horde_32001.log drwxr-xr-x 2 root root 1.0K Nov 30 2005 hsperfdata_root/ drwxr-xr-x 2 102 nobody 1.0K Dec 23 2005 hsperfdata_tomcat/ drwxrwxrwt 2 root root 1.0K Dec 21 15:58 .ICE-unix/ drwx------ 3 nobody nobody 1.0K Dec 19 04:05 .images/ -rwxr-xr-x 1 root root 2.8K Jan 30 14:58 installer.sh* drwx------ 2 root root 12K Dec 6 2005 lost+found/ drwxr-xr-x 2 nobody nobody 1.0K Apr 5 2006 .mail/ -rw-rw---- 1 mongui mongui 13 Feb 22 15:00 mongui-session-0.0613692038032276 drwxr-xr-x 3 root root 1.0K Nov 30 2005 pear/ -rw-rw---- 1 road road 13 Feb 22 15:32 road-session-0.475421386146085 -rw------- 1 nobody nobody 0 Feb 22 09:43 sess_1255a0ac95423b82d8b1b39f7f124cc1 -rw------- 1 nobody nobody 18 Feb 22 13:54 sess_230241558bfeefa26165dd5b37013d4f -rw------- 1 nobody nobody 785 Feb 22 12:51 sess_2353d9629a3fc4289d81fc4788b41222 -rw------- 1 nobody nobody 620 Feb 22 10:51 sess_3053f5220728573caa0096b8c37ffcfb -rw------- 1 nobody nobody 2.5K Feb 22 10:24 sess_358c7c6262b4c97b0a9c67a977a2eca1 -rw------- 1 nobody nobody 1.2K Feb 22 10:23 sess_4998c7a257ccc8cc8ff4dcec0d4ebdd2 -rw------- 1 nobody nobody 0 Feb 22 11:27 sess_49a91fbece677cdece373befce0a8a08 -rw------- 1 nobody nobody 0 Feb 22 09:30 sess_4fcd2dfa8aea5133545a1fcdd7976393 -rw------- 1 nobody nobody 22 Feb 22 12:41 sess_61b83babf5e25742ecd4e3b3ef31717a -rw------- 1 nobody nobody 787 Feb 22 14:58 sess_627470e465a18c4190769106542159a6 -rw------- 1 nobody nobody 0 Feb 22 14:45 sess_6c091c38fbce64e698167d621db95872 -rw------- 1 nobody nobody 1.3K Feb 22 10:19 sess_71bd51554d0f996400d339bd55c36201 -rw------- 1 nobody nobody 22 Feb 22 13:49 sess_746e711ac459ab37df7a77ebafb9516a -rw------- 1 nobody nobody 0 Feb 22 12:52 sess_7bbe61e57fa2ac81a825ccd62755aa27 -rw------- 1 nobody nobody 18K Feb 22 09:23 sess_7fc84c5d76b685ba70d721731c4d0264 -rw------- 1 cpanel cpanel 17K Feb 22 11:36 sess_89a071ffd7ccbb21f7afe54a9603dfc5 -rw------- 1 nobody nobody 785 Feb 22 10:20 sess_94ba1044b075d1eaed1e111f0460ebfd -rw------- 1 nobody nobody 0 Feb 22 15:16 sess_959e4632ad3f456922a77c52a6986ccf -rw------- 1 nobody nobody 583 Feb 22 10:19 sess_9c2c371d63eee162bf5f8c9245378189 -rw------- 1 nobody nobody 1.2K Feb 22 13:27 sess_ad2c39ed7bf29675d4e85526ec690a57 -rw------- 1 nobody nobody 307 Feb 22 09:37 sess_aee8ae21b5a89dd11cf754f21f2bc051 -rw------- 1 nobody nobody 0 Feb 22 14:02 sess_bc10af732fb87eb02fe8d58bdbbdd9e8 -rw------- 1 nobody nobody 620 Feb 22 12:13 sess_be58629a236b345e02064a18e8982bd6 -rw------- 1 nobody nobody 430 Feb 22 09:58 sess_c7cf959b01c9123c3f4ab7631572f212 -rw------- 1 nobody nobody 21 Feb 22 11:49 sess_f6f98a0969cda50097ba3bd6cbc2b146 srwxrwxrwx 1 postgres postgres 0 Dec 21 15:59 .s.PGSQL.5432= -rw------- 1 postgres postgres 25 Dec 21 15:59 .s.PGSQL.5432.lock -rw-rw---- 1 mysql mysql 1.0K Feb 22 15:32 #sql_d00_0.MYI drwx------ 2 allin1 allin1 1.0K Feb 22 15:00 ssh-Ejd13424/ nestat shows: Code: root@server [/tmp]# netstat -n Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 284 xxx.xxx.64.146:22 24.184.149.108:33127 ESTABLISHED tcp 0 0 xxx.xxx.64.146:52647 206.107.224.18:25586 TIME_WAIT tcp 0 0 xxx.xxx.64.146:80 190.2.128.100:50179 TIME_WAIT tcp 0 0 xxx.xxx.64.146:21 190.2.128.100:50178 ESTABLISHED tcp 0 0 xxx.xxx.64.146:25 200.6.57.219:1215 TIME_WAIT tcp 0 0 xxx.xxx.64.146:80 200.26.215.27:1266 ESTABLISHED tcp 0 0 xxx.xxx.64.146:25 216.57.138.120:18863 TIME_WAIT tcp 0 0 xxx.xxx.64.146:80 72.30.177.120:47219 TIME_WAIT tcp 0 0 xxx.xxx.64.146:2087 206.107.224.18:10738 ESTABLISHED tcp 7202 0 127.0.0.1:783 127.0.0.1:21767 CLOSE_WAIT tcp 0 0 127.0.0.1:783 127.0.0.1:21703 CLOSE_WAIT tcp 0 0 xxx.xxx.64.146:25 66.150.163.135:43052 TIME_WAIT tcp 0 0 127.0.0.1:783 127.0.0.1:21700 CLOSE_WAIT tcp 0 0 127.0.0.1:783 127.0.0.1:21705 CLOSE_WAIT tcp 0 0 127.0.0.1:783 127.0.0.1:21711 CLOSE_WAIT I have cpanel c136 with centos 4 Also, dpf.gov.br does NOT exist on this box either
View Replies!
View Related
CPU Affinity
Is there a software out there that let each CPU to work on each certian job? Like cpu 0 work on certian program and cpu 2 work on a diffrent program that i'll tell it to do and every restart of the server, I don't need to reprogram again to tell the cpu what program the cpu should work on, instead the cpu i prgram b4 should already be there. I hope you guys know what i'm talking aobut because this is as far as i can tell you guys lol. Thanks. Also, I think this should be in colo forum since this is dealing with colo hardware.
View Replies!
View Related
More CPU Or RAM Memory?
Hello everyone.i run LAMP on a dedicated server at theplanet.I have a small vbulletin forum. I m planning to move to a new server.Just a quick question.for my new hardware,do i give more emphasis to ram or cpu...i will be getting 2 gb at the minimum. SO,is LAMP dependant more on cpu resources or ram?
View Replies!
View Related
CPU Load Balancing
I run a GSP (Game Server Provider) and i just baught 2 new octi xeon servers(Intel 5320) i am having a problem with the load balancing, it dosen't balance de cpu usage on all cores but only on one, and it gets at about 80-85% and 3%CPU usage on the other one.
View Replies!
View Related
Wordpress CPU Usage
For some reason, one of my clients wordpress blog is using 100% cpu on a php process per page load. To clarify, the first time you load the page it is very slow, and uses 100% cpu for the PHP process and then if you reload the page (while it is going slow) it loads very fast. After that is done the normal PHP usage per page load is roughly 1-4% if that. I'm guessing something in the coding is looping, but I am unsure. What I do know is 100% cpu usage for one page view initially is insane. Does anyone have any ideas on how to fix/resolve this issue?
View Replies!
View Related
|