Windows应用程序的性能测试 [英] Performance Testing of Windows Application

查看:120
本文介绍了Windows应用程序的性能测试的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个桌面应用程序连接到MS SQL数据库。

我正在使用Web服务进行数据库和应用程序之间的通信,当我通过本地数据库访问它时很好,但每当连接更改为在线数据库,应用程序变慢。



任何想法如何进行性能测试/计算执行时间功能(如MS SQL Profiler)。

I have a desktop application connected to MS SQL database.
I'm using web services for communication between db and application, when I am accessing through local database its fine but whenever connection is changed to online database, application gets slow.

Any idea how to do the performance testing/calculate execution time function wise (like MS SQL Profiler).

推荐答案

如果您正在使用Web服务,监控流量的一种方法是使用提琴手 [ ^ ]



此外,如果您需要调查TCP / IP流量 Wireshark [< a href =https://en.wikipedia.org/wiki/Wiresharktarget =_ blanktitle =New Window> ^ ]将是一个很好的工具。



Beoynd那些我' d仍然使用SQL事件探查器确保命令到达后数据库中的操作顺利运行。例如,没有缺失索引等。
If you're using Web services, one way to monitor the traffic is with Fiddler[^]

Also if you need to investigate the TCP/IP traffic Wireshark[^] would be one good tool for that.

Beoynd those I'd still use SQL Profiler to ensure that the operations in the database are running smoothly once the commands get there. That there are for example no missing indexes etc.


这篇关于Windows应用程序的性能测试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆