在网站运行过程中,在mysql进程列表中,我看到几个进程的“command”列标记为“SLEEP”。
我应该担心吗?如何阻止这个?
iperf -c 192.168.3.2 -i 2
connect failed: Connection refused
3.2是另一台机器。我认为该端口可能被阻止。
我怎样才能使这项工作?
我无法确定我的服务器是否正在使用 RAID。如果是,是哪种模式?服务器与磁盘阵列盒相连。所以我很确定它应该使用RAID。不能吗?
cat /proc/mdstat
Run Code Online (Sandbox Code Playgroud)
我懂了:
Personalities:
unused devices: <none>
Run Code Online (Sandbox Code Playgroud)
这是 df 结果
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
72656340 17564032 51342012 26% /
/dev/sda1 101086 25149 70718 27% /boot
tmpfs 1029744 0 1029744 0% /dev/shm
/dev/mapper/VolGroup--MD1000-DATA--01
2113529792 1749272544 364257248 83% /opt
Run Code Online (Sandbox Code Playgroud) 这可能与服务器有关,我已将 root 用户设置为转发规则以向我发送电子邮件。但我不确定,我不知道为什么...我的服务器是否有可能被其他人用来发送垃圾邮件?顺便说一下,我的服务器在本地网络中。
根据邮件返回的内容,它是针对几封垃圾邮件的。纯垃圾邮件。发件人甚至不是我,甚至不是正确的地址(一些随机名称)。这就是为什么我认为有人似乎在通过我的服务器转发电子邮件(垃圾邮件)。我收到了所有退回的电子邮件。我的电子邮件服务器(一家非常好的公司)没有将其视为垃圾邮件。他们通常会帮助我自动阻止大量垃圾邮件。
例如
The original message was received at Sun, 26 Jan 2014 05:05:40 -0700
from m50-134.163.com [123.125.50.134]
----- The following addresses had permanent fatal errors -----
<bighyde@myldsmail.net>
(reason: 550-5.1.1 The email account that you tried to reach does not exist. Please try)
----- Transcript of session follows -----
... while talking to aspmx.l.google.com.:
>>> DATA
<<< 550-5.1.1 The email account that you tried to reach does not exist. Please try
<<< 550-5.1.1 double-checking the recipient's email address …
Run Code Online (Sandbox Code Playgroud)