- 博客(10)
- 资源 (1)
- 收藏
- 关注
原创 道长运维之正则表达式
文章目录背景描述URL Rewrite{REQUEST_FILENAME}{HTTP_HOST}{SERVER_PORT}{REQUEST_URI}{QUERY_STRING}背景描述正则表达式是运维开发必经之路,我们应该深入了解这项技术,本文以IIS请求为例将完整URL进行拆解Regular expression should be an old friend of developer. We should look deep into this technologyURL RewriteU
2020-05-22 11:31:59
331
原创 道长运维之CPU负载高
基本流程appcmd list wpiistracer1.2是否找到问题进程ID根据进程ID找到IIS Pool监控Pool中所有请求找到具体网站迁移网站到临时Pool暂停网站以及关闭DNS解析CPU 100%结束详细步骤监控工具发现IIS服务器CPU负载过高并持续报警Server monitor show a CPU 100% issue , such as Nagios进入指定服务器并打开资源管理器查找可疑进程并记录进程IDGo to server and open task
2020-05-22 10:48:45
315
原创 How to manage windows files via Scripting.FileSystemObject? | Minicoder
IntruductionIf you are an operation and maintainence engineer, you should have mountains of of work to manage windows files including backup ,migration , statstics etc. This article are trying to ex...
2018-07-31 16:57:51
193
原创 Quick Start : Date and Time | Minicoder
Most programming features are based on the date and time function, such as scheduler and log recoder and monitor etc. We must have ability to familiar with all regular operation of data and time .We...
2018-07-30 16:34:08
164
原创 How to execute command via Wscript.Shell object? | MiniCoder
What is Wscript.Shell?There is a powerful programming object to interact various aspect of windows shell. You can run executable application , work with the Reigistry and even control Windows' envi...
2018-07-30 14:29:23
226
原创 How to backup important data via Robocopy? | MiniCoder
What is Robocopy ?There are two mainly command line tools often used in file transfers for Windows, Robocopy (Robust File Copy) and XCopy. However, robocopy is more powerful and has better performan...
2018-07-30 13:49:05
191
原创 How to get application pool via script? | Minicoder
'Description:' Function to get the IIsApplicationPools Object.'Input: ' None.'Output:' An IIsApplicationPools Object.'Throw Exception When:' Cannot Get IIsApplicationPools Object....
2018-07-27 14:59:59
185
原创 Quick Start : IIS | Minicoder
How to get IIS site object via ADSI ?public function get_IIS_Website(webSvrID) on error resume next set get_IIS_Entry = GetObject("IIS://Localhost/W3SVC/" & webSvrID) if (Er...
2018-07-27 12:06:44
187
原创 Quick Start : SMTP | Minicoder
Download DemoI am not care about the theory , please give me a link to download the installer directly. Click here to get the minicoder, you will be able to double-click to send out emails from your...
2018-07-26 15:17:09
294
原创 Compare with Oracle ADG and Oracle OGG
Both ADG and OGG are HA solution of Oracle for business,we can duplication database data to others hosts by using those two technology. The following table lists the difference between ADG and OGG ...
2018-07-11 21:19:59
614
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅