本文介绍了Visual Studio 2012负载测试能否捕获Linux服务器和Oracle数据库的性能计数器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要测试运行在Linux服务器上并使用oracle作为数据库的Oracle ERP系统模块.我过去有一些有关Web性能和负载测试的经验,但是我不确定Visual Studio 2012是否能够捕获有关Linux平台以及oracle数据库分析和跟踪计数器的服务器端性能计数器.因此,以下是我的问题:

I need to test Oracle ERP system module which runs on Linux server and uses oracle as a database. I have some past experience with web performance and load testing however I am not sure whether Visual Studio 2012 is capable of capturing server side performance counters when it comes to linux platform and oracle data base profiling and tracing counters. so following are my questions :

  1. 我可以使用vs 2012捕获服务器特定的计数器吗?
  2. VS 2012是否能够进行oracle sql跟踪和分析?如果是,则如何设置oracle sql跟踪和性能分析的计数器?

预先感谢...

推荐答案

看起来好像不...创建了shell脚本和Oracle DBA脚本以捕获性能计数器....

Looks like it doesn't... Created shell scripts and Oracle DBA ascripts to capture the performance counters....

这篇关于Visual Studio 2012负载测试能否捕获Linux服务器和Oracle数据库的性能计数器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-31 13:19