随笔分类 -  性能与优化

SQL SERVER 性能监视和优化工具
摘要:性能监视和优化工具 阅读全文

posted @ 2020-04-24 09:43 wyman25 阅读(411) 评论(0) 推荐(1) 编辑

使用PerfView监测.NET程序性能(四):折叠,过滤和时间范围选择
摘要:在上一篇文章中,我们使用了Perfview的分组功能。分组功能旨在对某些函数按照某个格式进行分组,以减少视图中的各种无关函数的数量。但仅有分组还不够,有时我们想将一些函数调用信息按某些条件过滤掉,例如将采用小于1%的函数调用信息去掉,或者将函数名中包含某个字眼的函数信息去掉,甚至只显示某个时间段调用 阅读全文

posted @ 2018-12-27 16:57 wyman25 阅读(1715) 评论(0) 推荐(2) 编辑

使用PerfView监测.NET程序性能(三):分组
摘要:在上一篇博客中,我们通过Perfview帮助文件中自带的代码来简单使用了Perfview,了解了基本操作。现在来看看Perfview中的分组操作(Grouping)。分组功能都旨将记录到的各种函数调用堆栈以指定的规则进行分组,帮助你组织和找到更关心的数据。 为什么需要分组 在实际使用中,PerfVi 阅读全文

posted @ 2018-12-08 21:54 wyman25 阅读(1832) 评论(1) 推荐(1) 编辑

Improving .NET Application Performance and Scalability
摘要:Improving .NET Application Performance and Scalability 阅读全文

posted @ 2018-12-03 15:10 wyman25 阅读(218) 评论(0) 推荐(0) 编辑

使用PerfView监测.NET程序性能(二):Perfview的使用
摘要:PerfView 教程 阅读全文

posted @ 2018-11-23 19:14 wyman25 阅读(7895) 评论(2) 推荐(9) 编辑

使用PerfView监测.NET程序性能(一):Event Trace for Windows
摘要:Event Trace for Windows ETW 阅读全文

posted @ 2018-11-20 21:50 wyman25 阅读(3291) 评论(0) 推荐(5) 编辑

性能与优化的文章
摘要:Improving Your App’s Performance with PerfView Tools For Performance Analyzing WPA/WPR 微软WINDOS PERFORMANCE跟踪分析工具包 Windows Sysinternals——system utilit 阅读全文

posted @ 2018-11-08 16:23 wyman25 阅读(262) 评论(0) 推荐(0) 编辑

Event Tracing For Windows
摘要:https://blogs.msdn.microsoft.com/oanapl/2009/08/04/etw-event-tracing-for-windows-what-it-is-and-useful-tools/ https://www.codeproject.com/articles/570 阅读全文

posted @ 2018-09-29 15:42 wyman25 阅读(504) 评论(1) 推荐(1) 编辑

Use PerfMon to Diagnose Common Server Performance Problems
摘要:https://technet.microsoft.com/en-us/library/2008.08.pulse.aspx Imagine you just arrived at the office on a Monday morning and you’re greeted by an eag 阅读全文

posted @ 2018-08-08 12:01 wyman25 编辑

Thread in depth 3:Synchronization
摘要:Synchronization means multi threads access the same resource (data, variable ,etc) should not cause a corruption to it.If all methods of a class promi 阅读全文

posted @ 2017-04-28 09:39 wyman25 阅读(319) 评论(0) 推荐(0) 编辑

SQL Server 死锁概念和分析
摘要:锁的概念 锁是什么 锁是数据库中在并发操作情形下保护资源的机制。通常(具体要看锁兼容性)只有锁的拥有者才能对被锁的资源进行操作,从而保证数据一致性。 锁的概念可分为几部分 1.锁的资源 2.锁的模式 3.锁在事务中的持续时间 不同的事务隔离级别下,锁有不同的持续时间。 (单一个SQL语句也是一个事物 阅读全文

posted @ 2017-04-19 11:20 wyman25 阅读(2576) 评论(1) 推荐(0) 编辑

SQL Server 索引基本概念与优化
摘要:数据页和区 页 SQL Server 中的数据以“页”(Page)的形式保存数据,页是SQL Server 的IO单位,读/写一次至少是一页。一页为8K(8192byte). 页由三部分组成,页头,数据和偏移量。页头大小是96byte,记录页号,所属对象和页类型(IAM,DataPage,Index 阅读全文

posted @ 2017-04-18 17:46 wyman25 阅读(558) 评论(0) 推荐(0) 编辑

有关DeadLock的文章列表
摘要:SET STATISTICS PROFILE ON 显示query的执行过程 Troubleshooting Deadlocks Understanding Locking in SQL Server 对锁的初步认识 深入的探讨锁机制 3种跟踪死锁的方法总结 Deadlock Troubleshoo 阅读全文

posted @ 2017-04-18 16:58 wyman25 阅读(389) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示