Tool to find the latency of different server in farm

As per best practice, SQL Service latency should not be more than 5 msec. I need to test the latency of SQL server, WFE Server and application I am wondering that is the tool I should use?
Regards Restless Spirit

Hi,
With FF: http://www.getfirebug.com
tcping.exe is a small console application that operates similarly to 'ping', however it works over a tcp port.
Free Tool SharePoint Performance Monitor
SharePoint 2013 Environment Latency and Network Test Script
Quick Steps to Diagnose Performance Issues in SharePoint 2010
Visual Round Trip Analyzer
thx
iffi

Similar Messages

  • How to find the Latency time in java.

    How to find the Latency time in java.

    long start = System.currentTimeMillis();
    doTheWork();
    long durationInMillis = System.currentTimeMillis() - start;You might repeat doTheWork() several (100-1000 or more) times if it is fast and the granularity of your system clock is not good enough.

  • Writing the files in different server

    Hello
    I am using oracle8i. I am converting the data into XML files. My company wants to
    keep the converted XML files in different server. I am planning to use UTL file to
    create the files. So UTL FILE would not write in another server. What is the
    best way to solve this issue ?.
    My option is
    1. Create the XML files in Oracle server(using UTL FILE).
    2. Write the batch script to move the files to another server.(can you give me a sample script for writing the batch file ?)
    Is there any other alternate way to solve this problem ?.
    I would appreicate if you could give me any other simplest way.
    Thanks
    Govind

    Can i specify the remote file path in UTL_FILE_DIR(parameter files)... Please clarify .
    Govind

  • Function module to find the path of application server

    Hi can any one say me what is the function module to find the path of the application server

    Hi ,
    What i understand from ur question is that u need path for application server from the presentation layer i.e user screen.
    u can achive the path this way
    parameter: file type filename-fileintern.
    when user presses F4 here, it will show the directories and path in the AL11.
    I didnt find any FM which will get the path of Al11.
    revrt back if any issues,
    Regards,
    Naveen

  • Redo logs switches too frequent after migrating the db to different server

    Dear Experts,
    A couple of days back, we migrated our database (belonging to EBusiness Suite) to a different server, to get good performance benefit. The database is 10.2.0.4 and it was migrated from AIX 5.3 to Linux x86 64.
    Users are happy with the performance, but I am getting below errors in the alert logs
    a) Thread 1 cannot allocate new log, sequence 498
    b) Private strand flush not complete
    c) ORACLE Instance PROD - Can not allocate log, archival requiredOracle support is saying the issue is coming because of too frequent log switches. I am wondering how the log switches has become frequent in the new server. In the old server it was about 10 mins for every switch, now it is as frequent as 1 minute?
    Any idea, what could be the reason behind this? Do you agree this issue is coming because frequent log switches?
    Thanks
    ARS

    Kanchana Devasurendra wrote:
    Hi ARS,
    Please check the following item in your new database.
    1. log_archive_max_processes Most properbly value set for this parameter is low ( may be it's set to 1.) Please increase up ( 4)I am curious to know what makes you think 4 is the right magic number for log_archive_max_processes - after all, he's only got one archive destination.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    A general reminder about "Forum Etiquette / Reward Points": http://forums.oracle.com/forums/ann.jspa?annID=718
    If you never mark your questions as answered people will eventually decide that it's not worth trying to answer you because they will never know whether or not their answer has been of any use, or whether you even bothered to read it.
    It is also important to mark answers that you thought helpful - again it lets other people know that you appreciate their help, but it also acts as a pointer for other people when they are researching the same question, moreover it means that when you mark a bad or wrong answer as helpful someone may be prompted to tell you (and the rest of the forum) what's so bad or wrong about the answer you found helpful.

  • Find the current SharePoint Database Server Name

    Hi All,
    In my PRD farm, i have two database servers.
    One is primary say DB_Server and another is Mirror say Mirror_Server of that.
    Sometimes it gets failover automatically to Mirror_Server. So i want to know that is there any powershell command or any other way to find the Active DB Server processing the request at that particular time.
    So if Mirror_Server is processing the request i want the o/p as Mirror_Server Name.
    Thanks in advance

    Use following C# program to get the name of database server -
    Use Microsoft.sharepoint and Microsoft.SharePoint.Administration namespace which are present in Microsoft.sharePoint.dll
    String sServerName = "notFound";
                foreach (var item in SPFarm.Local.Servers)
                    foreach (var svc in item.ServiceInstances)
                        if (svc is SPDatabaseServiceInstance)
                            SPDatabaseServiceInstance s = svc as SPDatabaseServiceInstance;
                            sServerName = item.DisplayName + "\\" + s.Instance;
                MessageBox.Show(sServerName);
    The following powershell code will return all the active databases in SharePoint Farm
    Get-SPFarm | foreach { $_.Servers | ForEach-Object { $a = $_; $_.ServiceInstances | foreach { if ([Microsoft.SharePoint.Administration.SPServiceInstance]$_ -is [Microsoft.SharePoint.Administration.SPDatabaseServiceInstance]) { Write-Host $a; Write-Host $_.DisplayName

  • How to find the webdynpro component on server

    Hi Experts,
              I need to identify a webdynpro component in server whether it is there or not. Just i know the name of the component, Why i am asking with that component i am getting some errors while created a callable object in GP. I need to identify the component and delete that.
    Is there any other  way to do this.......
    Please tell any one know how to find the component in server................
    Thanks,
    Sunil

    Hi ,
    To create a callable object from a web dynpro project you need three DC like
    caf/eu/gp/api
    caf/eu/gp/api/wd
    com.sap.security.api.sda
    but caf/eu/gp/api and caf/eu/gp/api/wd  are not available if you work on local development enviornment with out NWDI. Then you need to put those DCs within your local plugin directiory. I am sending you a link through this you will get to download those DCs and where you will put those DCs it is clear in this doc.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f7be53bb-0b01-0010-1c96-be3cb6799c1b
    In your local mc you will go to the following path
    Program FilesSAPIDEIDE70eclipsepluginscom.sap.tc.ap_2.0.0compCAFDCssap.comcaf
    here you will create a folder called eu and put the DCs as per the doc. and in SC u put your Toplevel SC.
    Now you try from Web Dynpro perspective. You will get all the DCs for callable object.
    Thanks
    Chandan

  • How to find the log file on server

    Hi All,
    Here we have installed J2EE Engine & JDI on seperate machine.We have developed a new FPM application. The application is not working it is giving the error when run the application. It is giving the error "500 Internal Server Error Failed to process request. Please contact your system administrator". We want to see the log file what the error is, where can we find the log file.
    Regards
    Suresh

    Hi
    See this thread
    /message/1656215#1656215 [original link is broken]
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e2/75a74046033913e10000000a155106/frameset.htm">Logging</a>
    See this blogs
    <a href="/people/karsten.geiseler/blog/2005/06/06/netweaver-portal-log-configuration-viewing-part-1 Portal Log Configuration & Viewing (Part 1)</a>
    Kind Regards
    Mukesh

  • How to find the Information about DB-Server in OEM?

    Hi all,
    I would like to know, how to find the information about the Server-Machine on that the Database installed (Server ID, Network ID, IP-Address, ...) in Oracle Enterprise Manager.
    Regards
    Leonid Pavlov

    HI Dan,
    I dnt know what is SEM ? I Know that SEM uses BI data. if im wrong pls correct me, and my question is, is there any function modules like SD, MM like wise in R/3 is there any modules same in SEM . If they are where the information is stored that these modules are implemented.. at database level..
    Thanks,
    Mahesh

  • How to find the capacity of admin server in weblogic server?

    1. how to calculate the capacity of admin server in weblogic 8.1 a admin server can handle how many requests at a time.
    2. if 50 threads are given to admin server then with this 50 threads how many messages/requests the admin server can handle???
    please help................

    If your application is deployed to "all servers within the cluster", then the admin server should not be receiving any traffic. Your admin server should not be part of the cluster, and the application should not be deployed to the admin server. Your application requests should be directed to the managed server(s), such as with a load balancer.
    For instance, if your cluster has managed servers which listen on:
    http://yourserver1:8020
    http://yourserver2:8020
    with an admin server which listens on:
    http://youradminserverhost:7001
    and your cluster is defined as consisting of the managed servers which listen on "yourserver1" and "yourserver2" - and does not include your admin server, then how can your admin server receive any application requests?

  • How to find the database details from server audit specification with successfull login group?

    Hi,
    We have created a server audit for successfull logins.When we read the audit file using
    sys.fn_get_audit_file we find that all the fields related to the databases
    ie database_principal_id,database_principal_name,database_name are either 0 or null.
    Is there a method to find out to which database the login is accessing from the server
    audit specification of successfull login group.Although the logins are reading and writing
    data to the databases why there are no details of the databases?
    Thanking you in advance,
    Binny Mathew

    Hello Binny,
    The logins are used to connect to the instance and the access to the databases is performed via database users. So, once you connect to the instance via your login, the server level audit takes this action, records it, but without caring to which databases
    you want to connect after that. 
    Unfortunately there is no similar action group on the database audit specifications, that can track which user connected to the DB, except if you are using contained databases in SQL 2012.
    Probably you can share why you need such information and if there is something else specific that you wish to achieve, so we can propose a different solution/audit configuration.
    Regards,
    Ivan
    Ivan Donev MCT and MCSE Data Platform

  • How to find the list of  different material in other SAP system.

    We have two SAP different systems.  there is an integration between two systems.
    One system has 2 millions materails (parts) and other system has 6 millions materails (parts).
    I need to know the list of what are those 4 miilions of materials in the other sap system .
    How can I find out the list of the 4 millions additional material list  ?
    Can you please help me .
    YOUR HELP WILL BE HIGHLY APPRECIATED.
    Thanks in advance.

    Hi,
    Compare two different environments/systems in t.code: SCU0 . Also you can try with OY19
    Regards,
    Biju K

  • Tool to find the execution plan of a SQL query

    Hi,
    I new to Oracle. I come from the SQL Server world.
    I would like to know what tool(s) should I use to identify the execution plan for a SQL statement and to see if a query is missing indices.
    Thanks,
    Paul

    Use SQL*PLUS.
    SQL> select dummy from dual;
    D
    X
    SQL> set autotrace on explain
    SQL> r
      1* select dummy from dual
    D
    X
    Execution Plan
       0      SELECT STATEMENT Optimizer=ALL_ROWS (Cost=2 Card=1 Bytes=2)
       1    0   TABLE ACCESS (FULL) OF 'DUAL' (TABLE) (Cost=2 Card=1 Bytes
              =2)
    SQL> set autot off
    SQL> explain plan for select dummy from dual;
    Explained.
    SQL> select * from table(dbms_xplan.display);
    PLAN_TABLE_OUTPUT
    Plan hash value: 1157671242
    | Id  | Operation         | Name | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT  |      |     1 |     2 |     2   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS FULL| DUAL |     1 |     2 |     2   (0)| 00:00:01 |
    8 rows selected.
    SQL> disconnect
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - 64bit Production
    With the Partitioning, Oracle Label Security, OLAP and Data Mining options
    SQL>

  • Cannot find the SCA files on server

    Hello,
    We're currently attempting NWDI usage.
    I was following the tutorial regarding track usage.
    I've created a track and my own software component.
    I have defined dependencies for my software component as I was told in the manual.
    Now when I saved the track changes, I was told that I need to check in those SC's manually , as It is also said in the manual.
    I tried to look for those SCA files in question but couldnt find any matching ones (SAP_BUILDT.sca , SAP_JTECHS.sca & SAP-JEE.sca) were nowhere to be find on the NWDI server.
    Also i couldnt find my own created Software component.
    Am I missing something here? I know I have to import thse files manually to be available on the track , So where are those files?
    Thanks in advance,
    Eli.

    Hi Eli,
    Please follow the below link for creating and administrating track
    http://help.sap.com/saphelp_nw70/helpdata/EN/63/7a4d40eae76f13e10000000a1550b0/content.htm
    Have you click on update CMS after updating Software Component in SLD...
    Thanks
    Arun Jaiswal

  • Query to find the version of Siebel Server

    Hi All
    Can I know programatically which Siebel Server am I connecting to ?
    Thanks

    1. All S1 components are installed as Solaris packages.
    You can check all the package information for Portal Server under:
    /var/sadm/pkg/SUNWps/pkginfo
    2. Identity Server/Portal Server are different components. Portal Server needs Identity Server for policy, rules and authentication.

Maybe you are looking for