Can Visual Studio 2012 Load testing capture performance counters of Linux server and Oracle data base?

核能气质少年 提交于 2019-12-25 02:08:13

问题


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. Can I capture server specific counters using vs 2012 ?
  2. Is VS 2012 capable of oracle sql tracing and profiling ? if Yes than How to set counters for oracle sql tracing and profiling ?

Thanks in advance...


回答1:


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




回答2:


It can be done but it is hard work. I have been told of the following method, but do not have any details.

The basic idea is to make the Unix counters visible as Windows Performance counters. Then the Visual Studio Load Test (also Perfmon) can access those counters just like any other sets of counters. To do this either write your own code or use standard utilities to monitor data within the Unix system and forward it to your code running in a Windows computer. SNMP provides visibility to counters on Unix and so that may be a suitable means of passing the data to the Windows. On the Windows computer your code then transforms the data to your performance counters in Windows.



来源:https://stackoverflow.com/questions/29605846/can-visual-studio-2012-load-testing-capture-performance-counters-of-linux-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!