Goldengate Lag

Dear All,
I am stuck in a unique problem. I have installed OGG 11g in HPUX-11.3. We are replicating 80 tables from Production to DR site(distance around 1500 kms). We have successfully configured OGG and replication is done in 4 - 8 seconds ( result is varying). This is not acceptable since client requires max 3 to 4 seconds LAG.
Following is the configuration:
1. 80 tables are divided among 5 groups of extraction, data pump and replicat groups.
2. This bifurcation is done basis on primary - foreign key relation and on basis of frequency of transaction.
3. Some tables contain greater than 30 columns which are accesses at high rate( 1 has 96 columns - its main table for every transaction). There are both insert and update operation on these tables.
4. The Network bandwidth is 300 MBPS.
5. I tried using the @RANGE function to split the rows/columns for the tables but its of no use.
6. I tried online replication technique in which we dont use the Data Pump process. Here the data is not stored locally. It is sent directly to DR site where the REPLICAT process transfers the data to DB. Even though LAG was 4 to 7 secs
7. Initially I felt this may be due to large number of columns. Hence I created a dummy table ( with 3 columns including a primary key columns and entered some dummy data) and performed replication of this table. Here too the LAG varied from 3-7 seconds.
8. I tried every trick in OGG manuals right from FLUSHCSECS to TCPFLUSHBYTES to @RANGE (For parallel extract process) to CACHEMGR to BATCHSQL, the LAG was still varying from 4 to 8 secs.
9. I created a single extract, pump and replicat group. Even then result varied from 4 to 8 secs
10. The transaction is 60000 per day. Future rate will be 10 Lakh transaction per day.
Problem:
1. I am unable to understand why the LAG is varying. I cant pinpoint the source of LAG. Is it the way i have configure, or network or disk speed.
2. When using Data Pump process following is output of LAG * command:
delay from ext5 - 0 secs---->this is extraction process. result varies to 0-2 secs
delay for edumpm5 2 secs --->data pump process. this result sometimes varies to 3 or 4 secs
delay for repc5 --> 5 secs ---> replicat process. result varies from 3 to 8 secs
3. Is there any way that we can find out the exact lag for each process (other than OGG commands)?
4. Do we require any kind of tuning to DB?
Please guide me to resolve this issue

Well, there are two places you have some control over.
First, tune the network connection used by the data pump. Increase the bandwidth, send larger packets, find out what your txn times are. Tools like ping, tracert, to name a couple. You can see some details about this in Oracle maximum availability architecture whitepapers, plus there is a note or two on MOS related to tuning the network. With the tools shown there, you can figure out what your max rate over your network is. If you can't do any better, that is the show stopper. Get a faster connection.
Second, you don't have any control over what is being DML'd and getting into extract. But, you do have some control over how data is DML'd in the target. Do you have a lot of indexes? Is most of the DML insert related? You can disable indexes, use direct path insert (the append hint), things like that. Of course, there is the issue of whether or not some of those indexes are needed by users for queries, so testing is required.

Similar Messages

  • Goldengate replication performance

    Hi ,
    This is about Goldengate replication performance.
    Have configured Goldengate replication between OLTP and Reporting  and the business peak hours occurs only for a one hour.
    at that time I can see a LAG on the replicat side of around 10-15 minutes.
    Rest of all the time there is no LAG.
    I reviewed the AWR report of the target and I could see all the replicat process are executing with a elapsed time of 0.02 or 0.01 seconds.
    However I could see a major wait event DB sequential read of 65%-71% of DB time  and it is having the maximum Waits. apart from this there are no major wait event contributing to % DB time.(21% od DB CPU which I believe is normal )
    and I can also see few queries are being hit at that peak time since it is a reporting server. and they are using select query which executes more than 15-20 minutes specially on the High transaction table.
    Can you please advise where I should look on to resolve the LAG during the Peak hours.
    I believe the select operation/wait event is causing the LAG during that peak hours. Am I correct.
    can you please advise from your experience.
    Thanks
    Surendran

    Hi Bobby,
    Thanks for your response.
    Please find my response as below,
    Environment details as below.
    1. Source and target DB - oracle database enterprise edition v 11.2.0.4
    2. Goldengate version. 12.1.2.0.0  (Same Golden-gate version installed on source and target)
    3  Classic CDC process is configured between source and target Goldengate.
    Queries and response
    Is there any long running transactions on the extract side?
    No, long running transaction is seen, I can see a huge volume of transaction getting populated  (over 0.3M records in 30 minutes)
    Target environment information
    High transaction DML activities is seen only on 3 tables.
    As the target is reporting environment I can see many sql's querying those 3 high transaction populating tables and I can see DB sequential read wait event spiking up to 65%-71%.
    I can also see in the AWR report that the GG session are executing the insert/update transaction is less than 0.01/2 sec.
    Have to set the report for every 10 min. I will update to 1 min and share the report.
    My query is : Is the select operation executed on that high transaction table on the reporting server during that high transaction window is causing the bottleneck and causes the LAG during that peak hours ?
    or Do I need to look on other area's ?
    Based on above information If you any further comments/advise  please share.
    Thanks
    Surendran.

  • How to speedup Goldengate Replicat during busy time

    both db version is 11.2.0.3 on linux redhat
    Target tables replicate normal during slow time, however last weekend, there are a lot activities on the source, then target lag up to 5 hours . We checked error log, reports , no errors on both source/target. 
    after weekend, the lag finally cleared out because weekend is getting slow.
    How do we improve this?  How to speedup replicat during peak hours.
    Thanks.

    Hi,
    1. Use of @Range Functions
      Golden Gate has a feature to split the data in the schema using @RANGE function. It preserves data integrity by guaranteeing that the same row will always be processed by the same process group. @RANGE tends to split data uniformly, similar like hash partitioned tables.
    2. Asynchronous COMMITS
      Replicat performance can be further increased by modifying the way of goldengate commiting the transactions on the target database. Defaultly, Oracle GoldenGate will wait for the transactions to get committed before allowing the session to continue. This is called a Synchronous Way. This leads to unnecessary delay or latency in the replicat side.
    To over come this we can configure the Replicat Processes to commit aynchronously at sessoin level by including the following SQLEXEC statement in each parameter file.,
    SQLEXEC “alter session set commit_wait = ‘NOWAIT’”;
    Nothing to worry about this during the database crashes or any problems, GoldenGate will automatically replay the uncommitted transactions using the Checkpoint Table, following the database instance crash recovery.
    3. If you are using the ASM, then use the DBLOGREADER parameter in the TRANLOGOPTIONS.This ease the access to the ASM. Now, via an OCI API, GoldenGate reads the redo and archived logs from the DB server, increasing Extract performance over the former PL/SQL API. There is therefore no need to specify the TRANLOGOPTIONS ASMUSER option when specifying DBLOGREADER.
    4. You can even use the below parameters to increase the performance.,
    DYNAMICRESOLUTION DYNAMICRESOLUTION is an Extract and Replicat parameter that causes the object record to be built one table at a time, instead of all at once at process start up. A table’s attributes are added to the record the first time its object ID enters the transaction log, which occurs with the first extracted transaction on that table. Record-building for other tables is deferred until activity occurs.  DYNAMICRESOLUTION is the same as WILDCARDRESOLVEDYNAMIC. NODYNAMICRESOLUTION causes the object record to be built at startup. This option is not supported for Teradata.
    With WILDCARDRESOLVE IMMEDIATE source tables that satisfy the wildcard definition are processed at startup.  With WILDCARDRESOLVE DYNAMIC source tables that satisfy the wildcard definition are resolved each time the wildcard rule is satisfied. Do not use this option, instead use the BOTH option, if:    SOURCEISTABLE is specified   Some source tables are specified with wildcards while others are specified with explicit names.  WILDCARDRESOLVE BOTH: Combines DYNAMIC resolution and IMMEDIATE resolution. Source tables defined by name are processed at startup (IMMEDIATE), and wildcarded source tables are processed when GoldenGate receives the first operation on them (DYNAMIC). This allows new source tables (that satisfy the wildcard) to be added after.
    Regards,
    Veera

  • OCI Error ORA-01403: no data found in oracle goldengate replication after tts instaniation

    I recently migrated our tg core system from sun solaris(11.1.0.7) to linux (11.2.0.3) environment using goldengate method (transportable tablespace method used for instantiation).
    The initial replication worked with HANDLECOLLISIONS and after I monitor the lag finished, I took Handlecollisions off and noticed discarded report with OCI Error ORA-01403: no data found in two replications.
    I followed every step in the tts migration steps provided by oracle best practice.
    Can anybody provide any clue how do I fix this issue?
    Thank you in advance.

    extract and replicat are on schema level.
    DO I have to do anything for replication on schema level?
    Basic trandata logging enabled on source.

  • GoldenGate : Why to read all the Redo or Archive, can't we skip ??

    Hi All,
    I have a big doubt if anyone can give clarity. The scenario is :- In my environment data is flowing from Oracle to Oracle but Huge transactions in Millions and we use this tool basically to improve LAG when we get data for reporting.
    Now let's say I have database user A which is doing some temporary transaction on source for couple of hours but it is HUGE and generating lot of archives AND we don't want to flow any data from the transaction being performed by user A - so we use EXCLUDEUSER A parameter.
    Now during same time if any other user say B is performing some operation in one table - we want it to flow, So it is flowing normally BUT the main problem is LAG increased like anything cause GoldenGate is now reading all the redo or archives which of no use and data is flowing very slowly :( :(
    My point was will it be also possible that I don't want my GoldenGate to read any redo log or archives if the user A is performing operation and read only those archives if user B or any other user is performing some operation. This will improve the LAG cause even though we ignore the particular user, It is still going to read all the redo or huge archives generated by user A or user B or whatever in sequence, Please correct me if I am wrong ?
    I suppose goldengate is going to read all the transaction regardless of A or B user. Only it will ignore the A and process transaction of B.
    I know it reads in sequence but can't it read specific archives which is useful instead of reading all.

    Hi Steven,
    Thanks for your reply.
    I agree with you that "normal" mode of GoldenGate is to capture changes and replicate them and Ofcourse I want it to capture any changes but I don't want it to pass through reading all the archives if I am ignoring one user who is performing HUGE temporary transaction and generating huge archives.
    It is going to slow down all the other small transaction changes cause it is passing through all those archives also which is of NO use. Do you mean that "Integrated mode" of new Goldengate version will work in that case ?
    Please help, I really need this information. It will help everyone.

  • Goldengate High Availability

    Hi experts,
    Suggest me what approach should i follow for the given Scenario 
    we have unidirectional Goldengate setup on Server A and Server B,
    On Server A we have one Manager, One extract and one Pump
    On Server B we have One Manager, one replicate 
    Suppose Our Server A is get down/crash due to any reason or Manager/extract get down then how can we achieve Goldengate High Availability.
    Simply my question is also that,  extract should send all the data on Replicate Machine(Server B) without lag, so that no data lose.
    I am Using Goldengate 11.1.1.1.2 version and  cant use RAC..

    Sanchit,
    Are you running a Linux environment ?  Have you considered using Oracle Clusterware and the XAG bundled agents for GoldenGate.  I have recently setup exactly what you have.  A 2 node cluster where Node1 - Source, Node2 - Target.   Both databases using Oracle ASM that is included with Clusterware.  Also, $GG_HOME is on ACFS, which ensures trail files, prm files , etc. are available all the time to both servers. 
    Also, this is NOT RAC.  I have both databases configured for Single Instance failover.   So, if node1 goes down, Goldengate and the source database are sent over to nodeB.  You would have to create 2 GG_HOME, on their own ACFS file systems w/in the cluster..but that's not that big of a deal.   Please note I am running Oracle 11.2.0.3.6; and GG 11.2.1.0.9  . 
    check out  MOS note 1527310.1  - I followed this , and I have both Source and Target GG instances failing over to either node...and bringining the database with it.   Failover, including instance transfer is less than 2 minutes..
    Just another idea to maybe consider.

  • Goldengate Extracts reads slow during Table Data Archiving and Index Rebuilding Operations.

    We have configured OGG on a  near-DR server. The extracts are configured to work in ALO Mode.
    During the day, extracts work as expected and are in sync. But during any dialy maintenance task, the extracts starts lagging, and read the same archives very slow.
    This usually happens during Table Data Archiving (DELETE from prod tables, INSERT into history tables) and during Index Rebuilding on those tables.
    Points to be noted:
    1) The Tables on which Archiving is done and whose Indexes are rebuilt are not captured by GoldenGate Extract.
    2) The extracts are configured to capture DML opeartions. Only INSERT and UPDATE operations are captured, DELETES are ignored by the extracts. Also DDL extraction is not configured.
    3) There is no connection to PROD or DR Database
    4) System functions normally all the time, but just during table data archiving and index rebuild it starts lagging.
    Q 1. As mentioned above, even though the tables are not a part of capture, the extracts lags ? What are the possible reasons for the lag ?
    Q 2. I understand that Index Rebuild is a DDL operation, then too it induces a lag into the system. how ?
    Q 3. We have been trying to find a way to overcome the lag, which ideally shouldn't have arised. Is there any extract parameter or some work around for this situation ?

    Hi Nick.W,
    The amount of redo logs generated is huge. Approximately 200-250 GB in 45-60 minutes.
    I agree that the extract has to parse the extra object-id's. During the day, there is a redo switch every 2-3 minutes. The source is a 3-Node RAC. So approximately, 80-90 archives generated in an hour.
    The reason to mention this was, that while reading these archives also, the extract would be parsing extra Object ID's, as we are capturing data only for 3 tables. The effect of parsing extract object id's should have been seen during the day also. The reason being archive size is same, amount of data is same, the number of records to be scanned is same.
    The extract slows down and read at half the speed. If normally it would take 45-50 secs to read an archive log of normal day functioning, then it would take approx 90-100 secs to read the archives of the mentioned activities.
    Regarding the 3rd point,
    a. The extract is a classic extract, the archived logs are on local file system. No ASM, NO SAN/NAS.
    b. We have added  "TRANLOGOPTIONS BUFSIZE" parameter in our extract. We'll update as soon as we see any kind of improvements.

  • Goldengate: DML replication is not syncing data

    Hi,
    I have followed the below steps for DML replication. No error found and all processes are running fine but data is not syncing. I am using ASM, db version:10.2.0.4,goldengate version:Version 11.1.1.0.0. Please check-
    Steps:
    @source
    Create folders
    Shell> ggsci
    GGSCI> CREATE SUBDIRS
    GGSCI> EXIT
    SQL> ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
    SQL> ALTER SYSTEM SWITCH LOGFILE;
    SQL> EXIT
    GGSCI> EDIT PARAMS MGR
    PORT 7808
    GGSCI> START MGR
    GGSCI> INFO MGR
    @source
    create user source identified by source;
    grant create session,resource to source;
    grant select any dictionary to source;
    @target
    create user target identified by target;
    grant create session,resource to target;
    grant select any dictionary to target;
    sqlplus source@db01
    SQL> @demo_ora_create
    SQL> @demo_ora_insert
    Verify the results:
    SQL> select * from tcustmer;
    SQL> select * from tcustord;
    SQL> exit
    @source
    Shell> ggsci
    GGSCI> DBLOGIN USERID source, PASSWORD source sysdba
    GGSCI> ADD TRANDATA source.TCUSTMER
    GGSCI> ADD TRANDATA source.TCUSTORD
    @target
    GGSCI> CREATE SUBDIRS
    GGSCI> EDIT PARAMS MGR
    PORT 7809
    Start Manager
    GGSCI> START MANAGER
    Verify the results:
    GGSCI> INFO MANAGER
    sqlplus target@db02
    SQL> @demo_ora_create
    Verify the results:
    SQL> desc tcustmer;
    SQL> desc tcustord;
    SQL> exit
    @source
    GGSCI>ADD EXTRACT EIEXSL, TRANLOG, BEGIN NOW
    GGSCI>edit params EIEXSL
    -- TCUSTMER and TCUSTORD changes
    EXTRACT EIEXSL
    userid source,password source
    tranlogoptions asmuser sys@+ASM,asmpassword gpdba123
    EXTTRAIL ./dirdat/lt
    discardfile ./dirrpt/eiexsl.dsc,purge
    table source.tcust*;
    GGSCI>ADD EXTTRAIL ./dirdat/lt, EXTRACT EIEXSL,MEGABYTES 5
    GGSCI> START EXTRACT EIEXSL
    INFO EXTRACT EIEXSL
    @target
    GGSCI> EDIT PARAMS ./GLOBALS
    checkpointtable target.ggschkpt
    GGSCI> exit
    ggsci
    GGSCI> DBLOGIN USERID target, PASSWORD target
    GGSCI> ADD CHECKPOINTTABLE
    GGSCI> ADD REPLICAT RORASL, EXTTRAIL ./dirdat/lt
    GGSCI> EDIT PARAM RORASL
    -- Change Delivery parameter file to apply
    -- TCUSTMER and TCUSTORD Changes
    REPLICAT RORASL
    USERID target, PASSWORD target
    HANDLECOLLISIONS
    ASSUMETARGETDEFS
    DISCARDFILE ./dirrpt/RORASL.DSC, PURGE
    MAP source.tcustmer, TARGET target.tcustmer;
    MAP source.tcustord, TARGET target.tcustord;
    GGSCI> START REPLICAT RORASL
    GGSCI> INFO REPLICAT RORASL
    GGSCI> INFO ALL
    @source
    Shell> sqlplus source@db01
    SQL> @demo_ora_misc
    Verify results on the source system
    @source
    SQL> select * from tcustmer;
    SQL> select * from tcustord;
    SQL> exit
    @target
    SQL> select * from tcustmer;
    SQL> select * from tcustord;
    SQL> exit
    Thanks
    baju

    Source Log
    GGSCI (dbatest01) 1> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    EXTRACT RUNNING EIEXSL 00:00:00 00:00:02
    GGSCI (dbatest01) 2> info MANAGER,detail
    Manager is running (IP port dbatest01.7808).
    GGSCI (dbatest01) 3> info EXTRACT EIEXSL,detail
    EXTRACT EIEXSL Last Started 2011-04-06 17:53 Status RUNNING
    Checkpoint Lag 00:00:00 (updated 00:00:06 ago)
    Log Read Checkpoint Oracle Redo Logs
    2011-04-07 10:24:48 Seqno 489, RBA 8982016
    Target Extract Trails:
    Remote Trail Name Seqno RBA Max MB
    ./dirdat/lt 0 2966 5
    Extract Source Begin End
    +DG01/db01/onlinelog/group_3.311.736337327  2011-04-06 17:52  2011-04-07 10:24
    Not Available * Initialized * 2011-04-06 17:52
    Current directory /u01/oracle/goldengate
    Report file /u01/oracle/goldengate/dirrpt/EIEXSL.rpt
    Parameter file /u01/oracle/goldengate/dirprm/eiexsl.prm
    Checkpoint file /u01/oracle/goldengate/dirchk/EIEXSL.cpe
    Process file /u01/oracle/goldengate/dirpcs/EIEXSL.pce
    Stdout file /u01/oracle/goldengate/dirout/EIEXSL.out
    Error log /u01/oracle/goldengate/ggserr.log
    GGSCI (dbatest01) 5> view report EIEXSL
    Oracle GoldenGate Capture for Oracle
    Version 11.1.1.0.0 Build 078
    Solaris, sparc, 64bit (optimized), Oracle 10 on Jul 28 2010 17:02:45
    Copyright (C) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
    Starting at 2011-04-06 17:53:32
    Operating System Version:
    SunOS
    Version Generic_138888-01, Release 5.10
    Node: dbatest01
    Machine: sun4u
    soft limit hard limit
    Address Space Size : unlimited unlimited
    Heap Size : unlimited unlimited
    File Size : unlimited unlimited
    CPU Time : unlimited unlimited
    Process id: 1709
    Description:
    ** Running with the following parameters **
    -- TCUSTMER and TCUSTORD changes
    EXTRACT EIEXSL
    userid source,password ******
    tranlogoptions asmuser sys@+ASM,asmpassword ********
    EXTTRAIL ./dirdat/lt
    discardfile ./dirrpt/eiexsl.dsc,purge
    table source.tcust*;
    2011-04-06 17:53:32 INFO OGG-01635 BOUNDED RECOVERY: reset to initial or altered checkpoint.
    Bounded Recovery Parameter:
    Options = BRRESET
    BRINTERVAL = 4HOURS
    BRDIR = /u01/oracle/goldengate
    CACHEMGR virtual memory values (may have been adjusted)
    CACHEBUFFERSIZE: 1M
    CACHESIZE: 8G
    CACHEBUFFERSIZE (soft max): 4M
    CACHEPAGEOUTSIZE (normal): 4M
    PROCESS VM AVAIL FROM OS (min): 16G
    CACHESIZEMAX (strict force to disk): 13.99G
    Database Version:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    Database Language and Character Set:
    NLS_LANG environment variable specified has invalid format, default value will be used.
    NLS_LANG environment variable not set, using default value AMERICAN_AMERICA.US7ASCII.
    NLS_LANGUAGE = "AMERICAN"
    NLS_TERRITORY = "AMERICA"
    NLS_CHARACTERSET = "WE8ISO8859P1"
    Warning: your NLS_LANG setting does not match database server language setting.
    Please refer to user manual for more information.
    Maximum supported ASM read buffer size is 28 KB
    2011-04-06 17:53:32 INFO OGG-01515 Positioning to begin time Apr 6, 2011 5:52:51 PM.
    2011-04-06 17:53:33 INFO OGG-01516 Positioned to Sequence 488, RBA 166416, Apr 6, 2011 5:52:51 PM.
    2011-04-06 17:53:33 INFO OGG-01052 No recovery is required for target file ./dirdat/lt000000, at RBA 0 (file not opened).
    2011-04-06 17:53:33 INFO OGG-01478 Output file ./dirdat/lt is using format RELEASE 10.4/11.1.
    ** Run Time Messages **
    2011-04-06 17:53:33 INFO OGG-01517 Position of first record processed Sequence 488, RBA 166416, SCN 0.5638566, Apr 6, 2011 5:52:54 PM.
    TABLEWildcard resolved (entry SOURCE.TCUST*):
    table SOURCE.TCUSTMER;
    Using the following key columns for source table SOURCE.TCUSTMER: CUST_CODE.
    TABLEWildcard resolved (entry SOURCE.TCUST*):
    table SOURCE.TCUSTORD;
    Using the following key columns for source table SOURCE.TCUSTORD: CUST_CODE, ORDER_DATE, PRODUCT_CODE, ORDER_ID.
    Destination Log
    GGSCI (dbatest02) 1> info all
    Program Status Group Lag Time Since Chkpt
    MANAGER RUNNING
    REPLICAT RUNNING RORASL 00:00:00 00:00:06
    GGSCI (dbatest02) 2> info mgr
    Manager is running (IP port dbatest02.7809).
    GGSCI (dbatest02) 3> info REPLICAT RORASL,detail
    REPLICAT RORASL Last Started 2011-04-06 17:55 Status RUNNING
    Checkpoint Lag 00:00:00 (updated 00:00:01 ago)
    Log Read Checkpoint File ./dirdat/lt000000
    First Record RBA 0
    Extract Source Begin End
    ./dirdat/lt000000 * Initialized * First Record
    ./dirdat/lt000000 * Initialized * First Record
    Current directory /u01/oracle/goldengate
    Report file /u01/oracle/goldengate/dirrpt/RORASL.rpt
    Parameter file /u01/oracle/goldengate/dirprm/rorasl.prm
    Checkpoint file /u01/oracle/goldengate/dirchk/RORASL.cpr
    Checkpoint table TARGET.GGSCHKPT
    Process file /u01/oracle/goldengate/dirpcs/RORASL.pcr
    Stdout file /u01/oracle/goldengate/dirout/RORASL.out
    Error log /u01/oracle/goldengate/ggserr.log
    GGSCI (dbatest02) 4> view report RORASL
    Oracle GoldenGate Delivery for Oracle
    Version 11.1.1.0.0 Build 078
    Solaris, sparc, 64bit (optimized), Oracle 10 on Jul 28 2010 17:08:59
    Copyright (C) 1995, 2010, Oracle and/or its affiliates. All rights reserved.
    Starting at 2011-04-06 17:55:15
    Operating System Version:
    SunOS
    Version Generic_138888-01, Release 5.10
    Node: dbatest02
    Machine: sun4u
    soft limit hard limit
    Address Space Size : unlimited unlimited
    Heap Size : unlimited unlimited
    File Size : unlimited unlimited
    CPU Time : unlimited unlimited
    Process id: 2178
    Description:
    ** Running with the following parameters **
    -- Change Delivery parameter file to apply
    -- TCUSTMER and TCUSTORD Changes
    REPLICAT RORASL
    USERID target, PASSWORD ******
    HANDLECOLLISIONS
    ASSUMETARGETDEFS
    DISCARDFILE ./dirrpt/RORASL.DSC, PURGE
    MAP source.tcustmer, TARGET target.tcustmer;
    MAP source.tcustord, TARGET target.tcustord;
    CACHEMGR virtual memory values (may have been adjusted)
    CACHEBUFFERSIZE: 1M
    CACHESIZE: 512M
    CACHEBUFFERSIZE (soft max): 4M
    CACHEPAGEOUTSIZE (normal): 4M
    PROCESS VM AVAIL FROM OS (min): 1G
    CACHESIZEMAX (strict force to disk): 881M
    Database Version:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for Solaris: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    Database Language and Character Set:
    NLS_LANG environment variable specified has invalid format, default value will be used.
    NLS_LANG environment variable not set, using default value AMERICAN_AMERICA.US7ASCII.
    NLS_LANGUAGE = "AMERICAN"
    NLS_TERRITORY = "AMERICA"
    NLS_CHARACTERSET = "WE8ISO8859P1"
    Warning: your NLS_LANG setting does not match database server language setting.
    Please refer to user manual for more information.
    ** Run Time Messages **
    Thanks

  • Goldengate issue

    hi all,
    we are using GoldenGate (Version:11) against Oracle database 11g running on linux plateform. One of the developer reported that data is not replicating to the reporting database. When i checked the status of GG, it shows running with "Lag" as 00:00:00 however "Time Since Chkpt" is very high i.e. 218:29:15 and increasing. Not very sure what could be the problem. I checked the alert log of the database and saw this:
    Sun Jul 22 01:07:34 2012
    Errors in file /u01/app/oracle/diag/rdbms/devoltp/DEVOLTP/trace/DEVOLTP_mmon_4463.trc  (incident=21725):
    ORA-00445: background process "m003" did not start after 120 seconds
    Incident details in: /u01/app/oracle/diag/rdbms/devoltp/DEVOLTP/incident/incdir_21725/DEVOLTP_mmon_4463_i21725.trc
    Sun Jul 22 01:07:53 2012
    Dumping diagnostic data in directory=[cdmp_20120722010753], requested by (instance=1, osid=4463 (MMON)), summary=[incident=21725].
    Sun Jul 22 01:09:47 2012INFO ALL command output in GG
    GGSCI (devdb1) 14> !
    info all
    Program     Status      Group       Lag           Time Since Chkpt
    MANAGER     RUNNING
    EXTRACT     RUNNING     EXXXDBA    00:00:00      218:29:13
    EXTRACT     RUNNING     EXXXDEV    00:00:00      218:29:13
    EXTRACT     RUNNING     EXXXDVH    00:00:00      218:29:09Any suggestions?
    -Onkar

    I am not sure what exactly was the problem but when I restarted the DB, replication started again. However the rpt file contains this :
    2012-07-21 03:42:35  INFO    OGG-01738  BOUNDED RECOVERY: CHECKPOINT: for object pool 1: p28586_extr: start=SeqNo: 1183, RBA: 83856400, SCN: 216.1269586765 (928982522701), Timestamp: 2012-07-21 03:42:29.000000, end=SeqNo: 1183, RBA: 83856896, SCN: 216.1269586765 (928982522701), Timestamp: 2012-07-21 03:42:29.000000.
    Opened new discard file at 2012-07-21 04:00:01.I am not sure what does it mean?
    -Onkar

  • GGS ERROR       150  Oracle GoldenGate Manager for Oracle, mgr.prm:  Addre

    Hi,
    I am not able to start manager process in golden gate.
    Program Status Group Lag Time Since Chkpt
    MANAGER STOPPED
    EXTRACT ABENDED EXT1OP0 00:00:00 19:20:29
    EXTRACT ABENDED PMP1OP0 00:00:00 19:17:36
    ES option not used.).
    2012-08-12 23:19:55 GGS ERROR 150 Oracle GoldenGate Manager for Oracle, mgr.prm: Address already in use.
    2012-08-12 23:19:55 GGS ERROR 190 Oracle GoldenGate Manager for Oracle, mgr.prm: PROCESS ABENDING.
    2012-08-12 23:46:36 GGS INFO 399 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (ggs): start EXT1OP0.
    2012-08-12 23:55:02 GGS INFO 399 Oracle GoldenGate Command Interpreter for Oracle: GGSCI command (ggs): start MANAGER.
    2012-08-12 23:55:02 GGS WARNING 201 Oracle GoldenGate Manager for Oracle, mgr.prm: purgeoldextracts /opt/ggs/data01/op00/trail/sc,usecheckpoints,minkeepdays 6 (MINKEEPFILES option not used.).
    2012-08-12 23:55:02 GGS ERROR 150 Oracle GoldenGate Manager for Oracle, mgr.prm: Address already in use.
    2012-08-12 23:55:02 GGS ERROR 190 Oracle GoldenGate Manager for Oracle, mgr.prm: PROCESS ABENDING.

    user23 wrote:
    Hi,
    I am not able to start manager process in golden gate.
    Program Status Group Lag Time Since Chkpt
    MANAGER STOPPED
    EXTRACT ABENDED EXT1OP0 00:00:00 19:20:29
    EXTRACT ABENDED PMP1OP0 00:00:00 19:17:36
    2012-08-12 23:19:55 GGS ERROR 150 Oracle GoldenGate Manager for Oracle, mgr.prm: Address already in use.the port number you specified in your dirprm/mgr.prm file is already in use by another process. Change the port number (or kill the other process) and try to restart mgr.
    ggsci> view param mgr
    PORT 7811
    ggsci> edit param mgr
    (change to unused port, save)
    ggsci> start mgr
    ggsci> view report mgr

  • Goldengate 11.1.1.1 Oracle 11.2 Encrypted tablespace

    Please advise why this error is showing and help us on this situation
    Line: -----
    Windows 2008 x64
    Oracle 11.2.0.1 x64
    Oracle Goldengate 11.1.1.1 x64
    ++++++++++++SOURCE++++++++++++++
    sql>conn / as sysdba
    **************CREATE TABLESPACE AND TABLE********************
    CREATE TABLESPACE encrypted_ts
    DATAFILE 'd:\oradata\test\encrypted_ts01.dbf' SIZE 128K
    SIZE 15M
    AUTOEXTEND ON NEXT 20M
    MAXSIZE UNLIMITED
    LOGGING
    ENCRYPTION USING 'AES192'
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO
    DEFAULT NOCOMPRESS STORAGE(ENCRYPT);
    CREATE TABLE TESTA
    ID NUMBER,
    NAME VARCHAR2(16 CHAR)
    LOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    cmd> mkstore -wrl d:\test\wallet -createEntry ORACLE.SECURITY.CL.ENCRYPTION.ORACLEGG
    Enter <secret> : test
    cmd>mkstore -wrl d:\test\wallet -viewEntry ORACLE.SECURITY.CL.ENCRYPTION.ORACLEGG
    ORACLE.SECURITY.CL.ENCRYPTION.ORACLEGG = test
    sql>ALTER SYSTEM SET ENCRYPTION WALLET CLOSE IDENTIFIED BY 'welcome1';
    sql>ALTER SYSTEM SET ENCRYPTION WALLET OPEN IDENTIFIED BY 'welcome1';
    Compile dbms_internal_clkm package.
    sql>@prvtclkm.plb
    sql>GRANT EXECUTE ON SYS.DBMS_INTERNAL_CLKM TO GGS_OWNER;
    **********************************GOLDENGATE******************************************
    ggsci>dblogin userid ggs_owner, ggs_owner
    ggsci>add extract ext2ts, tranlog, begin now
    ggsci>add rmttrail D:\ggs\dirdat\ts, extract ext2ts
    ggsci>ENCRYPT PASSWORD test ENCRYPTKEY DEFAULT
    Using default key...
    Encrypted password: AACAAAAAAAAAAAEAZAMEFCPGPEOHYDHE
    ggsci>edit params ext2ts
    EXTRACT ext2ts
    USERID ggs_owner, PASSWORD ggs_owner
    RMTHOST 192.168.0.2, MGRPORT 7809
    RMTTRAIL D:\ggs\dirdat\ts
    DBOPTIONS DECRYPTPASSWORD AACAAAAAAAAAAAEAZAMEFCPGPEOHYDHE ENCRYPTKEY DEFAULT -- ???
    TABLE TESTA;
    +++++++++++++TARGET++++++++++++++++
    sql> conn / as sysdba
    **************CREATE TABLESPACE AND TABLE********************
    cmd>
    CREATE TABLESPACE ts
    LOGGING DATAFILE 'd:\oradata\test\ts.dbf'
    SIZE 15M
    AUTOEXTEND ON NEXT 20M
    EXTENT MANAGEMENT
    LOCAL SEGMENT SPACE
    MANAGEMENT AUTO;
    CREATE TABLE TESTA
    ID NUMBER,
    NAME VARCHAR2(16 CHAR)
    LOGGING
    NOCOMPRESS
    NOCACHE
    NOPARALLEL
    MONITORING;
    ************************************GOLDENGATE*****************************************
    ggsci>DBLOGIN USERID ggs_owner, PASSWORD ggs_owner
    ggsci>ADD CHECKPOINTTABLE GGS_OWNER.CHKPTAB
    ggsci>ADD REPLICAT rep1, EXTTRAIL D:\ggs\dirdat\ts, CHECKPOINTTABLE GGS_OWNER.CHKPTAB
    ggsci>EDIT PARAMS rep1
    REPLICAT rep1
    ASSUMETARGETDEFS
    USERID ggs_owner, PASSWORD ggs_owner
    MAP GGS_OWNER.TESTA, TARGET GGS_OWNER.TESTA;
    +++++++++++++TARGET+++++++++++++++
    ggsci>start replicat rep1
    +++++++++++++SOURCE+++++++++++++++
    ggsci>start extract ext2ts
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!EXTRACT - REPORT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    2011-07-05 11:46:50 ERROR OGG-01028 ORA-06521: PL/SQL: Error mapping function
    ORA-06512: at "SYS.DBMS_INTERNAL_CLKM", line 3
    ORA-06512: at line 1.
    2011-07-05 11:46:50 ERROR OGG-01668 PROCESS ABENDING.
    Edited by: Oyunbold on Jul 7, 2011 3:25 AM
    Edited by: Oyunbold on Jul 19, 2011 6:09 PM

    Yesterday, I met the same problem. How do you solve it ? Plz, help me.
    OS : AIX 5.3
    DB : Oracle 11.1.0.7
    OGG : 11.1.1.1
    2011-09-06 15:26:56 INFO OGG-01515 Oracle GoldenGate Capture for Oracle, eora01.prm: Positioning to begin time Sep 2, 2011 6:50:49 PM.
    2011-09-06 15:26:56 ERROR OGG-01028 Oracle GoldenGate Capture for Oracle, eora01.prm: ORA-12427: invalid input value for FLAGS parameter ORA-06512: at "SYS.DBMS_INTERNAL_CLKM", line 3 ORA-06512: at line 1.
    2011-09-06 15:26:56 ERROR OGG-01668 Oracle GoldenGate Capture for Oracle, eora01.prm: PROCESS ABENDING.
    Our Extract configuration is below :
    EXTRACT EORA01
    USERID ogg, PASSWORD AACAAAAAAAAAAADAHBMDHBECUCZBPIYE, encryptkey XKEY
    DBOPTIONS DECRYPTPASSWORD AACAAAAAAAAAAAIARIXFKCQBMFIGFARA ENCRYPTKEY DEFAULT
    ENCRYPTTRAIL
    exttrail ./dirdat/ea
    EOFDELAYCSECS 50
    FLUSHCSECS 50
    DISCARDFILE ./dirrpt/EORA01.DSC, APPEND, MEGABYTES 500
    DISCARDROLLOVER AT 07:30
    TABLE TVANBT.TLF_BUYS_MISS;
    ...

  • When I click on 2014 month view in calendar iPhone 5 s stucks, lagging. What is the problem I don't know????

    When I click on 2014 month view in calendar iPhone 5 s stucks, lagging. What is the problem I don't know????

    Should read 'When I '''clicked''' on your update this a.m......

  • Lag spikes in League of Legends, due to fatal error 40 state 107?

    Razer Game Booster Diagnostics Report v2.0  Version: 4.1.59.0
    Date: 2014/02/10 17:47:03
    01 - Operating System
    0101 - Operating System : Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.130828-1532)
    0102 - Language : English (Regional Setting: English)
    0103 - BIOS : BIOS Date: 03/12/12 09:47:18 Ver: 04.06.05
    0104 - Processor : Intel(R) Core(TM) i5-2320 CPU @ 3.00GHz (4 CPUs), ~3.0GHz
    0105 - Memory : 8192MB RAM
    0106 - Available OS Memory : 8070MB RAM
    0107 - Page File : 4249MB used, 11889MB available
    0108 - Windows Dir : C:\Windows
    0109 - DirectX Version : DirectX 11
    0110 - DX Setup Parameters : Not found
    0111 - User DPI Setting : 120 DPI (125 percent)
    0112 - System DPI Setting : 96 DPI (100 percent)
    0113 - DWM DPI Scaling : Disabled
    0114 - DxDiag Version : 6.01.7601.17514
    02 - Processor
    0201 - Caption : Intel(R) Core(TM) i5-2320 CPU @ 3.00GHz x4 ~3001MHz
    0202 - Current Clock Speed : 3001MHz
    03 - Video Adapter
    0301 - Card Name : Intel(R) HD Graphics Family
    0302 - Manufacturer : Intel Corporation
    0303 - Chiptype : Intel(R) HD Graphics Family
    0304 - DAC Type : Internal
    0305 - Device Key : Enum\PCI\VEN_8086&DEV_0102&SUBSYS_063D1025&REV_09
    0306 - Display Memory : 1696 MB
    0307 - AdapterRAM : -2084569088 Byte
    0308 - Current Mode : 1440 x 900 (32 bit) (60Hz)
    0309 - Monitor Name : ACER X193W (Analog)
    0310 - Driver Name : igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd32
    0311 - Driver Version : 8.15.0010.2598
    0312 - Driver Language : English
    0313 - DDI Version : 10.1
    0314 - Driver Model : WDDM 1.1
    0315 - Driver Beta : False
    0316 - Driver Debug : False
    0317 - Driver Date : 12/15/2011 03:01:08
    0318 - Driver Size : 8018944
    0319 - VDD : n/a
    0320 - Mini VDD : n/a
    0321 - Mini VDD Date : n/a
    0322 - Mini VDD Size : 0
    0323 - Device Identifier : {D7B78E66-4242-11CF-B379-3726A9C2C535}
    0324 - Vendor ID : 0x8086
    0325 - Device ID : 0x0102
    0326 - SubSys ID : 0x063D1025
    0327 - Revision ID : 0x0009
    0328 - Driver Strong Name : oem7.inf:IntelGfx.NTamd64.6.0:iSNBD0:8.15.10.2598:pci\ven_8086&dev_0102&subsys_063d1025
    0329 - Rank Of Driver : 00E60001
    0330 - Video Accel : ModeMPEG2_A ModeMPEG2_C ModeWMV9_C ModeVC1_C
    0331 - Deinterlace Caps : {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YUY2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(UYVY,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(YV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(NV12,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC1,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC2,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC3,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    {BF752EF6-8CC4-457A-BE1B-08BD1CAEEE9F}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,1) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_EdgeFiltering
    {335AA36E-7884-43A4-9C91-7F87FAF3E37E}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend DeinterlaceTech_BOBVerticalStretch
    {5A54A0C9-C7EC-4BD9-8EDE-F3C75DC4393B}: Format(In/Out)=(IMC4,YUY2) Frames(Prev/Fwd/Back)=(0,0,0) Caps=VideoProcess_YUV2RGB VideoProcess_StretchX VideoProcess_StretchY VideoProcess_AlphaBlend
    0332 - D3D9 Overlay : Supported
    0333 - DXVA-HD : Supported
    0334 - DDraw Status : Enabled
    0335 - D3D Status : Enabled
    0336 - AGP Status : Enabled
    0337 - Notes : No problems found.
    0338 - OpenGL : 6.1.7600.16385 (win7_rtm.090713-1255)
    04 - Memory
    0401 - Total Memory : 7.88 GB
    0402 - Free Memory : 6.06 GB
    0403 - Total Pagefile : 15.76 GB
    0404 - Free Pagefile : 11.61 GB
    0405 - Bank Label : BANK1
    0406 - Speed : 1333 MHz
    0407 - Total Width : 64 Bits
    0408 - Capacity : 4.00 GB
    0405 - Bank Label : BANK2
    0406 - Speed : 1333 MHz
    0407 - Total Width : 64 Bits
    0408 - Capacity : 4.00 GB
    05 - Network
    0501 - Description : 802.11n Wireless LAN Card
    0502 - Driver Date : 4-19-2011
    0503 - Driver Version : 3.2.1.0
    06 - Motherboard
    0601 - Model : DX4870
    0602 - Manufacturer : Gateway
    07 - Sound Device
    0701 - Description : Speakers (Realtek High Definition Audio)
    0702 - Default Sound Playback : True
    0703 - Default Voice Playback : True
    0704 - Hardware ID : HDAUDIO\FUNC_01&VEN_10EC&DEV_0662&SUBSYS_10258100&REV_1003
    0705 - Manufacturer ID : 1
    0706 - Product ID : 100
    0707 - Type : WDM
    0708 - Driver Name : RTKVHD64.sys
    0709 - Driver Version : 6.00.0001.6505
    0710 - Driver attributes : Final Retail
    0711 - Date and Size : 11/15/2011 21:58:28
    0713 - Driver Provider : Realtek Semiconductor Corp.
    0714 - Min/Max Sample Rate : 251039936, 251039936
    0715 - Static/Strm HW Mix Bufs : 251039936, 251039936
    0716 - Static/Strm HW 3D Bufs : 251039936, 251039936
    0717 - HW Memory : 10240
    0718 - Voice Management : False
    0719 - EAX(tm) 2.0 Listen/Src : False, False
    0720 - I3DL2(tm) Listen/Src : False, False
    0721 - Notes : No problems found.
    08 - Harddisk
    0801 - Model : ST1000DM003-9YN162(Seagate, G)
    0802 - Media Type : Fixed hard disk media
    0803 - Size : 931.51 GB
    0804 - Interface Type : Serial ATA
    0801 - Model : Generic- Multi-Card USB Device
    0802 - Media Type : NULL
    0803 - Size : 0
    0805 - Driver Date : 6-21-2006
    0806 - DriverVersion : 6.1.7600.16385
    0807 - Caption : C:\
    0808 - Capacity : 913.41 GB
    0809 - Free Space : 756.26 GB
    0810 - Drive Type : 3-Fixed
    0811 - File System : NTFS
    0807 - Caption : Q:\
    09 - Process
    0901 - 0000 Idle                              0 0    0               
    0901 - 0004 System                            0 0    0               
    0901 - 01bc smss.exe                          0 0    0   normal      
    0901 - 0274 csrss.exe                         0 0    0   normal      
    0901 - 02bc csrss.exe                         1 174  80  normal      
    0901 - 02c4 wininit.exe                       0 0    0   high        
    0901 - 02f4 winlogon.exe                      1 7    0   high        
    0901 - 0324 services.exe                      0 0    0   normal      
    0901 - 032c lsass.exe                         0 0    0   normal      
    0901 - 0338 lsm.exe                           0 0    0   normal      
    0901 - 039c svchost.exe                       0 0    0   normal      
    0901 - 03ec svchost.exe                       0 0    0   normal      
    0901 - 028c svchost.exe                       0 0    0   normal      
    0901 - 02c0 svchost.exe                       0 0    0   normal      
    0901 - 036c svchost.exe                       0 0    0   normal      
    0901 - 03fc svchost.exe                       0 0    0   normal      
    0901 - 0468 svchost.exe                       0 0    0   normal      
    0901 - 04d8 svchost.exe                       0 0    0   normal      
    0901 - 0618 svchost.exe                       0 0    0   normal      
    0901 - 0670 armsvc.exe                        0 0    0   normal       C:\Program Files
    (x86)\Common Files\Adobe\ARM\1.0
    0901 - 069c avp.exe                           0 0    0   normal       C:\Program
    Files (x86)\Kaspersky Lab\Kaspersky Internet Security 2013
    0901 - 06b8 svchost.exe                       0 0    0   normal      
    0901 - 06d8 GREGsvc.exe                       0 0    0   normal       C:\Program Files (x86)\Gateway\Registration
    0901 - 0710 HeciServer.exe                    0 0    0   normal      
    0901 - 072c jhi_service.exe                   0 0    0   normal       C:\Program Files (x86)\Intel\Intel(R) Management
    Engine Components\DAL
    0901 - 0764 UpdaterService.exe                0 0    0   normal       C:\Program Files\Gateway\Gateway Updater
    0901 - 07b8 RzKLService.exe                   0 0    0   normal       C:\Program Files (x86)\Razer\Razer Game Booster
    0901 - 0420 taskhost.exe                      1 18   16  normal      
    0901 - 0834 dwm.exe                           1 17   2   high        
    0901 - 084c explorer.exe                      1 332  230 normal      
    0901 - 0950 sftvsa.exe                        0 0    0   normal       C:\Program Files
    (x86)\Microsoft Application Virtualization Client
    0901 - 09a4 sftlist.exe                       0 0    0   normal       C:\Program Files (x86)\Microsoft
    Application Virtualization Client
    0901 - 0b3c sidebar.exe                       1 42   49  normal      
    0901 - 0bac CVHSVC.EXE                        0 0    0   normal       C:\Program Files
    (x86)\Common Files\Microsoft Shared\Virtualization Handler
    0901 - 0bb8 SpotifyWebHelper.exe              1 9    4   normal       C:\Users\Brisnger\AppData\Roaming\Spotify\Data
    0901 - 0b74 avp.exe                           1 87   24  normal       C:\Program Files
    (x86)\Kaspersky Lab\Kaspersky Internet Security 2013
    0901 - 0b68 iusb3mon.exe                      1 18   7   normal       C:\Program Files (x86)\Intel\Intel(R)
    USB 3.0 eXtensible Host Controller Driver\Application
    0901 - 0c5c svchost.exe                       0 0    0   normal      
    0901 - 0d7c SearchIndexer.exe                 0 0    0   normal      
    0901 - 0be8 svchost.exe                       0 0    0   normal      
    0901 - 1270 dllhost.exe                       0 0    0   normal      
    0901 - 13e0 DeviceDetector.exe                1 29   18  below normal C:\Program Files (x86)\CyberLink\MediaEspresso\DeviceDetector
    0901 - 0d74 IAStorDataMgrSvc.exe              0 0    0   normal       C:\Program Files (x86)\Intel\Intel(R) Rapid Storage Technology
    0901 - 1158 LMS.exe                           0 0    0   normal       C:\Program
    Files (x86)\Intel\Intel(R) Management Engine Components\LMS
    0901 - 17d4 NASvc.exe                         0 0    0   normal       C:\Program Files
    (x86)\Nero\Update
    0901 - 16a0 svchost.exe                       0 0    0   normal      
    0901 - 0a3c UNS.exe                           0 0    0   normal       C:\Program
    Files (x86)\Intel\Intel(R) Management Engine Components\UNS
    0901 - 0f18 svchost.exe                       0 0    0   below normal
    0901 - 1364 FlashUtil64_12_0_0_44_ActiveX.exe 1 10   2   normal      
    0901 - 25c0 iexplore.exe                      1 4066 801 normal      
    0901 - 1338 IEXPLORE.EXE                      1 160  143 normal       C:\Program Files (x86)\Internet Explorer
    0901 - 1778 main.exe                          1 118  73  normal       C:\Program Files (x86)\Razer\Razer
    Game Booster
    0901 - 208c audiodg.exe                       0 0    0               
    0901 - 2b74 taskeng.exe                       0 0    0   below normal
    0901 - 3548 rundll32.exe                      0 0    0   below normal
    0901 - 29c0 VSSVC.exe                         0 0    0   normal      
    0901 - 185c RazerStarCraftIISysTray.exe       1 29   19  normal       C:\Program Files (x86)\Razer\Razer StarCraftII
    0901 - 0dec PresentationFontCache.exe         0 0    0   normal      
    0901 - 0c20 WLIDSVC.EXE                       0 0    0   normal      
    0901 - 28d0 WLIDSVCM.EXE                      0 0    0   normal      
    0901 - 15f4 rads_user_kernel.exe              1 9    2   normal       C:\Riot Games\League of Legends\RADS\system
    0901 - 314c LoLLauncher.exe                   1 21   5   normal       C:\Riot Games\League of Legends\RADS\projects\lol_launcher\releases\0.0.0.199\deploy
    0901 - 2718 WmiPrvSE.exe                      0 0    0   normal      
    0901 - 2a88 LolClient.exe                     1 63   20  normal       C:\Riot Games\League of Legends\RADS\projects\lol_air_client\releases\0.0.1.69\deploy
    0901 - 2914 WmiPrvSE.exe                      0 0    0   normal      
    10 - Service
    1001 - Adobe Acrobat Update Service - ["C:\Program Files (x86)\Common Files\Adobe\ARM\1.0\armsvc.exe"]
    1001 - Application Information - [C:\Windows\system32\svchost.exe -k netsvcs]
    1001 - Windows Audio Endpoint Builder - [C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted]
    1001 - Windows Audio - [C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted]
    1001 - Kaspersky Anti-Virus Service - ["C:\Program Files (x86)\Kaspersky Lab\Kaspersky Internet Security 2013\avp.exe" -r]
    1001 - Base Filtering Engine - [C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork]
    1001 - Computer Browser - [C:\Windows\System32\svchost.exe -k netsvcs]
    1001 - Cryptographic Services - [C:\Windows\system32\svchost.exe -k NetworkService]
    1001 - Client Virtualization Handler - ["C:\Program Files (x86)\Common Files\Microsoft Shared\Virtualization Handler\CVHSVC.EXE"]
    1001 - DHCP Client - [C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted]
    1001 - DNS Client - [C:\Windows\system32\svchost.exe -k NetworkService]
    1001 - Extensible Authentication Protocol - [C:\Windows\System32\svchost.exe -k netsvcs]
    1001 - Windows Event Log - [C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted]
    1001 - COM+ Event System - [C:\Windows\system32\svchost.exe -k LocalService]
    1001 - Function Discovery Provider Host - [C:\Windows\system32\svchost.exe -k LocalService]
    1001 - Function Discovery Resource Publication - [C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation]
    1001 - Windows Font Cache Service - [C:\Windows\system32\svchost.exe -k LocalService]
    1001 - Windows Presentation Foundation Font Cache 3.0.0.0 - [C:\Windows\Microsoft.Net\Framework64\v3.0\WPF\PresentationFontCache.exe]
    1001 - GREGService - [C:\Program Files (x86)\Gateway\Registration\GREGsvc.exe]
    1001 - Human Interface Device Access - [C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted]
    1001 - HomeGroup Listener - [C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted]
    1001 - HomeGroup Provider - [C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted]
    1001 - Intel(R) Rapid Storage Technology - ["C:\Program Files (x86)\Intel\Intel(R) Rapid Storage Technology\IAStorDataMgrSvc.exe"]
    1001 - IKE and AuthIP IPsec Keying Modules - [C:\Windows\system32\svchost.exe -k netsvcs]
    1001 - Intel(R) Capability Licensing Service Interface - ["C:\Program Files\Intel\iCLS Client\HeciServer.exe"]
    1001 - Intel(R) Dynamic Application Loader Host Interface Service - [C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL\jhi_service.exe]
    1001 - CNG Key Isolation - [C:\Windows\system32\lsass.exe]
    1001 - Server - [C:\Windows\system32\svchost.exe -k netsvcs]
    1001 - Workstation - [C:\Windows\System32\svchost.exe -k NetworkService]
    1001 - Live Updater Service - [C:\Program Files\Gateway\Gateway Updater\UpdaterService.exe]
    1001 - TCP/IP NetBIOS Helper - [C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted]
    1001 - Intel(R) Management and Security Application Local Management Service - [C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\LMS\LMS.exe]
    1001 - Multimedia Class Scheduler - [C:\Windows\system32\svchost.exe -k netsvcs]
    1001 - Windows Firewall - [C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork]
    1001 - Nero Update - ["C:\Program Files (x86)\Nero\Update\NASvc.exe"]
    1001 - Network Connections - [C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted]
    1001 - Network List Service - [C:\Windows\System32\svchost.exe -k LocalService]
    1001 - Network Location Awareness - [C:\Windows\System32\svchost.exe -k NetworkService]
    1001 - Network Store Interface Service - [C:\Windows\system32\svchost.exe -k LocalService]
    1001 - Peer Networking Identity Manager - [C:\Windows\System32\svchost.exe -k LocalServicePeerNet]
    1001 - Program Compatibility Assistant Service - [C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted]
    1001 - Plug and Play - [C:\Windows\system32\svchost.exe -k DcomLaunch]
    1001 - IPsec Policy Agent - [C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted]
    1001 - Power - [C:\Windows\system32\svchost.exe -k DcomLaunch]
    1001 - User Profile Service - [C:\Windows\system32\svchost.exe -k netsvcs]
    1001 - RzKLService - [C:\Program Files (x86)\Razer\Razer Game Booster\RzKLService.exe]
    1001 - Security Accounts Manager - [C:\Windows\system32\lsass.exe]
    1001 - Windows Backup - [C:\Windows\system32\svchost.exe -k SDRSVC]
    1001 - System Event Notification Service - [C:\Windows\system32\svchost.exe -k netsvcs]
    1001 - Application Virtualization Client - ["C:\Program Files (x86)\Microsoft Application Virtualization Client\sftlist.exe"]
    1001 - Application Virtualization Service Agent - ["C:\Program Files (x86)\Microsoft Application Virtualization Client\sftvsa.exe"]
    1001 - Shell Hardware Detection - [C:\Windows\System32\svchost.exe -k netsvcs]
    1001 - SSDP Discovery - [C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation]
    1001 - Superfetch - [C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted]
    1001 - Themes - [C:\Windows\System32\svchost.exe -k netsvcs]
    1001 - Intel(R) Management and Security Application User Notification Service - ["C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\UNS\UNS.exe"]
    1001 - UPnP Device Host - [C:\Windows\system32\svchost.exe -k LocalServiceAndNoImpersonation]
    1001 - Desktop Window Manager Session Manager - [C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted]
    1001 - Volume Shadow Copy - [C:\Windows\system32\vssvc.exe]
    1001 - Windows Defender - [C:\Windows\System32\svchost.exe -k secsvcs]
    1001 - WinHTTP Web Proxy Auto-Discovery Service - [C:\Windows\system32\svchost.exe -k LocalService]
    1001 - Windows Management Instrumentation - [C:\Windows\system32\svchost.exe -k netsvcs]
    1001 - WLAN AutoConfig - [C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted]
    1001 - Windows Live ID Sign-in Assistant - ["C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDSVC.EXE"]
    1001 - Security Center - [C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted]
    1001 - Windows Search - [C:\Windows\system32\SearchIndexer.exe /Embedding]
    1001 - Windows Update - [C:\Windows\system32\svchost.exe -k netsvcs]
    1001 - Windows Driver Foundation - User-mode Driver Framework - [C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted]
    11 - Windows Express
    1101 - System Score : 5.2
    1102 - Memory Score : 7.6
    1103 - CPU Score : 7.4
    1104 - Graphics Score : 5.2
    1105 - Gaming Score : 5.6
    1106 - Disk Score : 5.9
    12 - Event Log
    1201 - Time : 02/11/2014 06:56:26
    1202 - Source : Schannel
    1203 - Description : The following fatal alert was generated: 40. The internal error state is 107.
    1201 - Time : 02/11/2014 06:56:26
    1202 - Source : Schannel
    1203 - Description : An SSL 3.0 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.
    1201 - Time : 02/11/2014 06:56:26
    1202 - Source : Schannel
    1203 - Description : The following fatal alert was generated: 40. The internal error state is 107.
    1201 - Time : 02/11/2014 06:56:26
    1202 - Source : Schannel
    1203 - Description : An SSL 3.0 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.
    1201 - Time : 02/11/2014 06:56:25
    1202 - Source : Schannel
    1203 - Description : The following fatal alert was generated: 40. The internal error state is 107.
    1201 - Time : 02/11/2014 06:56:25
    1202 - Source : Schannel
    1203 - Description : An SSL 3.0 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.
    1201 - Time : 02/11/2014 06:56:25
    1202 - Source : Schannel
    1203 - Description : The following fatal alert was generated: 40. The internal error state is 107.
    1201 - Time : 02/11/2014 06:56:25
    1202 - Source : Schannel
    1203 - Description : An SSL 3.0 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.
    1201 - Time : 02/11/2014 05:49:20
    1202 - Source : Schannel
    1203 - Description : The following fatal alert was generated: 40. The internal error state is 107.
    1201 - Time : 02/11/2014 05:49:20
    1202 - Source : Schannel
    1203 - Description : An SSL 3.0 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.
    End of file - 25529 Bytes.
    Does anything seen here determine what could cause these occasional lag spikes?

    On Tue, 11 Feb 2014 00:50:45 +0000, Brisnger wrote:
    Razer Game Booster Diagnostics Report v2.0  Version: 4.1.59.0
    Date: 2014/02/10 17:47:03
    This forum is the wrong forum for your question.
    Repost to one of the forums at:
    http://answers.microsoft.com
    Paul Adare - FIM CM MVP
    All that blue light from Orthanc at night? That was
    Saruman, trying to moderate
    -- news.admin.palantir-abuse.sightings.

  • Adobe photoshop lagging in my new retina macbook pro, what to do ?

    i just bought a new mbp retina 15', adobe photoshop cs6 lags when scrolling or moving the image, also lags when zooming in or out. sometimes the brush responds after a second or two. very disappointed . I have updated photoshop to the latest version.

    Hardware Information:
              MacBook Pro (Retina, 15-inch, Early 2013)
              MacBook Pro - model: MacBookPro10,1
              1 2.7 GHz Intel Core i7 CPU: 4 cores
              16 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
              NVIDIA GeForce GT 650M - VRAM: 1024 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:57:38
    Disk Information:
              APPLE SSD SD512E disk0 : (500.28 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.42 GB (462.17 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
              com.digidesign.iokit.DigiDal          (8.0.3f1)
    Startup Items:
              Digidesign Mbox 2: Path: /Library/StartupItems/Digidesign Mbox 2
              DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
              PACESupport: Path: /Library/StartupItems/PACESupport
    Launch Daemons:
              [System] com.adobe.fpsaud.plist 3rd-Party support link
              [System] com.adobe.SwitchBoard.plist 3rd-Party support link
              [System] com.digidesign.elevenrack.helper.plist 3rd-Party support link
              [System] com.digidesign.fwfamily.helper.plist 3rd-Party support link
              [System] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [System] org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
              [System] PACESupport.plist 3rd-Party support link
    Launch Agents:
              [System] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [System] com.wacom.wacomtablet.plist 3rd-Party support link
              [System] org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [not loaded] com.google.keystone.agent.plist 3rd-Party support link
    User Login Items:
              iTunesHelper
              BitTorrent
              Android File Transfer Agent
    Internet Plug-ins:
              AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 3rd-Party support link
              FlashPlayer-10.6: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              QuickTime Plugin: Version: 7.7.3
              Flash Player: Version: 12.0.0.70 - SDK 10.6 3rd-Party support link
              AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              WacomNetscape: Version: 2.1.0-1 - SDK 10.8 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
              WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.2 3rd-Party support link
              JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Outdated! Update
    Safari Extensions:
              Amazon Shopping Assistant: Version: 1.1
              Searchme: Version: 1.2
              Ebay Shopping Assistant: Version: 1.1
              Slick Savings: Version: 1.0
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              Digidesign Eleven Rack  3rd-Party support link
              DigidesignMbox2  3rd-Party support link
              Digidesign Mbox 2 Pro  3rd-Party support link
              Flash Player  3rd-Party support link
              WacomTablet  3rd-Party support link
    Old Applications:
              dynamiclinkmanager:          Version: 6.0.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Adobe/Common/dynamiclink/CS6/dynamiclinkmanager.app
              dynamiclinkmediaserver:          Version: 6.0.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   2%          EtreCheck
                   0%          mds
                   0%          mds_stores
                   0%          WindowServer
                   0%          launchservicesd
    Top Processes by Memory:
              164 MB          WindowServer
              147 MB          com.apple.IconServicesAgent
              98 MB          Finder
              98 MB          Dock
              98 MB          Safari
    Virtual Memory Information:
              12.33 GB          Free RAM
              2.14 GB          Active RAM
              345 MB          Inactive RAM
              1.19 GB          Wired RAM
              363 MB          Page-ins
              0 B          Page-outs

  • There is a lag in typing in the addressbar since FF4

    I'm using a plugin on my Mac called "Keyboard Maestro".
    How I use it:
    I have 2 Firefox windows open in one screen, side by side. I select an email address in window 1. I press the keyboard shortcut that activates keyboard Maestro.
    Maestro then copies the e-mail address, hits Command+` to switch to window 2 of Firefox. It then hits Command+T for a new tab, and types in a URL. Behind the URL it then hits Command+V to paste the e-mail address, and then hits enter.
    This allows me to select an e-mail address in window 1, do the keystroke, and immediately find this e-mail address on an admin page I use for work. (instead of copy, open website, paste, hit search).
    Now the bit where it's typing the address URL (needs to be a new tab) is lagging a lot since Firefox 4! In Firefox 3, the typing was blitzing fast.
    I tried the same keystroke in 2 windows of Safari: blitzing fast like Firefox 3.
    I then tried opening Firefox 4 again: slow again. I then experimented by typing really fast (just gibberish, but as fast as my fingers could move), and I noticed: Firefox4 address bar can not keep up with my typing speed. So there's the error.
    Typing the same speed in Safari and Firefox3? No problem, it keeps up.
    I have 2 add ons running, Xmarks 3.9.7 and Gmail Favicon Notifier 3.10.2
    I don't think it's my Mac, as the typing speed does not lag in Safari or Firefox 3.

    Hi,
    I had also a lag while typing in the addressbar (or the searchbar btw) in Firefox and spent quite some time trying to figure out why.
    I tried Firefox 5 beta, deleting the chronik, the cash etc...
    until I tried to deactivate my addons one by one.
    I have figured out that the addon "speed dial" was responsible for that lag.
    Since I have deactivated it, everything works pretty much instantly.
    Finally !
    Regards

Maybe you are looking for