How to track network speeds - maybe through SQL or open to others

The network speed is dramatically slower to the SAN, but it also makes me wonder how slow things are between the Webserver and the external world.
What's the best way to monitor what-I-assume are network delays and which part of the networks are causing the problem.
-- Needs to be run on the VM Machine xxxx to work
/* Local backup */
BACKUP DATABASE [play_pen] TO
DISK = N'x:xxxx\testbackup.bak' WITH COPY_ONLY, FORMAT, INIT,
NAME = N'Speed backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10, CHECKSUM, CONTINUE_AFTER_ERROR
-- BACKUP DATABASE successfully processed 35289 pages in 7.638 seconds (36.095 MB/sec).
/* Intra-Network backup*/
BACKUP DATABASE [play_pen] TO
DISK = N'\\xxxx\testbackup.bak' WITH COPY_ONLY, FORMAT, INIT,
NAME = N'Speed backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10, CHECKSUM, CONTINUE_AFTER_ERROR
-- BACKUP DATABASE successfully processed 35289 pages in 14.152 seconds (19.480 MB/sec).
/* SAN backup*/
BACKUP DATABASE [play_pen] TO
DISK = N'\\xxxx\testbackup.bak' WITH COPY_ONLY, FORMAT, INIT,
NAME = N'Speed backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10, CHECKSUM, CONTINUE_AFTER_ERROR
-- BACKUP DATABASE successfully processed 35289 pages in 55.106 seconds (5.002 MB/sec)

Hi,
You can use the tools like Resource Monitor and Network Monitor.
Resource Monitor is a tool that you can use to monitor the usage of CPU, hard disk, network, and memory in real time. You can open it by clicking the
Start button. In the search box, type Resource Monitor, and then, in the list of results, click
Resource Monitor.  If you're prompted for an administrator password or confirmation, type the password or provide confirmation.‌
Meanwhile, I think it is proper to dig the networking issue on the Windows Server forum via the below link.
http://social.technet.microsoft.com/Forums/en-US/home?forum=winservergen
Additional information:
Using Network trace to troubleshoot intermittent connectivity issues
http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/06/18/using-network-trace-to-troubleshoot-intermittent-connectivity-issues.aspx
Thanks.
Tracy Cai
TechNet Community Support

Similar Messages

  • How to test network speed

    How do I test the speed of my network to determine if Time Capsule or my Internet provider is behind a real slowdown in my internet access. I ran the java test at DSLReports.com and got the following results:
    Compared to the average of 971 tests from comcast.net: download is 98% worse, upload is 98% worse.
    I'm unsure where to look or what to look for in trying to find a cause for the problem but wanted to at least try and make a stab at finding out before I called Comcast.

    You could try connecting a computer directly to your broadband modem and run the test again.  That would remove the Time Capsule from the configuration.  You may need to reset the modem to convince it to connect to a "new" device.
    Are you connecting to the Time Capsule via Ethernet or Wi-Fi?  If by Wi-Fi, the quality of your Wi-Fi connection could have a big affect on the network speed.  In that case, use the advice in the second message of this thread to investigate the signal and noise levels that your Mac sees:

  • How to discover network speed?

    I'm a happy user of a mixed Mac (MacBook Pro) and PC (XP Pro SP3) home wireless network - unusual I know! My question is whether there is a way to get my MacBook to tell me what speed it is connecting to my Time Capsule-based wireless network?
    The reason I ask is that my Windows laptop (Sony VAIO with a elderly "b" standard wifi card) tells me that it is only connecting at 1Mbps (occaisionally 2Mbps) - it used to tell me that it connected to my previous D-link router at 11Mbps. I appreciate that it might be lying to me in one or both cases but I would like to know whether I am getting as much out of the TC as I could. I determine the alleged speed of the network by hovering the mouse over the wifi indicater in the systems tray. It maintains this story regardless of whether any other computers are logged on to the network. I don't know how to do the equivalent in Leopard (I am a recent convert to Macs!)
    I tried speedtest.net but it only told me that I have a miserly 3.9Mbps broadband connection (ie about the UK average) but at least it says the same regardless of whether I do the test on the Mac or the Sony. Shame I am paying for 8Mbps...
    Thanks
    Ian

    {quote}My question is whether there is a way to get my MacBook to tell me what speed it is connecting to my Time Capsule-based wireless network?
    {quote}
    The Network Utility will give you the link speed. It is located in the Applications/Utilities folder.

  • How to track a book purchased through Aperture

    Made and purchased a book through Aperture.  Have never received a receipt confirmation or any tracking information, nor has my credit card been charged.  Do they charge and confirm at time of shipment?

    See the print products page for a link to the order status. If you are not in the US,replace /us/ in the link be thecode for your country.
    http://store.apple.com/us/help/print_products
    Since you did not receive an email confirmation, check, if your emal is working. Have you previewed you book before ordering? If the book contains corrupted media files, it may not upload. And if  there are problematic fonts or something, the Apple Print Products Store may cancel the order witthout sending a confirmation. So check the preview carefully and save the PDF:
    iPhoto, Aperture: Previewing an order in iPhoto or Aperture

  • How to view init.orafile content through sql command prompt

    Hi all,
    please tell me the solution for this. i want to see all the init.ora parameters in command prompt is there is any special command to view all parameters of init.ora in sql prompt.
    and server utilization from sql prompt.
    Thank you,

    Hi
    SQL prompt base:
    1. show parameter xxx << Mention by Nicolas
    2. use v$parameter << mention by sybrand_b
    3. use also:
    ◦V$PARAMETER2 view - display the currently in effect parameter values, but "List Values" are shown in multiple rows
    ◦V$SPPARAMETER view - display the current contents of the server parameter file.
    Source:
    http://www.orafaq.com/node/5 <<Viewing Parameters Settings:
    OS level
    3. Os level cat initxx << mention by me smile
    Regard
    Helios

  • How to check UNUSED ADMIN-SCRIPTS through SQL Query..??

    Can someone help me with the SQL query, which would give result of total unused ADMIN SCRIPTs for past few months?? (not the routing scripts)
    Thanks in advance for your help n concern..!!

    You can youse the below queries
    Step 1:
    Query to pull the used scripts between 17/12/2011 to 18/01/2012
    select MasterScriptID,EnterpriseName from Master_Script where MasterScriptID in (
    select MasterScriptID from Script where ScriptID in(
    select distinct(ScriptID) from Route_Call_Detail
    where DateTime between '2011-12-17 00:00:00' and '2012-01-18 23:59:59'))
    Step 2:
    Query to pull all the current configured Scripts 
    select MasterScriptID,EnterpriseName from Master_Script
    Step 3:
    Once we get both the data, we can use Excel’s VLOOKUP functionality to find the unused Scripts
    Regards,
    Senthil

  • How to execute an ODI interface through SQL

    Right now, we usually use the EXECUTE button to kick off an ODI process inside ODI designer. Is there any way we can do it from outside ODI. For example, can we write some PL/SQL or Java code to do that.
    Thanks
    Asif

    Hi,
    Yes we can use java code to call ODI scenario.
    public class CallScenario {
    public static void main(String[] args) throws Exception{
    OdiCommandScenario ODIcmdScenario =new OdiCommandScenario();
    OdiRepositoryConnection ODIConnection=new OdiRepositoryConnection();
    ODIConnection.setOdiUser("SUPERVISOR");
    ODIConnection.setOdiPassword("SUNOPSIS");
    ODIConnection.setJdbcDriver("org.hsqldb.jdbcDriver");
    ODIConnection.setJdbcUrl("jdbc:hsqldb:hsql://localhost");
    ODIConnection.setJdbcUser("sa");
    ODIConnection.setJdbcPassword("");
    ODIcmdScenario.setScenName("TEST_SCENARIO");
    ODIcmdScenario.setScenVersion("001");
    ODIcmdScenario.setLogLevel(5);
    ODIcmdScenario.setContext("GLOBAL");
    ODIConnection.setWorkRepositoryCode("WORKREP");
    OdiInvocation ODIInvocation = new OdiInvocation("localhost", 20910); //20910 default port
    OdiInvocationResult result=ODIInvocation.invokeCommand(ODIcmdScenario,ODIConnection);
    You need to include the Odi-sdk-invocation.jar for this to work. Hope this helps you.
    Thanks,
    SMV

  • How to track a request id through an access policy in OIM

    lets say User-A requests a job role on behalf of User-B and this job role has a access policy attached to it, to provision the user to AD and SAP.
    Now we want an email sent to user-A (i.e the user-A who is responsible for job role assignment which made the access policy to trigger the provisioning of User-B to the SAP ) once User-B is provisioned to an Resource for the first time.

    You can find the personA usr_key from upp and upd table.
    In upp table it is Coulmn name UPP_UPDATEBY
    In upd table Coulmn name is UPD_CREATEBY
    and for the status check the coulmns (UPD_ALLOW_LIST,UPP_ALLOW_LIST)
    Thanks..
    Edited by: IDMuser19 on Sep 2, 2010 3:27 PM

  • How to track the changes to a table and update the other table ?

    Hi Guys,
                   I am looking to track deletion of entries on KONV table and sync these missing entries in an other table which has primary key entries of KONV.
    How to do this.. is ALE change pointer is any good for this purpose ?
    Thanks
    AJ

    Hi Sam,
      In order to track the changes in the KONV table, go to table CDHDR and give objectclass and objectid, you will get all the details.
    Regards,
    ramesh.

  • How do i return data, when my sql was opened in a ref cursor.

    In Pl/sql, I was been bunged in the following situation:
    I am opening a ref cursor, where i couldn't determine the return type. In that case how will i return the data for those sql.
    Sample code :
    Declare
    Type a_ref IS REF CURSOR;
    C1 a_ref;
    Begin
    Open c1 for ‘select a, b, c from D’;
    Fetch c1 into ??????;
    Close c1;
    End;
    My doubt resides in ??? part..
    The columns in the select clause will vary dynamically.
    Hence how can I declare my variable..
    Regards,
    Bala

    Well, nothing is over to change mind if possible. I think the knowledge of
    alternatives is always useful... :).
    As for DBMS_SQL, it's an alternative to ref cursors too, but surely inside PL/SQL:
    SQL> declare
      2   c integer;
      3   desc_t DBMS_SQL.DESC_TAB;
      4   col_cnt integer;
      5   type gvarray is varray(25) of varchar(40);
      6   values1 gvarray := gvarray();
      7   a integer;
      8  begin
      9   values1.extend(25);
    10   c := dbms_sql.open_cursor;
    11   DBMS_SQL.PARSE(c,'select hiredate,ename from emp' ,DBMS_SQL.NATIVE);
    12   DBMS_SQL.DESCRIBE_COLUMNS (
    13     c,
    14     col_cnt,
    15     desc_t);
    16   for j in 1..col_cnt loop
    17     dbms_sql.define_column(c,j,values1(j),40);
    18   end loop;
    19   a:=dbms_sql.execute(c);
    20   loop
    21     if dbms_sql.fetch_rows(c) > 0 then
    22      for j in 1..col_cnt loop
    23        dbms_sql.column_value(c,j,values1(j));
    24        dbms_output.put_line('Row number ' || j || ', column ' || desc_t(j).col_name || ', value
    25        || values1(j) );
    26      end loop;
    27     else
    28       exit;
    29     end if;
    30   end loop;
    31   dbms_sql.close_cursor(c);
    32  end;
    33  /
    Row number 1, column HIREDATE, value 17.12.80
    Row number 2, column ENAME, value SMITH
    Row number 1, column HIREDATE, value 20.02.81
    Row number 2, column ENAME, value ALLEN
    Row number 1, column HIREDATE, value 22.02.81
    Row number 2, column ENAME, value WARD
    Row number 1, column HIREDATE, value 02.04.81
    Row number 2, column ENAME, value JONES
    Row number 1, column HIREDATE, value 28.09.81
    Row number 2, column ENAME, value MARTIN
    Row number 1, column HIREDATE, value 01.05.81
    Row number 2, column ENAME, value BLAKE
    Row number 1, column HIREDATE, value 09.06.81
    Row number 2, column ENAME, value CLARK
    Row number 1, column HIREDATE, value 19.04.87
    Row number 2, column ENAME, value SCOTT
    Row number 1, column HIREDATE, value 17.11.81
    Row number 2, column ENAME, value KING
    Row number 1, column HIREDATE, value 08.09.81
    Row number 2, column ENAME, value TURNER
    Row number 1, column HIREDATE, value 23.05.87
    Row number 2, column ENAME, value ADAMS
    Row number 1, column HIREDATE, value 03.12.81
    Row number 2, column ENAME, value JAMES
    Row number 1, column HIREDATE, value 03.12.81
    Row number 2, column ENAME, value FORD
    Row number 1, column HIREDATE, value 23.01.82
    Row number 2, column ENAME, value MILLER
    PL/SQL procedure successfully completed.Rgds.

  • How to track changes for the config done directly in quality client-Reg

    Hi,
    In our system the landscape is Dev,Quality,Production.
    For some transactions we will do the config in dev and transport to other clients or maintain in each client manually.Eg QS41,CI41.
    In my case ,I have did the config in CI41 and transported to other clients.But someone user get in to CI41 in Quality client and did some changes. Now how to track the user Id through which the changes has been performed  in QA directly.
    Regards
    SB

    hi
    you can use SE09 for displaying the transport no where you can see all the request nos ,from there you can check
    also use the same transaction Cl41 do some changes like description ,then press the save button ,system will prompt you the previous saved Request No and make a note of it .cancel the request generation ,then you can trace them in SE09
    also check whether you can find any change documents is available
    regards
    thyagarajan

  • How to track harm process

    Hi, all!
    our sysadmin discovered that from my computer is sending spam. Antivirus programms can't find the virus. Ofcouse, it seems it is not virus, but the working process. Maybe someone have any idea how to track this process?
    Thanks in advance.

    As the others have indicated, it is extremely unlikely that your Mac is infected with anything that is causing it to send spam e-mail. There is no known currently active Mac malware that behaves that way. See my Mac Malware Guide for, among other things, a catalog of all currently-known Mac malware.
    You don't provide much in the way of details... who is this "sysadmin" and how did they determine that your machine was responsible? How did this sysadmin determine that making a connection on port 25 equated to sending spam? (It is quite normal for Mail, and other e-mail clients, to make connections on port 25 when sending e-mail messages.)

  • Importing oracle.sql.BLOB through SQL Loader

    Hello,
    Currently the system we have creates .sql files and executes them. This takes a long time, so we're attempting to change to using SQL Loader. The one problem I'm having that I can't seem to fix is finding out how to imitate the behavior of this SQL statement through SQL Loader:
    INSERT INTO KRSB_QRTZ_BLOB_TRIGGERS (BLOB_DATA,TRIGGER_GROUP,TRIGGER_NAME)
    VALUES (oracle.sql.BLOB@515263,'KCB-Delivery','PeriodicMessageProcessingTrigger')
    I tried creating a lobfile and placing the text oracle.sql.BLOB@515263 within it this way
    INTO TABLE KRSB_QRTZ_BLOB_TRIGGERS
    WHEN tablename = 'KRSB_QRTZ_BLOB_TRIGGERS'
    FIELDS TERMINATED BY ',' ENCLOSED BY '##'
    TRAILING NULLCOLS
    tablename FILLER POSITION(1),
    TRIGGER_NAME CHAR(80),
    TRIGGER_GROUP CHAR(80),
    ext_fname FILLER,
    BLOB_DATA LOBFILE(ext_fname) TERMINATED BY EOF
    However, as expected, it merely loaded the text "oracle.sql.BLOB@515263" into the database. So does anyone have any ideas of how to imitate that insert statement through SQL Loader? The only information I have available is the string "oracle.sql.BLOB@515263", no other files or anything to aid with actually getting the binary data.
    When the .sql file is run with that insert statement in it, a 1.2kb BLOB is inserted into the database versus a 22 byte BLOB that contains nothing useful when done through SQL Loader.
    Alex

    My preference is DBMS_LOB.LOADFROMFILE
    http://www.morganslibrary.org/reference/dbms_lob.html
    did you try it?

  • Network Speed Required with VPN

    Hi,
    I have a customer, he has open an office outside the main company,
    Only 2-3 user (with all authorization access to B.one) will be connected with VPN.
    I would like to Know how is the network speed required to use b.one with VPN connections.
    Thanks for your cooperation,

    Hello
    There's no specific definition for VPN.
    What we recommend based on the field experience is:
    _Terminal server_ 
    Bandwidth per user: 20 - 40 Kb
    _Citrix_
    Bandwidth per user: 5 - 20 Kb                       
    Please take these numbers as a recommendation/guideline and not as minimum requirements.
    Paulo Calado
    SAP Business One Forums Team

  • How to track residual item

    Hi Experts,
                       first a bill is matched by residual method.
    for example: invoice amount: 2000.
    collection amount: 1000. remaining 1000 is maintained as resdiual item and is stored in open item table BSID.
    after matching the remaining 1000 (residual item) the entry from bsid table getting deleted.
    how to track this residual item.
    Ravi.

    All open items which are not cleared are reflected in BSID table.
    Once Open items are cleared against payment or credit note, these cleared items are moved from BSID table to BSAK table.
    All cleared items are in BSID
    Hi Ravi,
    Customer Cleared items BSAD
    Open Items BSID
    You are right,
    Have you got the answer?
    Regards
    Velu Mudaliar

Maybe you are looking for

  • Array problem in FL 1.x

    Is there any alternative for array in Flash Lite 1.X (excluding PSUEDO Array)?

  • Installation of Solaris 10 fails on Desktop

    Hi All, I just downloaded the DVD iso image for Solaris 10 for the intel desktop and tried installing. On my first attempt it was complaining about insufficient size to load module, but I later realised that the installation was corrupt so I re-downl

  • Adobe Document Services licensing

    Hi, Can anyone tell if the installation of Adobe Document Services is subject of any additional licensing. It will be used just for the gereration of Webdynpro ABAP alv print version. Thanks in advance, NB

  • Running eMac with Broken CRT... Dangerous? Disconnect-able?

    I have on hand a 1.25ghz emac. The logic board and all hardware work. The CRT was damaged in shipping. At start up, there is a "squeel" and a little bit of a spark in the back. I've been using it "in proxy" with Leopard's "Share Screen" mode. Pretty

  • Mobile Network programming !!

    Hello, If I want to create a ServerSocket in a Mobile, I can use ServerSocket, right? But how can I know what my host(address) is listening ?? For example, ServerSocketConnection scn = (ServerSocketConnection) Connector.open("socket://:5001"); I want