Utility1:Overview

Utility 中文释义是实用性,使用效率。SQL Sever 内置 Utility Feature,便于集中监控Server关键资源(CPU和Disk)的使用情况。使用utility,用户可以同时监控多个SQL Server Instance 和 DAC对CPU 和 硬盘资源的使用情况,这些数据会存储在sysutility_mdw 数据库中,被保留一定时间,企业可以基于这些数据做进一步的分析,从而能够做更好的资源规划。

Benefits of the SQL Server Utility 

The SQL Server Utility models an organization’s SQL Server-related entities in a unified view. Utility Explorer and SQL Server Utility viewpoints in SQL Server Management Studio (SSMS) provide administrators a holistic view of SQL Server resource health through an instance of SQL Server that serves as a utility control point (UCP). The combination of summary and detailed data presented in the UCP for both underutilization and overutilization policies, and for a variety of key parameters, enables resource consolidation opportunities and resource overutilization to be identified with ease. Health policies are configurable, and can be adjusted to change either upper or lower resource utilization thresholds. You can change global monitoring policies, or configure individual monitoring policies for each entity managed in the SQL Server Utility.

Getting Started with SQL Server Utility

The typical user scenario begins with creation of a utility control point which establishes the central reasoning point for the SQL Server Utility. The UCP provides a consolidated view of resource health collected from managed instances of SQL Server in the SQL Server Utility. After the UCP is created, you enroll instances of SQL Server into the SQL Server Utility so that they can be managed by the UCP.

Each instance of SQL Server and data-tier application managed by the SQL Server Utility can be monitored based on global policy definitions or based on individual policy definitions.

一,使用Utility,主要分为三步:

  1. Create UCP
  2. Enroll Instance
  3. Manage Policy

二,Create UCP

Utility Control Point 是一个使用效率控制点,提供一个资源使用效率的Consolidated View。

1,打开Create UCP Wizard

在View menu下,打开Utility Explorer,进入Utility Explorer,如果之前没有创建过UCP,SSMS会打开一个Getting Started Tab,显示Utility Configuration Steps,点击Create a Utility Control Point(UCP),进入 Create UCP Wizard

Alternatively,也可以通过Utility Explorer顶部的功能Menu来创建UCP,点击Create Utility Control Point 按钮,进入 Create UCP Wizard

2,Specify Instance

在一个指定的SQL Server Instance上创建UCP,Utility 会在这个Instance上创建UCP的数据库,jobs 和 Policies。

3, Specify Account

指定一个Windows Count 作为Agent Proxy 运行的账号

4,Instance Validation

5,summary

简单汇总 Instance 和 Account的配置信息,以供Check

6,UCP Creation

进行UCP的创建工作,Action列出创建UCP的内部Action。

三,UCP GUI

UCP 创建成功之后,Main GUI分为Left Pane 和 Right Pane。

Left Pane显示 Utility Explorer 的树形结构,Root Node 是Utility(UCP的Name);

Right Pane 是Utility Explorer Content,当点击UCP的不同节点时,Utility Explorer Content会显示不同的Content。

1,Dashboard Report

当点击Root Node时,Utility Explorer Content显示的Utility Dashboard Report,Dashboard Report 统计的是Managed Instances 和 DAC 的资源(CPU 和 Storage)Utility,如下图

Utility Report的指标是Health Level:Well Utilized,Overutilized 和 Underutilized。

默认情况下,UCP每十五分钟收集一次Data,收集的Data是Managed Instance 的Resource(Intance CPU,Computer CPU,Storage Volume,Database File)利用情况,根据资源的利用情况,将Resource Utility分为 Well Utilized,Overutilized 和 Underutilized 三个等级。

Utility Storage Utilization 是指 UCP 监控的所有Managed Instance对Storage加总之后的使用情况。

Tthe storage utilization pie chart displays the ratio of used space to free space on volumes residing on computers that contain all managed instances of SQL Server。

例如:Dashboard Report的 Utility Storage Utilization 分析

Utility Summary显示Managed Instances 共有三个,Managed Instance Health中显示2个Instance是Overutilized,其中有1个Instance处于No Data Available状态,就是说,UCP无法获取这个Instance的数据,Dashboard Report实际上统计的是2个Instance的CPU和Storage的使用情况。

Utility Storage Utilization 显示 Used Space 是1485.5GB,Free Space是675.5GB,意思是,2个Instance的Storage volumn的加和是2161G,2个Instance共使用1485.5GB,空闲空间是675.5GB。

Utility Storage utilization history 是指2个Instance的Storage volume的使用情况,按天统计,Used Space是1.5T,跟Utility Storage Utilization 显示 Used Space 是1485.5GB 相符。

参考文档:

SQL Server Utility

SQL Server Utility Features and Tasks

时间: 2024-10-25 06:22:47

Utility1:Overview的相关文章

论文学习:Overview of the High Efficiency Video Coding Standard

Souce IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 22, NO. 12, DECEMBER 2012 Background (2012) HEVC is currently being prepared as the newest video coding standard of the ITU-T Video Coding Experts Group and the ISO/IEC Moving

Angular2基础02:Overview

How to read and use this documention,如何使用本文档 this page describes the Angular documention at a high level.if you are new to Angular, you may want to visit "Learning Angular" first.

Chrome 开发者工具详解(4):Profiles 面板

概述 当前使用的Chrome最新版为54.0.2840.71,这个版本的Profiles面板比之前提供的功能更多也更强大,下面是该面板所包含的功能点: Record JavaScript CPU Profile 用于分析网页上的JavaScript函数在执行过程中的CPU消耗信息. Take Heap Snapshot 创建堆快照用来显示网页上的JS对象和相关的DOM节点的内存分布情况. Record Allocation Timeline 从整个Heap角度记录内存的分配信息的时间轴信息,利用

Controllers, Actions 和 Action Results

Controllers, Actions 和 Action Results 原文:Controllers, Actions, and Action Results作者:Steve Smith翻译:姚阿勇(Dr.Yao)校对:许登洋(Seay) Action 和 action result 是开发者使用 ASP.NET MVC 构建应用程序的基础部分. 什么是 Controller 在 ASP.NET MVC 中, 控制器( Controller )用于定义和聚合操作(Action)的一个集合.操

(转)ZooKeeper 笔记(1) 安装部署及hello world

ZooKeeper 笔记(1) 安装部署及hello world 先给一堆学习文档,方便以后查看 官网文档地址大全: OverView(概述) http://zookeeper.apache.org/doc/r3.4.6/zookeeperOver.html Getting Started(开始入门) http://zookeeper.apache.org/doc/r3.4.6/zookeeperStarted.html Tutorial(教程) http://zookeeper.apache.

Arduino M0 的一个坑(2015-12-25)

前几天收到 Arduino M0,试各项功能都正常,可就是串口监视器/串口助手不能显示程序里打印的输出,好生奇怪,各种换波特率各种PC串口程序换着试,资料不多,官方资料也只说到 Serial1 用于 pin 0 1 的(实际上测试的时候提示 Serial1 没有声明),Serial 用于 USB 通信,根本只字未提 SerialUSB 的事,直到今天,哦不,是昨天了,下午在群里提问,“忠忠”回复有一个 SerialUSB 用于 USB 的串口通信,这才知道了这个事.真是好坑人啊. 官网链接:ht

[译] OpenStack Kilo 版本中 Neutron 的新变化

OpenStack Kilo 版本,OpenStack 这个开源项目的第11个版本,已经于2015年4月正式发布了.现在是个合适的时间来看看这个版本中Neutron到底发生了哪些变化了,以及引入了哪些新的关键功能. 1. 扩展 Neutron 开发社区 (Scaling the Neutron development community) 为了更好地扩展 Neutron 开发社区的规模,我们在Kilo开发周期中主要做了两项工作:解耦核心插件以及分离高级服务.这些变化不会直接影响 OpenStac

Android 内存剖析 – 发现潜在问题

简介 移动平台上的开发和内存管理紧密相关.尽管随着科技的进步,现今移动设备上的内存大小已经达到了低端桌面设备的水平,但是现今开发的应用程序对内存的需求也在同步增长.主要问题出在设备的屏幕尺寸上-分辨率越高需要的内存越多.熟悉Android平台的开发人员一般都知道垃圾回收器并不能彻底杜绝内存泄露问题,对于大型应用而言,内存泄露对性能产生的影响是难以估量的,因此开发人员必须要有内存分析的能力.本文介绍一些有用的工具,以及如何使用它们来检测这些关键的内存泄露问题. 工具 有很多工具可以用来帮助检测内存

最热web前端技术汇总

Web前段技术发展很快,主流技术日新月异,想想自己刚毕业那会用的asp技术,现在已经很少有主流网站在使用了. 再到后来的J2EE框架,然后SpringMVC大行其道,但是最近各种js框架被广为传播,Html5的推出很是丰富了移动互联网的发展,此文对当前最新的几种web前端技术进行的汇总,让大家更多地了解,然后取其所长,避其所短,快速推出简约大方,维护方便,性能良好的个人网站. JavaScript MV*框架 在相当长的一段时间里,每个程序员都要学会如何利用JavaScript来编写弹出一个警告