I have a good server for hosting my web forum or at least it seems to be plenty of power for me
Dual Quad Core Xeon 5620 2.40 GHZ (16 Processors)
Cache 12288 KB
Ram 24gig
Drives 2X500gig SAS Raid 1
When I check the process manager I am seeing this:
CPU %
77.8
Memory %
0.9
Command
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib/mysql/XXX.XXX.com.err --pid-file=/var/lib/mysql/XXX.XXX.com.pid
Then I run a trace on the it, it tells me this:
Process 2024 attached - interrupt to quit
select(13, [10 12], NULL, NULL, NULL) = 1 (in [12])
fcntl(12, F_SETFL, O_RDWR|O_NONBLOCK) = 0
accept(12, {sa_family=AF_FILE, NULL}, [2]) = 22
fcntl(12, F_SETFL, O_RDWR) = 0
getsockname(22, {sa_family=AF_FILE, path="/var/lib/mysql\1"}, [28]) = 0
fcntl(22, F_SETFL, O_RDONLY) = 0
fcntl(22, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(22, F_SETFL, O_RDWR|O_NONBLOCK) = 0
setsockopt(22, SOL_IP, IP_TOS, [8], 4) = -1 EOPNOTSUPP (Operation not supported)
clone(child_stack=0x7f1161726ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f11617279d0, tls=0x7f1161727700, child_tidptr=0x7f11617279d0) = 28979
Dual Quad Core Xeon 5620 2.40 GHZ (16 Processors)
Cache 12288 KB
Ram 24gig
Drives 2X500gig SAS Raid 1
When I check the process manager I am seeing this:
CPU %
77.8
Memory %
0.9
Command
/usr/sbin/mysqld --basedir=/ --datadir=/var/lib/mysql --user=mysql --log-error=/var/lib/mysql/XXX.XXX.com.err --pid-file=/var/lib/mysql/XXX.XXX.com.pid
Then I run a trace on the it, it tells me this:
Process 2024 attached - interrupt to quit
select(13, [10 12], NULL, NULL, NULL) = 1 (in [12])
fcntl(12, F_SETFL, O_RDWR|O_NONBLOCK) = 0
accept(12, {sa_family=AF_FILE, NULL}, [2]) = 22
fcntl(12, F_SETFL, O_RDWR) = 0
getsockname(22, {sa_family=AF_FILE, path="/var/lib/mysql\1"}, [28]) = 0
fcntl(22, F_SETFL, O_RDONLY) = 0
fcntl(22, F_GETFL) = 0x2 (flags O_RDWR)
fcntl(22, F_SETFL, O_RDWR|O_NONBLOCK) = 0
setsockopt(22, SOL_IP, IP_TOS, [8], 4) = -1 EOPNOTSUPP (Operation not supported)
clone(child_stack=0x7f1161726ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f11617279d0, tls=0x7f1161727700, child_tidptr=0x7f11617279d0) = 28979
Last edited: