- 博客(2)
- 收藏
- 关注
转载 转:给力的运维shell命令
<br />1.显示消耗内存/CPU最多的10个进程<br />ps aux | sort -nk +4 | tail<br />ps aux | sort -nk +3 | tail<br />2.查看Apache的并发请求数及其TCP连接状态<br />netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'<br />3.找出自己最常用的10条命令及使用次数(或求访问最多的ip数)<br />sed -e 's/| //n
2011-04-08 14:11:00 755
转载 c/c++ 运行时: R6034
<br />提示没有找到MSVCR80D.dll<br />R6034<br />An application has made an attempt to load the C runtime library without using a manifest.<br />This is an unsupported way to load Visual C++ DLLs. You need to modify your application to build with a manifest.<br />
2011-03-23 14:52:00 1448
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人