Simple Queue-Queue Failing with : kwqjaq: Only job queue slave can run prop

I know this is a simple problem, but I can't get by it.
I have two DB servers and I just want to queue a message on a local queue and have it propagated to a remote queue.
Here are my steps:
I do this on both databases:
grant dba to johnb identified by johnb ;
connect johnb/johnb
create type my_type as object ( a number, b varchar2(2000), c varchar2(2000)) ;
--- multi consumer queue
Begin
/* This queue table should already exist */
dbms_aqadm.create_queue_table( queue_table => 'MY_QUEUE_TAB',
queue_payload_type => 'MY_TYPE',
multiple_consumers => TRUE,
comment => 'Test MultiConsumer OAQ',
compatible => '8.1.0' );
DBMS_AQADM.CREATE_QUEUE (
queue_name => 'MY_QUEUE'
, queue_table => 'MY_QUEUE_TAB' );
dbms_aqadm.start_queue('MY_QUEUE') ;
End;
-- on "Local DB" I do the following:
DECLARE
subscriber sys.aq$_agent;
BEGIN
subscriber := sys.aq$_agent( 'subscriber1' , 'JOHNB.MY_QUEUE@otmdmz2' , null);
DBMS_AQADM.ADD_SUBSCRIBER(queue_name => 'JOHNB.MY_QUEUE', subscriber => subscriber);
END;
-- scheduling propagation
BEGIN
DBMS_AQADM.SCHEDULE_PROPAGATION( queue_name => 'JOHNB.MY_QUEUE' , destination => 'otmdmz2' , destination_queue => 'JOHNB.MY_QUEUE');
END;
BEGIN
DBMS_AQADM.ALTER_PROPAGATION_SCHEDULE( queue_name => 'JOHNB.MY_QUEUE' , destination => 'otmdmz2' , destination_queue => 'JOHNB.MY_QUEUE' , latency => 1 );
END;
-- I queue with this
-- enqueue local
DECLARE
enqueue_options DBMS_AQ.enqueue_options_t;
enqueue_properties DBMS_AQ.message_properties_t;
enqueue_handle RAW(16) ;
enqueue_message JOHNB.MY_TYPE;
BEGIN
enqueue_message := JOHNB.MY_TYPE(1, 'an aq test','sending to remote db' ) ;
dbms_aq.enqueue(queue_name => 'JOHNB.MY_QUEUE',
enqueue_options => enqueue_options,
message_properties => enqueue_properties,
payload => enqueue_message,
msgid => enqueue_handle) ;
commit ;
end;
No messages move to remote DB.
I can see the message in the local queue table.
Both databases have the same init.ora parameters : job_queue_processes=1000, aq_tm_processes=1.
If I attempt to run the job I get the message in the subject line in a trace file:
kwqjaq: Only job queue slave can run propagation job, exiting
Though I am sure simple configuration issue, I cannot find a relevant note.
Thanks,
John

Another case of the documentation being less than precise - it happens.
Without personally having investigated, that's my understanding as well bearing in mind the following observation/explanation in the same article which seems to apply for all except 11gR2:
Although you typically use the JOB_QUEUE_PROCESSES initialization parameter to limit
the number job queue processes for DBMS_JOB and you use the Scheduler attribute
max_job_slave_processes to limit the number of job slave processes for the Scheduler,
the Scheduler is affected by the JOB_QUEUE_PROCESSES parameter.
The maximum number of job slave processes for Scheduler is determined by the lesser
of the values of JOB_QUEUE_PROCESSES and max_job_slave_processes. For example:
If JOB_QUEUE_PROCESSES is set to 10 and max_job_slave_processes is set to 20,
the job coordinator will start no more than 10 job slave processes to be shared
between DBMS_JOB and the Scheduler.
If JOB_QUEUE_PROCESSES is 20 and max_job_slave_processes is 10, the coordinator
will start up to 20 job slave processes. The Scheduler can use only 10 of these,
but DBMS_JOB can use all 20.
If JOB_QUEUE_PROCESSES is 0, DBMS_JOB is disabled, and the maximum number of
job slave processes for Scheduler is controlled by the max_job_slave_processes
Scheduler attribute.

Similar Messages

  • DB13 error -- Function DB6_PLAN_DELETE_BATCH failed with return code = Job

    hello All,
    when I try to delete or edit any DBA Job in transaction DB13 the following error is displayed:
    An error occurred when processing system
    Function DB6_PLAN_DELETE_BATCH failed with return code = Job error
    How can I fix this error and delete or change my DBA jobs?
    My syste is SAP ECC 6.0 SR3 - Solaris 10 - Oracle 10.2.0.4.0
    Thanks
    Hernando

    Hello Hernando,
    Let's see what this SAP Note says,
    Note 1093883 - ORACLE: Function module DB6_PLAN_ADD_BATCH fails
    Edit: However, 'valid release' makes confusion
    Regards
    Subbarao
    Edited by: subbarao chinta on Oct 8, 2009 9:00 PM

  • Function DB6_PLAN_STOP_BATCH_JOB failed with return code = Job error

    Hi team,
    I have issue with "SAP_COLLECTOR_FOR_PERFMONITOR" Job .it has been Finished but in Job Log I get error as below:
    Job started
    Step 001 started (program RSCOLL00, variant , user ID DDIC)
    Clean_Plan:Cleanup of DB13 Plannings
    Clean_Plan:started by RSDBPREV                       on server sapqas01
    Clean_Plan:Cleaning up jobs of system QAS
    Function DB6_PLAN_STOP_BATCH_JOB failed with return code = Job error
    Clean_Plan:terminated with error
    REASON=Job error
    Database system not supported
    Reorganization of the database started
    Reorganization of the database ended
    Job finished
    I have alredy reschedule this Job in 000 with DDIC User.
    Please help me ,
    Thanks
    Vijay

    Hello Vijay,
    The "Database system not supported" error you see, suggests that your TCOLL table is not setup correctly. You probably have a report scheduled in your TCOLL which is for a different DB then the one you run.
    If the collector canels all the time, then this is probably a report which is scheduled to run every hour in your TCOLL. If it only cancels sometimes, then it should be easier to identify which report is causing it in your TCOLL.
    The bottom line is to ensure your TCOLL is setup correctly and that you are not running DB reports there that are for a different DB than the one you use. The SAP note you follow to setup your TCOLL table depends on your SAP system version:
    12103 - Contents of the TCOLL table
    970449 - Contents of TCOLL table in SAP_BASIS 640
    966309 - Contents of table TCOLL in SAP_BASIS 700
    966631 - Contents of TCOLL table in SAP_BASIS 710
    Regards,
    Brendan

  • Simple VPN Setup Fails with "NOTIFY PROPOSAL_NOT_CHOSEN protocol"

    Hi,
    This is pulling my hair out! Must be overlooking something very simple!
    Simple lab setup with 3 routers. VPN setup between R1 & R3 with static routing. R2 connects R1 & R3. All interfaces are reachable, including loopbacks. I am trying to encrypt traffic between loopback on R1 (69.69.69.69) to loopback on R3 (192.168.100.223).
    With no Crypto Map applied to outgoing interfaces on R1 and R3 ping is successful (sourced via local loopback) between the loopbacks. As soon as I add the Crypto Map the same ping fails and and I get the following debug messages.
    When ping initiated via outgoing interface, ping successful!
    *Oct  6 11:44:26.121: ISAKMP: set new node 0 to QM_IDLE
    *Oct  6 11:44:26.125: SA has outstanding requests  (local 103.13.216.8 port 500, remote 103.13.215.236 port 500)
    *Oct  6 11:44:26.129: ISAKMP:(1002): sitting IDLE. Starting QM immediately (QM_IDLE      )
    *Oct  6 11:44:26.133: ISAKMP:(1002):beginning Quick Mode exchange, M-ID of -1381344893
    *Oct  6 11:44:26.137: ISAKMP:(1002):QM Initiator gets spi
    *Oct  6 11:44:26.145: ISAKMP:(1002): sending packet to 172.1.1.1 my_port 500 peer_port 500 (I) QM_IDLE
    *Oct  6 11:44:26.145: ISAKMP:(1002):Sending an IKE IPv4 Packet.
    *Oct  6 11:44:26.149: ISAKMP:(1002):Node -1381344893, Input = IKE_MESG_INTERNAL, IKE_INIT_QM
    *Oct  6 11:44:26.153: ISAKMP:(1002):Old State = IKE_QM_READY  New State = IKE_QM_I_QM1
    *Oct  6 11:44:26.301: ISAKMP (0:1002): received packet from 172.1.1.1 dport 500 sport 500 Global (I) QM_IDLE
    *Oct  6 11:44:26.305: ISAKMP: set new node -1825528760 to QM_IDLE
    *Oct  6 11:44:26.313: ISAKMP:(1002): processing HASH payload. message ID = -1825528760
    *Oct  6 11:44:26.317: ISAKMP:(1002): processing NOTIFY PROPOSAL_NOT_CHOSEN protocol 3
            spi 2376679447, message ID = -1825528760, sa = 670DD6A4
    *Oct  6 11:44:26.317: ISAKMP:(1002): deleting spi 2376679447 message ID = -1381344893
    *Oct  6 11:44:26.321: ISAKMP:(1002):deleting node -1381344893 error TRUE reason "Delete Larval"
    *Oct  6 11:44:26.325: ISAKMP:(1002):deleting node -1825528760 error FALSE reason "Informational (in) state 1"
    *Oct  6 11:44:26.329: ISAKMP:(1002):Input = IKE_MESG_FROM_PEER, IKE_INFO_NOTIFY
    *Oct  6 11:44:26.329: ISAKMP:(1002):Old State = IKE_P1_COMPLETE  New State = IKE_P1_COMPLETE
    R1
    crypto isakmp policy 1
    authentication pre-share
    crypto isakmp key cisco address 172.1.1.1
    crypto ipsec transform-set TEST esp-3des esp-sha-hmac
    crypto map CRYPTO 1 ipsec-isakmp
    description IPSec Peer to R3
    set peer 172.1.1.1
    set transform-set TEST
    match address ACL1
    interface GigabitEthernet1/0
    ip address 192.250.156.6 255.255.255.0
    no ip route-cache cef
    no ip route-cache
    negotiation auto
    crypto map CRYPTO
    ip access-list extended ACL1
    permit ip host 69.69.69.69 host 192.168.100.223
    R1#sh crypto isakmp sa
    IPv4 Crypto ISAKMP SA
    dst             src             state          conn-id slot status
    172.1.1.1       192.250.156.6   QM_IDLE           1002    0 ACTIVE
    R3
    crypto isakmp policy 1
    authentication pre-share
    crypto isakmp key cisco address 192.250.156.6
    crypto ipsec transform-set TEST esp-3des esp-sha-hmac
    crypto map TEST 1 ipsec-isakmp
    description Primary IPSec Peer to R1
    set peer 192.250.156.6
    set transform-set TEST
    match address ACL1
    interface GigabitEthernet1/0
    ip address 172.1.1.1 255.255.255.0
    no ip route-cache cef
    no ip route-cache
    negotiation auto
    crypto map CRYPTO
    ip access-list extended ACL1
    permit ip host 192.168.100.223 host 69.69.69.69
    R3#sh crypto isakmp sa
    IPv4 Crypto ISAKMP SA
    dst             src             state          conn-id slot status
    172.1.1.1       192.250.156.6   QM_IDLE           1002    0 ACTIVE
    Any help appreciated,
    Thanks.

    Hi Paul,
    "processing NOTIFY PROPOSAL_NOT_CHOSEN protocol 3" indicates the remote VPN peer rejected the phase 2 proposal.
    The configuration snippet you have shared here seems fine, ISAKMP and IPSec debugs (debug crypto isakmp and debug crypto ipsec) from the remote VPN peer will be helpful in troubleshooting further.
    Following is a useful doc on VPN troubleshooting:
    IPsec Troubleshooting: Understanding and Using debug Commands
    Cheers,
    Rudresh V

  • Simple SSL test: failing with "The certificate is not trusted ..."

    WebLogic 10.3.4 on Win7.
    I created a new domain and enabled SSL,with listen ports 7001 and 7002 for http and https respectively.
    I deployed a trivial webapp whose main page runs in http, but it opens an iframe with https for a different page in the app.
    I loaded the main page, but the iframe fails to load, giving the following error:
    The certificate is not trusted because no issuer chain was provided.
    (Error code: sec_error_unknown_issuer)
    What is the easiest path to get this working?

    Hi David,
    I dont think that the Demo Certificate shall cause the issue.You can enable the SSL debug in weblogic and check what exactly is wrong,while loading the iframe window.
    Error code: sec_error_unknown_issuer
    Moreover,you can try to add the root certificate to your IE browser and check it
    Tools -> Internet options -> content ->Certificates ->
    After your import,You can verify the same by checking it from the list and then verify by accessing it again

  • System.Drawing.Bitmap($_.FullName) fails with "Online only" files stored on OneDrive

    Hi,
    I want to retrieve the DateTaken from JPG files that are stored on my OneDrive. If the file is available offline, the code works fine. However, if the file is "Online only" the code below breaks when creating the New-Object System.Drawing.Bitmap
    and generates the following error: "New-Object : Exception calling ".ctor" with "1" argument(s): "Parameter is not valid."
    Is there any way to work around this problem?
    [reflection.assembly]::loadwithpartialname("System.Drawing") | out-null
    Get-ChildItem ($Path + "\*") -include @('*.jpg', '*.jpeg') -Force | ForEach-Object {
            if (! $DateTimeArg)
                $pic = New-Object System.Drawing.Bitmap($_.FullName)
                $ExifDate = $pic.GetPropertyItem(36867)
                $DateTaken = (New-Object System.Text.UTF8Encoding).GetString($ExifDate.Value)
                $DateTime=[datetime]::ParseExact($DateTaken,"yyyy:MM:dd HH:mm:ss`0",$Null)
                $pic.Dispose()

    Hi,
    I want to retrieve the DateTaken from JPG files that are stored on my OneDrive. If the file is available offline, the code works fine. However, if the file is "Online only" the code below breaks when creating the New-Object System.Drawing.Bitmap
    and generates the following error: "New-Object : Exception calling ".ctor" with "1" argument(s): "Parameter is not valid."
    Is there any way to work around this problem?
    [reflection.assembly]::loadwithpartialname("System.Drawing") | out-null
    Get-ChildItem ($Path + "\*") -include @('*.jpg', '*.jpeg') -Force | ForEach-Object {
            if (! $DateTimeArg)
                $pic = New-Object System.Drawing.Bitmap($_.FullName)
                $ExifDate = $pic.GetPropertyItem(36867)
                $DateTaken = (New-Object System.Text.UTF8Encoding).GetString($ExifDate.Value)
                $DateTime=[datetime]::ParseExact($DateTaken,"yyyy:MM:dd HH:mm:ss`0",$Null)
                $pic.Dispose()
    >> If the file is available offline, the code works fine.
    Right, if the file is available offline, it means the JPG file is stored in your local computer, and consequently, the variable $Path is meaningful, because it refers to a folder in your local computer.
    >> However, if the file is "Online only" the code below breaks when creating the New-Object System.Drawing.Bitmap and generates the following error: "New-Object : Exception calling ".ctor"
    with "1" argument(s): "Parameter is not valid."
    Right, if the file is available online only, it means the JPG file is
    not stored in your local computer, and consequently, the variable $Path is meaningless, because it refers to a folder in your local computer (it doesn't matter which) that
    does not contain the image.
    >> Is there any way to work around this problem?
    Yes. right click on the JPG name (on file explorer) and make it available offline.

  • Vdbench fail with hearbeat error on centos 6.5 running deadline i/o schedular at 360 second run stop

    We have been seeing the heart beat error for a while, we are running a SSD on a 3.5 Ghz i7-4770k CPU with 16 gig of memory using a LSI 9300 HBA running at 6 gig. The OS is Centos6.5 (have also seen this issue with Redhat 6.5 and Adaptec HBAs). We are running vdbench 50401 with a python wrapper inputting using input  options, one of the options is setting the run time of 360 seconds. One of things noticed is the IOPs reported, starts to become erratic and the system becomes unresponsive, the only thing which remains working is mouse movement. The drive is a single SSD, have also tested against a number of different makers of SSD drives and they exhibit the same failure. The noop i/o scheduler seems to work have not had enough time on the clock to declare noop is the partial answer, begs the question is this a OS issue?
    resp
    16:35:59.169         91 1714.0 18.03  27.8 12.6   0.0    0.0  0.00 1714.0 18.03  0.00 428.5 428.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.02   1.0  0.02   0.0  0.00   0.0  0.00   0.0  0.00
    16:38:20.871         92 1812.0 18.03  27.8 12.1   0.0    0.0  0.00 1812.0 18.03  0.00 453.0 453.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:39:01.025         93 1742.0 18.26  27.7 12.2   0.0    0.0  0.00 1742.0 18.26  0.00 435.5 435.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:39:01.115         94 1770.0 18.77  27.9 12.1   0.0    0.0  0.00 1770.0 18.77  0.00 442.5 442.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.03   1.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:39:01.120         95 1733.0 18.06  27.7 12.7   0.0    0.0  0.00 1733.0 18.06  0.00 433.2 433.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   4.0  0.02   4.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:39:01.125         96 1730.0 17.80  27.6 11.8   0.0    0.0  0.00 1730.0 17.80  0.00 432.5 432.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   6.0  0.02   6.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:39:01.130         97 123746 18.48  27.9 12.5   0.0    0.0  0.00 123746 18.48  0.00 30936  30936  262144   0.0  0.00   0.0  0.00   0.0  0.00 248.0  0.02 248.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:39:01.135         98   32.0  0.09  50.0 0.00   0.0    0.0  0.00   32.0  0.09  0.00  8.00   8.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:39:01.140         99   90.0  0.11  40.0 17.7   0.0    0.0  0.00   90.0  0.11  0.00 22.50  22.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:39:01.144        100   81.0  0.12 100.0 50.0   0.0    0.0  0.00   81.0  0.12  0.00 20.25  20.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:39:01.149        101   85.0  0.14 100.0  100   0.0    0.0  0.00   85.0  0.14  0.00 21.25  21.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.159 HeartBeat.checkHeartBeat(): slave localhost-0 has not responded for 185 seconds.
    16:40:16.160 Start/end command: executing '/home/ssdrive/cve-tst/vdbench/vdbench jstack'
    16:40:16.160 execute(): /home/ssdrive/cve-tst/vdbench/vdbench jstack
    16:40:16.163        102   52.0  0.19 � �   0.0    0.0  0.00   52.0  0.19  0.00 13.00  13.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.167        103 1271.0  0.30  88.5 65.3   0.0    0.0  0.00 1271.0  0.30  0.00 317.7 317.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   2.0  0.03   2.0  0.02   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.172        104  590.0  0.46  92.3 61.5   0.0    0.0  0.00  590.0  0.46  0.00 147.5 147.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.177        105   49.0  0.17 100.0  100   0.0    0.0  0.00   49.0  0.17  0.00 12.25  12.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.181        106   40.0  1.42 100.0  100   0.0    0.0  0.00   40.0  1.42  0.00 10.00  10.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.186        107  908.0  0.89 100.0 80.0   0.0    0.0  0.00  908.0  0.89  0.00 227.0 227.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.190        108    0.0  0.00 � �   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.195        109    0.0  0.00 100.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.522        110    0.0  0.00 � �   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.526        111    0.0  0.00  50.0 50.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.530        112    0.0  0.00 � �   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.725        113 1297.0  7.94  28.6 13.0   0.0    0.0  0.00 1297.0  7.94  0.00 324.2 324.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.823        114 267786 18.45  27.6 12.2   0.0    0.0  0.00 267786 18.45  0.00 66946  66946  262144   0.0  0.00   0.0  0.00   0.0  0.00 526.0  0.02 526.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.827        115  252.0 16.97  28.2 12.8   0.0    0.0  0.00  252.0 16.97  0.00 63.00  63.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.02   1.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.832        116   17.0  1.83  66.7 33.3   0.0    0.0  0.00   17.0  1.83  0.00  4.25   4.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.836        117    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.840        118   16.0  0.51  60.0 20.0   0.0    0.0  0.00   16.0  0.51  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.843        119    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.848        120    0.0  0.00 100.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    Jul 30, 2014 .Interval. .ReqstdOps.. ...cpu%...  read ....read.... ...write.... ..mb/sec... mb/sec .xfer.. ...mkdir... ...rmdir... ..create... ...open.... ...close... ..delete... ..getattr.. ..setattr..
                              rate  resp total  sys   pct   rate  resp   rate  resp  read write  total    size  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp
    16:40:16.854        121    1.0 429.0  33.3 33.3   0.0    0.0  0.00    1.0 429.0  0.00  0.25   0.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.861        122   23.0 10.07  50.0 25.0   0.0    0.0  0.00   23.0 10.07  0.00  5.75   5.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.866        123    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.870        124   16.0 34.95  40.0 20.0   0.0    0.0  0.00   16.0 34.95  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.874        125 128945 18.60  28.2 12.8   0.0    0.0  0.00 128945 18.60  0.00 32236  32236  262144   0.0  0.00   0.0  0.00   0.0  0.00 249.0  0.02 249.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.891        126   28.0 17.60  50.0 25.0   0.0    0.0  0.00   28.0 17.60  0.00  7.00   7.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.02   1.0  0.02   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.896        127    0.0  0.00  42.9 14.2   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.901        128    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.906        129   16.0  4.20  50.0 25.0   0.0    0.0  0.00   16.0  4.20  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.912        130   18.0  7.31  50.0 25.0   0.0    0.0  0.00   18.0  7.31  0.00  4.50   4.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.916        131    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.920        132    7.0  3.88  50.0 25.0   0.0    0.0  0.00    7.0  3.88  0.00  1.75   1.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.926        133  599.0 19.67  28.7 12.4   0.0    0.0  0.00  599.0 19.67  0.00 149.7 149.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   2.0  0.02   2.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.931        134  153.0 15.69  32.9 15.0   0.0    0.0  0.00  153.0 15.69  0.00 38.25  38.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.935        135    0.0  0.00 � �   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.940        136    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.944        137  294.0 35.60  29.7 12.7   0.0    0.0  0.00  294.0 35.60  0.00 73.50  73.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.948        138   16.0  4.00  40.0 0.00   0.0    0.0  0.00   16.0  4.00  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:16.952        139    4.0  1.64  50.0 25.0   0.0    0.0  0.00    4.0  1.64  0.00  1.00   1.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.477        140   10.0  0.29  50.0 50.0   0.0    0.0  0.00   10.0  0.29  0.00  2.50   2.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.02   1.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.483        141   16.0 26.72  40.0 0.00   0.0    0.0  0.00   16.0 26.72  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.487        142    0.0  0.00  33.3 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.491        143   28.0 30.21  66.7 33.3   0.0    0.0  0.00   28.0 30.21  0.00  7.00   7.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.495        144    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.500        145    0.0  0.00  66.7 16.6   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.504        146   12.0  1.39  50.0 0.00   0.0    0.0  0.00   12.0  1.39  0.00  3.00   3.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.509        147   14.0  0.36  50.0 25.0   0.0    0.0  0.00   14.0  0.36  0.00  3.50   3.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.513        148    2.0  0.08  50.0 25.0   0.0    0.0  0.00    2.0  0.08  0.00  0.50   0.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.518        149   10.0 22.89  40.0 20.0   0.0    0.0  0.00   10.0 22.89  0.00  2.50   2.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.522        150   32.0  4.53  41.7 16.6   0.0    0.0  0.00   32.0  4.53  0.00  8.00   8.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    Jul 30, 2014 .Interval. .ReqstdOps.. ...cpu%...  read ....read.... ...write.... ..mb/sec... mb/sec .xfer.. ...mkdir... ...rmdir... ..create... ...open.... ...close... ..delete... ..getattr.. ..setattr..
                              rate  resp total  sys   pct   rate  resp   rate  resp  read write  total    size  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp
    16:40:17.527        151   15.0 28.70  60.0 40.0   0.0    0.0  0.00   15.0 28.70  0.00  3.75   3.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.532        152    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.538        153   15.0  0.51  50.0 0.00   0.0    0.0  0.00   15.0  0.51  0.00  3.75   3.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.542        154    0.0  0.00 � �   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.547        155    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.551        156    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.556        157   18.0 12.78  40.0 20.0   0.0    0.0  0.00   18.0 12.78  0.00  4.50   4.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.562        158   13.0  0.26  60.0 20.0   0.0    0.0  0.00   13.0  0.26  0.00  3.25   3.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.566        159   16.0  0.66   0.0 0.00   0.0    0.0  0.00   16.0  0.66  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.571        160    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.575        161    6.0  5.41  33.3 0.00   0.0    0.0  0.00    6.0  5.41  0.00  1.50   1.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.579        162   10.0  0.05  50.0 25.0   0.0    0.0  0.00   10.0  0.05  0.00  2.50   2.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.584        163    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.588        164  897.0 19.36  32.3 14.3   0.0    0.0  0.00  897.0 19.36  0.00 224.2 224.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   5.0  0.02   5.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.593        165    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.597        166   24.0  0.98  66.7 33.3   0.0    0.0  0.00   24.0  0.98  0.00  6.00   6.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.601        167    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.605        168    0.0  0.00  33.3 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.609        169    0.0  0.00  50.0 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.613        170    7.0 18.36  33.3 0.00   0.0    0.0  0.00    7.0 18.36  0.00  1.75   1.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.618        171    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.624        172   16.0  0.73  50.0 16.6   0.0    0.0  0.00   16.0  0.73  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.629        173    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.633        174    0.0  0.00  50.0 50.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.639        175    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.643        176    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.647        177   16.0  8.61  25.0 0.00   0.0    0.0  0.00   16.0  8.61  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.651        178    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.656        179   12.0 24.40  50.0 25.0   0.0    0.0  0.00   12.0 24.40  0.00  3.00   3.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.661        180    7.0 233.0  42.9 14.2   0.0    0.0  0.00    7.0 233.0  0.00  1.75   1.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    Jul 30, 2014 .Interval. .ReqstdOps.. ...cpu%...  read ....read.... ...write.... ..mb/sec... mb/sec .xfer.. ...mkdir... ...rmdir... ..create... ...open.... ...close... ..delete... ..getattr.. ..setattr..
                              rate  resp total  sys   pct   rate  resp   rate  resp  read write  total    size  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp
    16:40:17.668        181   16.0  0.42  66.7 33.3   0.0    0.0  0.00   16.0  0.42  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.672        182    0.0  0.00 100.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.676        183   11.0  0.86  33.3 0.00   0.0    0.0  0.00   11.0  0.86  0.00  2.75   2.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.681        184    5.0  0.10  50.0 25.0   0.0    0.0  0.00    5.0  0.10  0.00  1.25   1.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.685        185    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.689        186   16.0  0.56  66.7 33.3   0.0    0.0  0.00   16.0  0.56  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.693        187   31.0  4.48  42.9 14.2   0.0    0.0  0.00   31.0  4.48  0.00  7.75   7.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.697        188    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.701        189    0.0  0.00  50.0 50.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.705        190    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.711        191    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.715        192    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.719        193   16.0 39.27  66.7 33.3   0.0    0.0  0.00   16.0 39.27  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.723        194   17.0  3.81  33.3 33.3   0.0    0.0  0.00   17.0  3.81  0.00  4.25   4.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.728        195    0.0  0.00  50.0 16.6   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.732        196   13.0 33.06  25.0 0.00   0.0    0.0  0.00   13.0 33.06  0.00  3.25   3.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.736        197    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.740        198   14.0  0.72  50.0 25.0   0.0    0.0  0.00   14.0  0.72  0.00  3.50   3.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.744        199    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.748        200    5.0 161.3  50.0 0.00   0.0    0.0  0.00    5.0 161.3  0.00  1.25   1.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.752        201   39.0  0.10  50.0 16.6   0.0    0.0  0.00   39.0  0.10  0.00  9.75   9.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.757        202    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.762        203    0.0  0.00  50.0 16.6   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.766        204    0.0  0.00  75.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.770        205   11.0  3.16  75.0 25.0   0.0    0.0  0.00   11.0  3.16  0.00  2.75   2.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.02   1.0  0.02   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.774        206   10.0 33.84  50.0 0.00   0.0    0.0  0.00   10.0 33.84  0.00  2.50   2.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.778        207    8.0  4.20  50.0 25.0   0.0    0.0  0.00    8.0  4.20  0.00  2.00   2.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.783        208    8.0  0.10  75.0 25.0   0.0    0.0  0.00    8.0  0.10  0.00  2.00   2.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.787        209    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.792        210   16.0 20.53  60.0 20.0   0.0    0.0  0.00   16.0 20.53  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    Jul 30, 2014 .Interval. .ReqstdOps.. ...cpu%...  read ....read.... ...write.... ..mb/sec... mb/sec .xfer.. ...mkdir... ...rmdir... ..create... ...open.... ...close... ..delete... ..getattr.. ..setattr..
                              rate  resp total  sys   pct   rate  resp   rate  resp  read write  total    size  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp
    16:40:17.797        211    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.803        212    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.807        213    0.0  0.00  33.3 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.811        214   16.0  0.97  33.3 0.00   0.0    0.0  0.00   16.0  0.97  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.815        215    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.819        216   14.0  9.61  33.3 0.00   0.0    0.0  0.00   14.0  9.61  0.00  3.50   3.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.823        217   17.0  0.11  60.0 20.0   0.0    0.0  0.00   17.0  0.11  0.00  4.25   4.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.828        218    0.0  0.00  40.0 20.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.832        219    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.836        220    0.0  0.00  50.0 50.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.840        221   29.0  4.42  33.3 0.00   0.0    0.0  0.00   29.0  4.42  0.00  7.25   7.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.02   1.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.847        222    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.851        223    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.855        224    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.859        225   22.0 70.70  50.0 25.0   0.0    0.0  0.00   22.0 70.70  0.00  5.50   5.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.863        226    0.0  0.00  50.0 16.6   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.868        227   32.0 52.40  50.0 25.0   0.0    0.0  0.00   32.0 52.40  0.00  8.00   8.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.872        228    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.878        229    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.883        230    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.887        231    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.893        232   17.0  2.01  50.0 25.0   0.0    0.0  0.00   17.0  2.01  0.00  4.25   4.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.897        233    0.0  0.00  50.0 16.6   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.903        234    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.909        235   11.0 34.02  50.0 50.0   0.0    0.0  0.00   11.0 34.02  0.00  2.75   2.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.915        236   31.0  0.23  50.0 25.0   0.0    0.0  0.00   31.0  0.23  0.00  7.75   7.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.919        237    0.0  0.00  50.0 16.6   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.923        238    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.927        239    5.0 58.57  33.3 33.3   0.0    0.0  0.00    5.0 58.57  0.00  1.25   1.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.931        240   12.0  0.11  33.3 0.00   0.0    0.0  0.00   12.0  0.11  0.00  3.00   3.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    Jul 30, 2014 .Interval. .ReqstdOps.. ...cpu%...  read ....read.... ...write.... ..mb/sec... mb/sec .xfer.. ...mkdir... ...rmdir... ..create... ...open.... ...close... ..delete... ..getattr.. ..setattr..
                              rate  resp total  sys   pct   rate  resp   rate  resp  read write  total    size  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp
    16:40:17.936        241    0.0  0.00  50.0 16.6   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.940        242   20.0 17.96   0.0 0.00   0.0    0.0  0.00   20.0 17.96  0.00  5.00   5.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.944        243    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.948        244    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.953        245   16.0  0.53   0.0 0.00   0.0    0.0  0.00   16.0  0.53  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.957        246    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.960        247   16.0  1.96  40.0 20.0   0.0    0.0  0.00   16.0  1.96  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.965        248    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.970        249   21.0  1.37  50.0 16.6   0.0    0.0  0.00   21.0  1.37  0.00  5.25   5.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.974        250    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.978        251    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.982        252   22.0 49.20  33.3 33.3   0.0    0.0  0.00   22.0 49.20  0.00  5.50   5.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.987        253    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.991        254    4.0 232.1  75.0 25.0   0.0    0.0  0.00    4.0 232.1  0.00  1.00   1.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.02   1.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:17.996        255   12.0  0.10  50.0 25.0   0.0    0.0  0.00   12.0  0.10  0.00  3.00   3.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.001        256   16.0  1.43  42.9 14.2   0.0    0.0  0.00   16.0  1.43  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.005        257    0.0  0.00  33.3 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.009        258    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.014        259   28.0  8.57  75.0 25.0   0.0    0.0  0.00   28.0  8.57  0.00  7.00   7.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.018        260    0.0  0.00  60.0 20.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.024        261    0.0  0.00  60.0 20.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.029        262   21.0  1.44  33.3 0.00   0.0    0.0  0.00   21.0  1.44  0.00  5.25   5.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.033        263    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.037        264   23.0  3.33  42.9 14.2   0.0    0.0  0.00   23.0  3.33  0.00  5.75   5.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.041        265    2.0  0.11  66.7 33.3   0.0    0.0  0.00    2.0  0.11  0.00  0.50   0.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.045        266    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.049        267    0.0  0.00  50.0 16.6   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.053        268    2.0  7.51  50.0 0.00   0.0    0.0  0.00    2.0  7.51  0.00  0.50   0.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.058        269   10.0 188.4  40.0 40.0   0.0    0.0  0.00   10.0 188.4  0.00  2.50   2.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.02   1.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.062        270   17.0 109.2  66.7 33.3   0.0    0.0  0.00   17.0 109.2  0.00  4.25   4.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    Jul 30, 2014 .Interval. .ReqstdOps.. ...cpu%...  read ....read.... ...write.... ..mb/sec... mb/sec .xfer.. ...mkdir... ...rmdir... ..create... ...open.... ...close... ..delete... ..getattr.. ..setattr..
                              rate  resp total  sys   pct   rate  resp   rate  resp  read write  total    size  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp
    16:40:18.068        271    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.072        272    0.0  0.00  60.0 20.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.077        273   43.0  1.21  60.0 20.0   0.0    0.0  0.00   43.0  1.21  0.00 10.75  10.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.02   1.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.081        274    0.0  0.00 100.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.085        275    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.090        276    0.0  0.00  66.7 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.096        277    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.101        278    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.105        279    9.0 17.41  50.0 16.6   0.0    0.0  0.00    9.0 17.41  0.00  2.25   2.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.110        280   19.0  0.09  75.0 25.0   0.0    0.0  0.00   19.0  0.09  0.00  4.75   4.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.114        281    0.0  0.00  50.0 50.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.117        282    8.0 28.67  66.7 33.3   0.0    0.0  0.00    8.0 28.67  0.00  2.00   2.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.121        283    2.0  0.11  33.3 0.00   0.0    0.0  0.00    2.0  0.11  0.00  0.50   0.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.126        284   16.0 33.11  75.0 25.0   0.0    0.0  0.00   16.0 33.11  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.130        285    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.133        286    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.137        287   19.0 16.52  50.0 16.6   0.0    0.0  0.00   19.0 16.52  0.00  4.75   4.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.141        288   10.0  0.28  50.0 25.0   0.0    0.0  0.00   10.0  0.28  0.00  2.50   2.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.145        289    0.0  0.00   0.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.149        290   15.0  0.46  50.0 25.0   0.0    0.0  0.00   15.0  0.46  0.00  3.75   3.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   1.0  0.01   1.0  0.01   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.153        291    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.157        292   16.0  0.45  66.7 33.3   0.0    0.0  0.00   16.0  0.45  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.162        293    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.166        294    0.0  0.00  33.3 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.169        295   16.0  0.98  40.0 20.0   0.0    0.0  0.00   16.0  0.98  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.174        296   16.0 26.81  40.0 0.00   0.0    0.0  0.00   16.0 26.81  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.177        297    0.0  0.00  50.0 50.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.181        298    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.185        299   16.0  0.97  50.0 25.0   0.0    0.0  0.00   16.0  0.97  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.189        300    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    Jul 30, 2014 .Interval. .ReqstdOps.. ...cpu%...  read ....read.... ...write.... ..mb/sec... mb/sec .xfer.. ...mkdir... ...rmdir... ..create... ...open.... ...close... ..delete... ..getattr.. ..setattr..
                              rate  resp total  sys   pct   rate  resp   rate  resp  read write  total    size  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp  rate  resp
    16:40:18.193        301   16.0  0.54  66.7 0.00   0.0    0.0  0.00   16.0  0.54  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.197        302   16.0 45.66  66.7 22.2   0.0    0.0  0.00   16.0 45.66  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.201        303    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.205        304    1.0 329.4  50.0 0.00   0.0    0.0  0.00    1.0 329.4  0.00  0.25   0.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.209        305   14.0  0.20  66.7 33.3   0.0    0.0  0.00   14.0  0.20  0.00  3.50   3.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.213        306    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.217        307    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.220        308   10.0  4.38  66.7 0.00   0.0    0.0  0.00   10.0  4.38  0.00  2.50   2.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.224        309    3.0 42.64  33.3 0.00   0.0    0.0  0.00    3.0 42.64  0.00  0.75   0.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.228        310   42.0 18.19  75.0 25.0   0.0    0.0  0.00   42.0 18.19  0.00 10.50  10.50  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.232        311    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.236        312    0.0  0.00 100.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.240        313    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.244        314    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.248        315    0.0  0.00  75.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.251        316    0.0  0.00  50.0 25.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.255        317   17.0 156.4  50.0 0.00   0.0    0.0  0.00   17.0 156.4  0.00  4.25   4.25  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.259        318   15.0  0.55  57.1 14.2   0.0    0.0  0.00   15.0  0.55  0.00  3.75   3.75  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.263        319    0.0  0.00  50.0 0.00   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.266        320    0.0  0.00  50.0 50.0   0.0    0.0  0.00    0.0  0.00  0.00  0.00   0.00       0   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.270        321   16.0  1.24  66.7 0.00   0.0    0.0  0.00   16.0  1.24  0.00  4.00   4.00  262144   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00   0.0  0.00
    16:40:18.274        322    0.0  0.00  66.7 33.3   0.0    0.0  0.00    0.0  0.00 

    Vdbench uses java sockets to communicate between the master JVM and its slaves.
    When the master does not hear from a slave for more than three minutes it gives up. That is the heartbeat timeout you are seeing.
    Vdbench sends a statistics request to all slaves every interval= seconds, it is not clear what reporting interval you are using, but for example use interval=1 here.
    The statistics request expects that once the data is received back from the slaves covers that one second worth of data.
    However, if for instance it takes two seconds for the request to finally arrive at the slave, the Vdbench master still, it has no choice, treats it as if it represents only one second.
    Example: i/o done in one second = 500, so when the slave immediately returns the i/o count, the master reports 500/1=500 iops. However, if the slave returns two seconds (he received the request too late), he'll return '1000 ios done since the last statistics request'. The master, still treating it as only one second worth of data will report 1000/1=1000 iops.
    Once the socket traffic gets behind things get ugly pretty fast.
    The question then is "why is socket traffic so slow"? That of course is an unknown, that is network socket traffic that will be completely resolved in memory.
    Since the messaging and the actual reporting of the statistics is done all in one single thread inside of the master I have seen a few situations where the writing to the xxx.html files was so slow that they impacted the timing of the reporting.
    For this I have suggested to try to just write the output ('-o' execution parameter) to /tmp first.
    The next version of Vdbench will have the messaging and reporting split into two threads with even a queuing mechanism to prevent one impacting the other, and also includes information to show WHERE possible the socket delay comes from, for instance: how long did the request take between the master and the slaves, or was it the other way around.
    Don't know when this vdbench50402 will come out, I won't even make a guess.
    An other question you may have to ask yourself: "what else is running?"
    IF, and a big IF, the first interval you reported is a 'normal' interval at 16:35:59.169, why do we need 27.8% of the cpu to do a miserable 1714 iops? But of course, I clearly don't have all the data.
    That's the best I can do for now.
    Henk.
    PS: Have you tried to run with some increments of "I know we should be able to do X iops, lets run with iorate=90% of X"?
    (edit: that should be fwdrate)

  • ITunes update fails with error 2324, uninstall fails with 2324 as well, no way to run itunes

    I have not used itunes for a year or so.  Every time I turn on my Windows 7 x64 desktop, the update fails.
    This time I tried to update and got the failure code 2324.  I then decided to just uninstall and start over.  The uninstaller gives me the same error code.  When I try to run the old version of itunes that worked for quite some time I get an error stating the program is not compatible with my operating system.
    I am stuck and I cannot call support during normal business hours because I work for a living and won't be in front of my home desktop.

    Try to unistall it clean using that microfoft utility
    http://support.microsoft.com/mats/program_install_and_uninstall/
    make sure to get rid of all apple stuff using that program, one by one.
    Then download installer again, but before disable all firewalls and antivirus.
    and install.
    Sorry, right after response found that thread:
    https://discussions.apple.com/thread/4378768?start=0&tstart=0

  • I no longer have my apple login email address as it was associated with my previous job. I can't change it over to my current email address as this was my secondary. Is there any way to do this?

    I no longer have the email address associated with my Apple account as it was through my previous employer. When I attempt to change it to my current email address, I can't as it was my backup to the old one. Is there any way to do this?

    Hey arnwrkr,
    Thanks for the question. It sounds like you wish to change the email address associated with your Apple ID, however the address you wish to use is already in use as your rescue email address. To accomplish your goal, we’ll need to first remove your rescue email address:
    Manage your Apple ID primary, rescue, alternate, and notification email addresses
    http://support.apple.com/kb/HT5620
    Next, you can change your Apple ID to new this email address:
    Change your Apple ID
    http://support.apple.com/kb/HT5621
    And finally, be sure to update the features and services that you use with your Apple ID:
    Apple ID: What to do after you change your Apple ID
    http://support.apple.com/kb/HT5796
    Thanks,
    Matt M.

  • My access was blocked because i left my pc on at home and now i cannot access anymore with thunderbird only via browser how can i restore access??

    I cannot access anymore via thunderbird while with the same pw i can access via browser after my account was blocked how can i restore access via email program?

    I was on my gmail account and looked at settings forward and pop/imap
    be sure they are activated.
    Imap if you want to access it from several places. That way you have the original on Gmail-server and copies on your pc.
    Pop on the other hand loads down the emails. perfect if its just one pc.
    (i'm not sure the Gmail-server deletes them thou).

  • GridBagLayout with JPanel, only 3 lines. Can you fix this?

    GridBagLayout gridBagLayout = new GridBagLayout();
    setLayout(gridBagLayout);
    panel1.addComponent(modelLbl,0, 0, 0, 0);
    this is all inside of a JPanel that is inside of a JTabbedPane. I want to use a GridBagLayout to arrange the components inside panel1 (which is a JPanel) but the compiler is telling me addComponent is undefined for JPanel.
    Can you figure this out? How can I use a GridBagLayout in a JPanel?
    If you cant use GridBagLayout is there anything similiar available for JPanel?

    well as helpful as that was.....
    i found the answer myself and it goes more like this...
    panel1.setLayout(new GridBagLayout);
    and then you have to create a GridBagConstraints object to enter the contraints, something like:
    GridBagConstraints(int gridx, int gridy, int gridwidth, int gridheight, double weightx, double weighty, int anchor, int fill, Insets insets, int ipadx, int ipady) ;
    and then you just use
    panel1.add(component, GridBagConstraints object);

  • Overweight job queue process

    Hi,
    I've got a production batch processing setup where my j000 job grows to over 2Gb of memory. It doesn't seem to share with the other job queue processes. I have a setting of 10.
    oracle 31082 0.3 6.4 2483684 2112444 ? Ss May16 57:32 ora_j000_conp
    oracle 11029 0.0 1.6 2480352 543160 ? Ss May23 0:26 ora_j002_conp
    oracle 11136 0.0 0.8 2479332 290672 ? Ss May23 0:09 ora_j003_conp
    oracle 28657 0.0 0.3 2479316 102932 ? Ss May24 0:01 ora_j004_conp
    At this point I have to reset the jobs with alter system set job_queue_processes=0
    - wait a minute or two - then alter system set job_queue_processes=10
    Anyone have any suggestions of limiting or sharing resources. It's Oracle 10.1.0.5 on Linux? ta

    I've got a production batch processing setup where my
    j000 job grows to over 2Gb of memory. It doesn't seem
    to share with the other job queue processes. I have a
    setting of 10.Its depend on how you submitting job and how many job you submitting at a time.
    Check dba_jobs_running and find out what job j000 is running , run same job manually and check processes memory usage.
    Virag

  • Backup job failing with error ORA-12546: TNS:permission denied

    Hi All
    This is regarding one backup job running on windows server 2003 failing with below error.. when we are running this job manually that is running fine.. but not running from windows scheduler.
    its 9.2.0.1 and the 32 bit... windows 2003 64 bit
    Recovery Manager: Release 9.2.0.1.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-12546: TNS:permission denied
    Please help.
    Edited by: 811427 on Sep 6, 2011 12:36 AM

    I assume you installed Oracle as "Administrator" user. If so, make sure you are running the job from the same user. Optionally open "services.msc" and go to the "ORCL Service" or whatever it may and check "Log on" tab. It should be "logon as" value should be "Local system". If you are using a domain then give credentials accordingly. Make sure you are part of "DBA" group.
    The ORA-12546 TNS:permission denied points to "Insufficient permissions to trace/log files" - check the trace/log destination is writable and requisite permissions are given.

  • AIR 3.8.0.440 / iOS: build fails with "ld: -pie can only be used when targeting iOS 4.2 or later"

    With AIR 3.8.0.440, iOS build with "adt -package -target ipa-ad-hoc" fails with a linker error:
    ld: -pie can only be used when targeting iOS 4.2 or later
    What's the correct option to suppress this error or does it need a fix for adt?
    In the app.xml,
    <key>MinimumOSVersion</key>
                <string>5.0</string>
    is already present in the iPhone InfoAdditions section.
    (Building the same app with AIR 3.8.0.370 is fine)

    Hi,
    Can you make sure that both your old ane and new ane are not present in your extensions directory.
    Also, how are you zipping/unzipping the ANE?
    If you are on a Mac, try these steps on the terminal:
    1) Create a new temp directory, say temp (mkdir temp)
    2) cd temp
    3) Copy the ane you need to make changes to into this directory.
    4) unzip nameofane.ane
    5) rm nameofane.ane
    6) Make changes to the platform.xml file using a text editor or vim
    7) cd to the temp directory again, (if you are now elsewhere)
    8) zip -r nameofane.ane .
    9) Copy the ane file created into your extensions directory, where you have placed the other extensions and then, package the IPA using adt.
    If you are on Win,
    1) Rename the .ane to .zip
    2) Extract the contents of .zip
    3) Make changes to platform.xml and save it.
    4) Go back to the directory where you extracted the files, select all the folders/files and right click to zip them back.
    5) Rename the .zip to .ane and then, package the IPA.
    It should work.

  • ORA-27369: job of type EXECUTABLE failed with exit code: Incorrect function

    Hello,
    I am calling a windows bat file using dbms_scheduler and getting the following error. I have searched the forum and the internet and tried different switches and options. None of them solved my problem.
    Oracle Version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    OracleJobScheduler is running as a service
    Error starting at line 1 in command:
    execute GET_RESULTS();
    Error report:
    ORA-27369: job of type EXECUTABLE failed with exit code: Incorrect function.
    ORA-06512: at "SYS.DBMS_ISCHED", line 185
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 486
    ORA-06512: at "PS.GET_RESULTS", line 67
    ORA-06512: at line 1
    27369. 00000 - "job of type EXECUTABLE failed with exit code: %s"
    *Cause:    A problem was encountered while running a job of type EXECUTABLE.
    The cause of the actual problem is identified by the exit code.
    *Action:   Correct the cause of the exit code and reschedule the job.
    Here is the code for scheduler
          dbms_output.put_line(os_commandline || utlPath || fileSeparator || 'get.bat >nul')
          dbms_scheduler.create_job
          (   job_name          =>'PS_GET_RESULTS'
                , job_action        => os_commandline || utlPath || fileSeparator || 'get.bat >nul'
                , job_type          =>'executable'
                , enabled           =>false
                , auto_drop         =>false
                , start_date        =>systimestamp
          dbms_scheduler.run_job(job_name =>'PS_GET_RESULTS');The dbs_output prints a line which shows that the parameters os_commandline, utlPath and fileSeparator are set correctly.
         C:\windows\system32\cmd.exe /q /c E:\UTLDir\get.bat >nulThe windows file (get.bat) is:
         "C:\Program Files (x86)\WinSCP\Winscp.exe" /script=e:\utldir\get_resultsThis batch file passes a script file to the executable winscp.exe to get files from another server.
    The script file (get_results) is:
         option batch abort
         option confirm off
         open sftp://username:password@ipnumber:port -hostkey="ssh-rsa 1024 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
         cd /usr/dropbox/
         option transfer binary
         get *.results E:\UTLDir\Results\
         close
         exitI tested the batch file directly and works fine and "gets" the files from the server. But, invoking from Oracle dbms_scheduler fails with ORA-27369: job of type EXECUTABLE failed with exit code: Incorrect function.
    Appreciate your help and time in suggesting additional guidelines or pointers.
    Thanks,
    Rose

    Here is an update, if somebody else is having a similar problem.
    The ftp command "cd" to change the directories should be an absolute path. I was given a path "/usr/dropbox/", but on the server it actually corresponds to "/usr/local/apps/dropbox/". After updating the directory path, the scheduler worked fine in invoking the batch file for transferring the files.
    Thanks,
    Rose

Maybe you are looking for