Windows操作系统提供了查看性能监视器的功能,用于监视CPU使用率.内存使用率,硬盘读写速度,网络速度等.您可以在开始-->运行-->输入Perfmon,就可以打开性能监视器. 我们知道,云计算的特点之一是:弹性计算.如果在某一时间点,用于对云计算资源的使用量超过了实际部署的硬件水平,我们就可以通过修改: 增加单个计算节点的硬件配置,比如配置VM Size,从Small改成Extra Large.来提高硬件水平以响应更多的客户请求. 多个计算节点并行计算,比如修改Instance Coun…
<Windows Azure Platform 系列文章目录> 了解和掌握Windows Azure相关的基础知识是非常重要的. 问题1:什么叫做Org ID Org ID是Azure China特殊的用户名系统. 一个企业用户可以使用<username>@<OrgID>.partner.onmschina.cn来登陆使用Azure China. 比如公司名为contoso的企业,可以注册Org ID为:@contoso.partner.onmschina.cn 问题2…
Windows Azure Platform (一) 云计算的出现 Windows Azure Platform (二) 云计算的分类和服务层次 Windows Azure Platform (三) 云计算的特点 Windows Azure Platform (四) Windows Azure架构 Windows Azure Platform (五) Windows Azure Platform Windows Azure Platform (六) Windows Azure应用程序运行环境 W…
<Windows Azure Platform 系列文章目录> 最近的一年一直致力于微软云计算技术的推广和研究,对于微软的云计算平台Windows Azure Platform有一定的了解和认识.趁着过年这段时间的间隙,写下这个Windows Azure Platform系列文章,分享下我个人的经验: 一.什么是云计算平台 百度百科对于云计算的定义(http://baike.baidu.com/view/1316082.htm) 云计算(Cloud Computing)是网格计算(Grid C…
<Windows Azure Platform 系列文章目录> 本文的最后更新时间为:2017-12-27 本文介绍国内用户,注册和使用海外Azure账户. 前提: 1.需要一个有效的Windows Live ID,比如hotmail, MSN或者outlook邮箱地址 2.需要一个国内的手机号码 3.需要一个有效的Visa, Master或者American Express信用卡.不能使用虚拟信用卡 请注意: 1.Azure免费账户30天后到期 2.免费额度为200美金 1.我们首先访问海外…
监控Windows server的内存.CPU.磁盘IO等性能 配置方法: 打开Aministrator Tools --> Performance Monitor Performances --> Data Collector Sets --> User Defined -->鼠标右键"Create new Data Collector Set" --> Create manually --> Performance counter-->Ne…
<Windows Azure Platform 系列文章目录> Update 2016-09-28 想要在Azure云端,使用AzCopy工具,从Azure China 上海数据中心存储账户,把文件拷贝到另一个数据中心的存储账户里,速度达到600MB/S 请按照以下方法: 1.在微软云端,创建1台至少8Core的虚拟机.注意AzCopy在执行时是多线程的,Azure云端的虚拟机配置越高,则AzCopy性能越好 2.安装AzCopy 3.在执行AzCopy的时候,加参数 /SyncCopy 请注…
<Windows Azure Platform 系列文章目录> Update: 2016-11-3,如果大家在使用Linux VM,使用FIO进行IOPS测试的时候,请使用以下命令: sudo fio -filename=/data2/testfile -direct=1 -iodepth 1 -thread -rw=randwrite -ioengine=libaio -bs=16k -size=10G -numjobs=20 -runtime=60 -group_reporting -na…
<Windows Azure Platform 系列文章目录> Update:2015-04-15 如果读者使用的是国内由世纪互联运维的Azure China服务,请参考笔者的文档:Azure China (9) 在Azure China配置CDN服务 来配置相应的CDN服务. 熟悉Microsoft Azure的读者都知道,Azure在以前的Silverlight Management Portal中,已经提供CDN服务.但是自从改版成HTML5的Management Portal之后,CD…
<Windows Azure Platform 系列文章目录> 请读者在参考本文之前,预习相关背景知识:Windows Azure Storage (1) Windows Azure Storage Service存储服务 最近被一些客户问到,什么场景下需要用到Azure Block Blob和Azure Page Blob?这里我简单总结一下. 一.Azure Block Blob (1)Azure Block Blob概念类似网盘,可以直接存放图片.文件.照片等二进制文件,并且可以直接被客…