Monitoring total connection

I am looking at scaling my application and would like to know how I could monitor the total connection to database in real time. Is there a tool out of the box which I could use? I am running Oracle 9i.
Thank you.

Hi,
You can configure audit session.
Into init.ora, AUDIT_TRAIL = DB (restart your database),
Onto your database, alter system audit session;
And see sys.aud$
For example, you can have the max simultaneous session for the day before :
select nvl(max(MaxSession),0), sysdate-1
from
(select a.sessionid, a.TIMESTAMP#, count(*) MaxSession
from sys.aud$ a, sys.aud$ b
where a.TIMESTAMP# between b.TIMESTAMP# and nvl(b.LOGOFF$TIME, sysdate)
and trunc(a.TIMESTAMP#)=trunc(sysdate)-1
group by a.sessionid, a.TIMESTAMP#)
Nicolas.

Similar Messages

  • ACE Total Connections Failed stats

    I have been monitoring connection stats on an ACE Module context (show stats connection).
    During recent load testing I observer that about 1/3 of all connections were failing and some timing out.
    How can I find out more details about the connections that are failing and timing out?
    ie which specific connection are failing, what type of failures increment this counter, etc
    Cheers,
    Karl
    # sh stats conn
    +------------------------------------------+
    +------- Connection statistics ------------+
    +------------------------------------------+
    Total Connections Created : 5725
    Total Connections Current : 2382
    Total Connections Destroyed: 3590
    Total Connections Timed-out: 11
    Total Connections Failed : 2112

    Hi Kim,
    Thanks for responding.
    A load test was run earlier today. I cleared the counters and collected some stats (see below).
    I also had a look at various other stats for drops.
    As far as I could see all relevant, rservers, serverfarms and service-policies were:
    in service BUT
    drop stats were not incrementing at anywhere near the same rate as the Total Connections Failed stat.
    Another load test is scheduled for tomorrow.
    Any thoughts on what to check next?
    labcorelb/DZ1ENV# sh stats conn
    +------------------------------------------+
    +------- Connection statistics ------------+
    +------------------------------------------+
    Total Connections Created  : 131698
    Total Connections Current  : 3660
    Total Connections Destroyed: 67558
    Total Connections Timed-out: 70
    Total Connections Failed   : 64090
    +------------------------------------------+
    +-------------- HTTP statistics -----------+
    +------------------------------------------+
    LB parse result msgs sent : 91904      , TCP data msgs sent       : 187614   
    Inspect parse result msgs : 0          , SSL data msgs sent       : 0        
                          sent
    TCP fin msgs sent         : 75         , TCP rst msgs sent:       : 3        
    Bounced fin msgs sent     : 0          , Bounced rst msgs sent:   : 0        
    SSL fin msgs sent         : 0          , SSL rst msgs sent:       : 0        
    Drain msgs sent           : 31831      , Particles read           : 397303   
    Reuse msgs sent           : 0          , HTTP requests            : 64390    
    Reproxied requests        : 58314      , Headers removed          : 0        
    Headers inserted          : 0          , HTTP redirects           : 0        
    HTTP chunks               : 741        , Pipelined requests       : 0        
    HTTP unproxy conns        : 64360      , Pipeline flushes         : 0        
    Whitespace appends        : 0          , Second pass parsing      : 0        
    Response entries recycled : 0          , Analysis errors          : 0        
    Header insert errors      : 0          , Max parselen errors      : 0        
    Static parse errors       : 0          , Resource errors          : 0        
    Invalid path errors       : 0          , Bad HTTP version errors  : 0        
    Headers rewritten         : 0          , Header rewrite errors    : 0        
    SSL headers inserted      : 0          , SSL header insert errors : 0        
    SSL spoof headers deleted : 0        
    Unproxy msgs sent         : 64362    
    +------------------------------------------+
    +--------- HTTP Inspect statistics --------+
    +------------------------------------------+
    Total request/response   : 0
    Total allow decisions    : 0
    Total drop decisions     : 0
    Total logging decisions  : 0
    +------------------------------------------+
    +------- Loadbalance statistics -----------+
    +------------------------------------------+
    Total version mismatch              : 0
    Total Layer4 decisions              : 142
    Total Layer4 rejections             : 0
    Total Layer7 decisions              : 64401
    Total Layer7 rejections             : 0
    Total Layer4 LB policy misses       : 0
    Total Layer7 LB policy misses       : 0
    Total times rserver was unavailable : 0
    Total ACL denied                    : 0
    Total IDMap Lookup Failures         : 0
    +------------------------------------------+
    +----------- Sticky statistics ------------+
    +------------------------------------------+
    Total sticky entries reused    : 0
    prior to expiry
    Total active sticky entries    : 0
    Total active reverse sticky    : 0
    entries
    Total active sticky conns      : 0
    Total static sticky entries    : 0
    +-----------------------------------------------------+
    +---------------- KAL-AP(UDP) statistics -------------+
    +-----------------------------------------------------+
    Total bytes received                         : 0
    Total bytes sent                             : 0
    Total requests received                      : 0
    Total responses sent                         : 0
    Total requests successfully received         : 0
    Total queries successfully received          : 0
    Total responses successfully sent            : 0
    Total secure requests received               : 0
    Total secure responses sent                  : 0
    Total requests with errors                   : 0
    Total requests with parse errors             : 0
    Total requests dropped due to queue overflow : 0
    Total response transfer errors               : 0
    labcorelb/DZ1ENV#sh service-policy Vip_POLICY summary
    service-policy: Vip_POLICY
    Class                            VIP       Prot  Port        VLAN          State    Curr Conns   Hit Count  Conns Drop
    xxxx34_HTTP_CLASS                xxxx.34   tcp   eq 80       ALL           IN-SRVC           0           0          0
    WCMST-WWW_HTTP_CLASS             xxxx.50   tcp   eq 80       ALL           IN-SRVC           7          48          0
    WCMST-FORUM_HTTP_CLASS           xxxx.111  tcp   eq 80       ALL           IN-SRVC           8         577          0
    WCMST-SEARCH_HTTP_CLASS          xxxx.51   tcp   eq 80       ALL           IN-SRVC           0         174          0
    WCMST-ENGINEADM_HTTP_CLASS       xxxx.112  tcp   eq 80       ALL           IN-SRVC           0           0          0
    INTERNET-WWW_HTTP_CLASS          xxxx.110  tcp   eq 80       ALL           IN-SRVC        1794       33919         18

  • Total Connections Failed

    Hi,
    I'm currently seeing the counters for the 'Total Connections Failed' statistic increasing by a large amount.
    What I can't see is why. The serverfarms we have don't see to show any drops.
    Using ANM 5.1 we also see this under 'Monitor' 'Load Balancing' 'Statistics'
    Can anyone help me troubleshoot the reason for this?
    These commands were run about 10 seconds apart
    sho stats connection
    +------------------------------------------+
    +------- Connection statistics ------------+
    +------------------------------------------+
    Total Connections Created  : 3263852
    Total Connections Current  : 19307
    Total Connections Destroyed: 746611
    Total Connections Timed-out: 1071592
    Total Connections Failed   : 1443733
    sho stats connection
    +------------------------------------------+
    +------- Connection statistics ------------+
    +------------------------------------------+
    Total Connections Created  : 3290607
    Total Connections Current  : 19266
    Total Connections Destroyed: 751995
    Total Connections Timed-out: 1079222
    Total Connections Failed   : 1457515
    I'm running an ACE20 on A2(3.5)
    Thanks

    Hi Steve,
    Total number of connection attempts that failed to establish a connection to the real server.
    For Layer 4 traffic with normalization on, the count increments if the three-way handshake fails to be established for either of the following
    reasons:
    . A RST comes from the client or the server after a SYN-ACK.
    . The server does not reply to a SYN. The connection times out.
    For Layer 4 traffic with normalization off, the count does not increment.
    For L7 traffic (normalization is always on), the count increments if the three-way handshake fails to be established for either of the following
    reasons:
    .   A RST comes from the server after the front-end connection is established
    .   The server does not reply to a SYN. The connection times out.
    There general counter references a number of things, it could be also a route lookup failure, we could see it from "show np 1 me-stats -socm":
    Drop [route lookup fail]
    One of the reasons that this could increment is if the ACE receives any traffic it does not know how to route in which case it will be dropped.
    Cesar R
    ANS Team

  • When I had a PC I simply took the wire going to my monitor and connected to my big screen TV to watch Netflix movies...How do I take them from my IMAC and connect them to my TV now?

    When I had a PC I simply took the wire going to my monitor and connected to my big screen TV to watch Netflix movies...How do I take them from my IMAC and connect them to my TV now?

    This could be problematic.
    It will depend on what model of iMac you have.
    You may want to post machine info.
    blue apple > about this mac > more info button. Click on the hardware line. It has a little triangle in front of the work hardware.
    Leave out the serial number.
    Example:
    Machine Name: iMac
    Machine Model: PowerMac4,1
    CPU Type: PowerPC 750 (33.11)
    Number Of CPUs: 1
    CPU Speed: 600 MHz
    L2 Cache (per CPU): 256 KB
    Memory: 768 MB
    Bus Speed: 100 MHz
    Boot ROM Version: 4.1.9f1
    Most of the iMac's have sometype of video output port on the back.  You will problably need a converter.
    The 'hollywood' industry has been making it more difficult to get video out over time to prevent copying.
    Robert

  • More DIsplay Problems on HPx2301 Monitor when connected to my MacBook Pro - OSX Snow Leopard

    1) HP x2301 monitor
    2) OSX 10.6.8 AND OSX 10,7
    3) On-Screen Message "Monitor Going to Sleep"
    I previously reported that the problems with my new monitor had been fixed with a change in DVI cable.
    Unfortunately the fix lasted for one day.  I powered off both the monitor and macbook, came back the next day and the monitor no longer detects the power book.  Same is the case with an iMac and an old mac-mini.  My external older Viewsonic (connected also via the same DVI cable) has no problems. 
    When the monitor is connected to the macbook, the macbook detects it and acts like it has dual screens - the System Preferences>Display app shows both monitors (and allows me to change resolution of the HP.  Dispite this, the Monitor cannot detect a signal from the Mac.
    Looks like a defective Monitor - will be contacting HP in the morning.
    Also of note is that the included Documentation describes 6 control buttons on the base of the unit, including an Auto Adjust button for the user to " Press to activate the auto adjustment feature to optimize the screen image."  Unfortunately, there are only 5 control buttons - there is no Auto Adjust button.
    The documentation makes no mention of OSX, although it appears that drivers for the monitor have been included in the OSX distributions.

    I'm back up - now using HP to mirror laptop screen.  Got replacement DVI cable from HP, plugged it in an Monitor is working (again).  So I have 3 seemingly identical cables - 2 supplied by HP, and one an older one I used with a Viewsonic DVI monitor.  
    1) The cable that shipped  with the Monitor never worked,
    2) The older cable worked for one day with the HP,  then stopped working on the HP monitor, but worked with the older VIewsonic monitor,
    3) The replacement cable from HP that is working currently.  
    I believe they are all DVI-i - pins appear to be identical on all three.
    So I don't think its a settings or cable type issue.  I suspect that the HP may have some circuitry that makes it very persnickity when it comes to signal detection - so perhaps there's some small variation is signal quality btween cables - not sure how to check that though.
    We shall see if the cable 3 works for extended period.

  • MacBook Air is getting hot when external monitor is connected - restart solves the problem

    I have a two weeks old Mac Book Air 11" (128GB / 4GB / i5). Sometimes when I connect it to my external monitor, the FAN is getting loud and the MacBook becomes very warm on the surface near the "F3 button". The activity monitor says CPU is at 0-1% and there's no process that causes any CPU load (I switched to "show all processes" of course). Nevertheless something makes the Mac becoming hot. A simple restart while the external monitor is connected solves the issue completely, temperature and fan speed are instantly decreasing. Is this a issue related to the graphics driver? For me it seems the behavior is caused by the graphics processor rather than by the i5 CPU as activity monitor does not show any process causing high CPU load.
    Known issue?
    Thanks!

    I was runnig into the same problem. Plugging in to the apple 23" display at work worked well, but when I plugged in my Dell 23" at home the fan started being noisy...
    ALTERNATIVE SOLUTION: it seems to me that putting the air to into SLEEP MODE and back solves it as well!!
    I will confirm later on.

  • Problems (not responding) when monitor not connected

    Hi All,
    I have been having problems with certain applications when using my macbook without the LED Cinema display connected.  When the monitor is connected there are no problems at all, but if it is disconnected and I try to open Google Chrome it just bounces in the dock for a while and then becomes not "not responsive" in the activity monitor.  When I force quit Chrome, I get the ignore / report dialog and the Chrome window popups very briefly and disappears when I close that dialog.
    Similarly if I attempt to open file in Sublime Text it hangs before opening the file dialog and is marked as "not responsive" also.  Same for MS Office (OS X version of office) when trying to open a file.  Other applications like Safari, Firefox and Xcode open ok and the file open dialogs open ok too.
    Sometimes if I leave the laptop for a long time (30mins to many hours) the applications will come back and then work.
    I have been trying identify the cause for a long time and recently I discovered that the problems only occur when the monitor is disconnected.  If I restart with the monitor connected the problems do not arise.  I tested it repeatedly by connecting and disconnecting the monitor and the issue always corresponded to the monitor being disconnected.
    When started in "safe mode" the problems do not occur even with the monitor unplugged.  I also uninstalled a number of applications I thought could causing issues but none of these had any affect.  I also removed all applications from the startup for my account, again no improvement.  I also enabled the guest account to see if it was a problem with my account but the issues occurred as the guest user.
    A number of web searches suggested reinstalling Chrome, checking permissions of the application directories and restarting with option + command + p + p held down until the startup sound plays twice.  Not of these suggestions fixed the problem.
    My macbook details are as follows:
    Macbook Pro 15"
    Processor  2.8 GHz Intel Core i7
    Memory  8 GB 1067 MHz DDR3
    Graphics  NVIDIA GeForce GT 330M 512 MB
    Software  OS X 10.9.4 (13E28)
    And the monitor is an Apple LED Cinema Display 27"
    Hopefully someone can help me resolve this very frustrating problem, my laptop is of little use when not connected to the monitor because of this.
    I have pasted the report from Chrome when I force quit it as it may help identify the problem.
    Many Thanks,
    Stef
    Date/Time:       2014-08-30 17:03:41 +0100
    OS Version:      10.9.4 (Build 13E28)
    Architecture:    x86_64
    Report Version:  18
    Command:         Chrome
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Version:         37.0.2062.94 (2062.94)
    Parent:          launchd [266]
    PID:             372
    Event:           hang
    Duration:        2.14s (process was unresponsive for 2277 seconds before sampling)
    Steps:           22 (100ms sampling interval)
    Hardware model:  MacBookPro6,2
    Active cpus:     4
    Fan speed:       2004 rpm
    Free pages:      578656 pages (-19039)
    Pageins:         2812 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         Google Chrome [372]
    Path:            /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
    Architecture:    i386
    Parent:          launchd [266]
    UID:             501
    Task size:       10002 pages (+8647)
    Pageins:         2790 pages
    CPU Time:        0.467s
    Note:            Unresponsive for 2277 seconds before sampling
      Thread 0x951      priority   44-46   cpu time   0.285s
      22 ??? (Google Chrome + 3925) [0x9df55]
        22 main + 24 (Google Chrome) [0x9df78]
          22 ChromeMain + 53 (Google Chrome Framework) [0xa46545]
            22 ??? (Google Chrome Framework + 7655858) [0x11901b2]
              22 ??? (Google Chrome Framework + 7658510) [0x1190c0e]
                22 ??? (Google Chrome Framework + 7656250) [0x119033a]
                  22 ??? (Google Chrome Framework + 47227626) [0x374d2ea]
                    22 ??? (Google Chrome Framework + 47254250) [0x3753aea]
                      22 ??? (Google Chrome Framework + 47237868) [0x374faec]
                        22 ??? (Google Chrome Framework + 49648175) [0x399c22f]
                          22 ??? (Google Chrome Framework + 47253233) [0x37536f1]
                            18 ??? (Google Chrome Framework + 47240647) [0x37505c7]
                              18 ??? (Google Chrome Framework + 47993441) [0x3808261]
                                18 ??? (Google Chrome Framework + 47999703) [0x3809ad7]
                                  18 ??? (Google Chrome Framework + 47995848) [0x3808bc8]
                                    18 ??? (Google Chrome Framework + 47998656) [0x38096c0]
                                      18 ??? (Google Chrome Framework + 22601895) [0x1fd10a7]
                                        18 CGLChoosePixelFormat + 117 (OpenGL) [0x8933019]
                                          18 ??? (OpenGL + 39291) [0x893397b]
                                            18 ??? (OpenGL + 24350) [0x892ff1e]
                                              18 IOServiceOpen + 93 (IOKit) [0x571130]
                                                18 io_service_open_extended + 171 (IOKit) [0x5d7254]
                                                  18 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x9923f7a]
                                                   *18 hndl_mach_scall + 216 (mach_kernel) [0xffffff80002f3d18]
                                                     *18 ??? (mach_kernel + 825933) [0xffffff80002c9a4d]
                                                       *18 mach_msg_overwrite_trap + 195 (mach_kernel) [0xffffff800021e013]
                                                         *18 ipc_kmsg_send + 117 (mach_kernel) [0xffffff80002139c5]
                                                           *18 ipc_kobject_server + 241 (mach_kernel) [0xffffff8000226bc1]
                                                             *18 ??? (mach_kernel + 746651) [0xffffff80002b649b]
                                                               *18 is_io_service_open_extended + 341 (mach_kernel) [0xffffff80006cd3c5]
                                                                 *18 AppleMuxControl::newUserClient(task*, void*, unsigned int, OSDictionary*, IOUserClient**) + 80 (AppleMuxControl) [0xffffff7f823f0c36]
                                                                   *18 IOWorkLoop::runAction(int (*)(OSObject*, void*, void*, void*, void*), OSObject*, void*, void*, void*, void*) + 62 (mach_kernel) [0xffffff80006af71e]
                                                                     *18 AppleMuxControl::newUserClientGated(void*) + 144 (AppleMuxControl) [0xffffff7f823f0bb2]
                                                                       *18 AppleGraphicsControlClient::start(IOService*) + 36 (AppleMuxControl) [0xffffff7f823f1388]
                                                                         *18 AppleGraphicsControlClient::startEx(IOService*) + 124 (AppleMuxControl) [0xffffff7f823f141c]
                                                                           *18 AppleMuxControl::addTaskToList(IOService*, unsigned int, char*, bool) + 524 (AppleMuxControl) [0xffffff7f823f0158]
                                                                             *18 IOEventSource::sleepGate(void*, unsigned int) + 69 (mach_kernel) [0xffffff80006afdb5]
                                                                               *18 IOGraphicsWorkLoop::sleepGate(void*, unsigned int) + 106 (IOGraphicsFamily) [0xffffff7f80b2b516]
                                                                                 *18 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d18e]
                                                                                   *18 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d5c]
                                                                                     *18 ??? (mach_kernel + 223579) [0xffffff800023695b]
                                                                                        *18 machine_switch_context + 354 (mach_kernel) [0xffffff80002d8262]
                            4  ??? (Google Chrome Framework + 47244521) [0x37514e9]
                              4  ??? (Google Chrome Framework + 1016568) [0xb3b2f8]
                                3  ??? (Google Chrome Framework + 1021417) [0xb3c5e9]
                                  3  ??? (Google Chrome Framework + 55143434) [0x3ed9c0a]
                                    3  ??? (Google Chrome Framework + 55137460) [0x3ed84b4]
                                      3  ??? (Google Chrome Framework + 55149136) [0x3edb250]
                                        3  ??? (Google Chrome Framework + 55151368) [0x3edbb08]
                                          3  ??? (Google Chrome Framework + 55154184) [0x3edc608]
                                            3  ??? (Google Chrome Framework + 55155008) [0x3edc940]
                                              2  ??? (Google Chrome Framework + 55159092) [0x3edd934]
                                                2  ??? (Google Chrome Framework + 53659382) [0x3d6f6f6]
                                                  2  ??? (Google Chrome Framework + 54108127) [0x3ddcfdf]
                                                    2  ??? (Google Chrome Framework + 54067136) [0x3dd2fc0]
                                                      1  ??? (Google Chrome Framework + 54067232) [0x3dd3020]
                                                        1  ??? (Google Chrome Framework + 54773811) [0x3e7f833]
                                                          1  ??? (Google Chrome Framework + 54327297) [0x3e12801]
                                                            1  ??? (Google Chrome Framework + 20880463) [0x1e2cc4f]
                                                              1  -[NSWindow initWithContentRect:styleMask:backing:defer:] + 70 (AppKit) [0x55c270a]
                                                                1  -[NSWindow _initContent:styleMask:backing:defer:contentView:] + 1090 (AppKit) [0x55c2b53]
                                                                  1  -[NSWindow _commonInitFrame:styleMask:backing:defer:] + 375 (AppKit) [0x55c3382]
                                                                    1  -[NSWindow _setWindowNumber:] + 1341 (AppKit) [0x55c45b5]
                                                                      1  -[NSResponder(NSPersistentUISupport) invalidateRestorableState] + 79 (AppKit) [0x55c4b4a]
                                                                        1  -[NSWindow(NSPersistentUISupport) _invalidateRestorableStateOfContents] + 89 (AppKit) [0x55c4c4b]
                                                                          1  +[NSPersistentUIManager sharedManager] + 18 (AppKit) [0x559b6d8]
                                                                            1  _NSEnablePersistentUI + 544 (AppKit) [0x5597595]
                                                                              1  _LSCopyApplicationInformationItem + 112 (LaunchServices) [0xa2c43ef]
                                                                                1  _LSCopyApplicationInformationItemFromSharedMemory(__LSSharedMemoryPage const*, __LSASN const*, void const*, void const**) + 31 (LaunchServices) [0xa2bbd2d]
                                                                                  1  <executing in user space>
                                                      1  ??? (Google Chrome Framework + 54069270) [0x3dd3816]
                                                        1  -[NSWindow setCollectionBehavior:] + 273 (AppKit) [0x55dd76e]
                                                          1  -[NSWindow _updateCollectionBehavior] + 68 (AppKit) [0x55dd7ba]
                                                            1  -[NSWindow _effectiveCollectionBehavior] + 195 (AppKit) [0x55c7069]
                                                              1  objc_msgSend + 81 (libobjc.A.dylib) [0x89684e1]
                                                                1  _class_lookupMethodAndLoadCache3 + 55 (libobjc.A.dylib) [0x8968ca3]
                                                                  1  lookUpImpOrForward + 203 (libobjc.A.dylib) [0x896ee3f]
                                                                    1  _class_getMethodNoSuper_nolock(objc_class*, objc_selector*) + 36 (libobjc.A.dylib) [0x896efc9]
                                                                      1  fixupSelectorsInMethodList(objc_class*, old_method_list*) + 164 (libobjc.A.dylib) [0x8970f34]
                                                                        1  sel_registerNameNoLock + 23 (libobjc.A.dylib) [0x89674f8]
                                                                          1  __sel_registerName + 91 (libobjc.A.dylib) [0x8965fb3]
                                                                            1  __objc_sel_set_get + 17 (libobjc.A.dylib) [0x8967674]
                                                                              1  __objc_sel_set_findBuckets(__objc_sel_set*, objc_selector*) + 66 (libobjc.A.dylib) [0x8975cca]
                                                                                1  <executing in user space>
                                              1  ??? (Google Chrome Framework + 55159846) [0x3eddc26]
                                                1  ??? (Google Chrome Framework + 54057614) [0x3dd0a8e]
                                                  1  -[NSWindow makeKeyAndOrderFront:] + 35 (AppKit) [0x56ed2bb]
                                                    1  -[NSWindow _makeKeyRegardlessOfVisibility] + 122 (AppKit) [0x56ed377]
                                                      1  -[NSWindow makeKeyWindow] + 72 (AppKit) [0x56f5146]
                                                        1  -[NSWindow _changeKeyAndMainLimitedOK:] + 907 (AppKit) [0x56f54f8]
                                                          1  -[NSWindow becomeKeyWindow] + 1895 (AppKit) [0x56f61d9]
                                                            1  _NXResetCursorState + 72 (AppKit) [0x56fb86b]
                                                              1  +[NSEvent _discardCursorEventsForWindowNumber:criteria:] + 64 (AppKit) [0x56fb901]
                                                                1  FlushSpecificEventsFromQueue + 58 (HIToolbox) [0x7340925]
                                                                  1  _MainQueuePreFlush + 18 (HIToolbox) [0x734099f]
                                                                    1  PullEventsFromWindowServer + 63 (HIToolbox) [0x73409ee]
                                                                      1  PullEventsFromWindowServerOnConnection(unsigned int, unsigned char, __CFMachPortBoost*) + 99 (HIToolbox) [0x733b7bd]
                                                                        1  CGEventCreateNextEvent + 39 (CoreGraphics) [0x8df87cb]
                                                                          1  CGSGetNextEventRecordInternal + 84 (CoreGraphics) [0x8df8864]
                                                                            1  CGSSnarfAndDispatchDatagrams + 432 (CoreGraphics) [0x8df8b2e]
                                                                              1  CGSDatagramReadStreamDispatchDatagramsWithData + 160 (CoreGraphics) [0x8df8e19]
                                                                                1  CGSDatagramReadStream::dispatch_datagrams() + 47 (CoreGraphics) [0x8df9007]
                                                                                  1  CGSDatagramReadStream::dispatch_next_datagram() + 806 (CoreGraphics) [0x8df933a]
                                                                                    1  event_datagram_handler + 71 (CoreGraphics) [0x8df9d15]
                                                                                       1  CGSDecodeEventRecord + 182 (CoreGraphics) [0x8df9dd5]
                                                                                         1  CFRelease + 986 (CoreFoundation) [0x674209a]
                                                                                           1  malloc_printf + 40 (libsystem_malloc.dylib) [0x999dc08]
                                                                                             1  <executing in user space>
                                1  ??? (Google Chrome Framework + 1018273) [0xb3b9a1]
                                  1  ??? (Google Chrome Framework + 3858567) [0xdf1087]
                                    1  ??? (Google Chrome Framework + 3875857) [0xdf5411]
                                      1  ??? (Google Chrome Framework + 3765501) [0xdda4fd]
                                        1  ??? (Google Chrome Framework + 3768288) [0xddafe0]
                                          1  ??? (Google Chrome Framework + 3271392) [0xd61ae0]
                                            1  ??? (Google Chrome Framework + 55086144) [0x3ecbc40]
                                              1  ??? (Google Chrome Framework + 57230730) [0x40d758a]
                                                1  std::_Rb_tree_rotate_left(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*&) + 68 (libstdc++.6.dylib) [0x6a74780]
                                                  1  <executing in user space>
      Thread 0x955      DispatchQueue 158919340  priority 48         cpu time   0.002s
      22 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x9777532]
        22 kevent64 + 10 (libsystem_kernel.dylib) [0x9929992]
         *22 ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
      Thread 0x95d      priority 46      
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8394240) [0x1244600]
                22 ??? (Google Chrome Framework + 8394017) [0x1244521]
                  22 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                    22 ??? (Google Chrome Framework + 8291953) [0x122b671]
                      22 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                        22 ??? (Google Chrome Framework + 7892284) [0x11c9d3c]
                          22 ??? (Google Chrome Framework + 7894351) [0x11ca54f]
                            22 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 (Foundation) [0x1152f9]
                              22 CFRunLoopRunInMode + 123 (CoreFoundation) [0x679e84b]
                                22 CFRunLoopRunSpecific + 394 (CoreFoundation) [0x679e9ea]
                                  22 __CFRunLoopRun + 1393 (CoreFoundation) [0x679f1d1]
                                    22 __CFRunLoopServiceMachPort + 169 (CoreFoundation) [0x679fbf9]
                                      22 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x9923f7a]
                                       *22 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x95e      priority 46      
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8394240) [0x1244600]
                22 ??? (Google Chrome Framework + 8394017) [0x1244521]
                  22 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                    22 ??? (Google Chrome Framework + 8291953) [0x122b671]
                      22 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                        22 ??? (Google Chrome Framework + 7888421) [0x11c8e25]
                          22 ??? (Google Chrome Framework + 8464667) [0x125591b]
                            22 kevent + 10 (libsystem_kernel.dylib) [0x9929976]
                             *22 ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
      Thread 0x961      priority 46      
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              18 __read + 10 (libsystem_kernel.dylib) [0x9929dba]
               *18 hndl_unix_scall + 216 (mach_kernel) [0xffffff80002f3c38]
                 *18 unix_syscall + 471 (mach_kernel) [0xffffff8000640777]
                   *18 read_nocancel + 127 (mach_kernel) [0xffffff80005f1ecf]
                     *18 ??? (mach_kernel + 4137150) [0xffffff80005f20be]
                       *18 ??? (mach_kernel + 4155151) [0xffffff80005f670f]
                         *18 msleep + 114 (mach_kernel) [0xffffff80005e3e42]
                           *18 ??? (mach_kernel + 4078613) [0xffffff80005e3c15]
                             *18 lck_mtx_sleep + 78 (mach_kernel) [0xffffff800022d18e]
                               *18 thread_block_reason + 204 (mach_kernel) [0xffffff8000235d5c]
                                 *18 ??? (mach_kernel + 223579) [0xffffff800023695b]
                                   *18 machine_switch_context + 354 (mach_kernel) [0xffffff80002d8262]
              4  ??? (Google Chrome Framework + 1030915) [0xb3eb03]
                4  ??? (Google Chrome Framework + 1031266) [0xb3ec62]
                  4  sleep$UNIX2003 + 86 (libsystem_c.dylib) [0x987cdeb]
                    4  sleep$UNIX2003 + 45 (libsystem_c.dylib) [0x987cdc2]
                      4  __semwait_signal + 10 (libsystem_kernel.dylib) [0x9928b76]
                       *4  semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b570]
      Thread 0x963      priority 46         cpu time   0.003s
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8391859) [0x1243cb3]
                22 ??? (Google Chrome Framework + 8378909) [0x1240a1d]
                  19 ??? (Google Chrome Framework + 8381513) [0x1241449]
                    19 ??? (Google Chrome Framework + 8352824) [0x123a438]
                      19 pthread_cond_wait$UNIX2003 + 71 (libsystem_pthread.dylib) [0x9a23bd9]
                        19 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                         *19 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
                  3  ??? (Google Chrome Framework + 8381379) [0x12413c3]
                    3  ??? (Google Chrome Framework + 8352949) [0x123a4b5]
                      3  pthread_cond_timedwait_relative_np + 47 (libsystem_pthread.dylib) [0x9a22042]
                        3  __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                         *3  psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
      Thread 0x964      priority   45-46   cpu time   0.024s
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8394240) [0x1244600]
                22 ??? (Google Chrome Framework + 47282943) [0x375aaff]
                  22 ??? (Google Chrome Framework + 8394017) [0x1244521]
                    22 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                      22 ??? (Google Chrome Framework + 8291953) [0x122b671]
                        22 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                          21 ??? (Google Chrome Framework + 8206887) [0x1216a27]
                            21 ??? (Google Chrome Framework + 8353734) [0x123a7c6]
                              21 ??? (Google Chrome Framework + 8354104) [0x123a938]
                                21 ??? (Google Chrome Framework + 8352824) [0x123a438]
                                  21 pthread_cond_wait$UNIX2003 + 71 (libsystem_pthread.dylib) [0x9a23bd9]
                                    21 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                                     *21 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
                          1  ??? (Google Chrome Framework + 8206936) [0x1216a58]
                            1  ??? (Google Chrome Framework + 8198231) [0x1214857]
                              1  ??? (Google Chrome Framework + 8196570) [0x12141da]
                                1  ??? (Google Chrome Framework + 8378113) [0x1240701]
                                  1  ??? (Google Chrome Framework + 8377963) [0x124066b]
                                    1  ??? (Google Chrome Framework + 8372025) [0x123ef39]
                                      1  ??? (Google Chrome Framework + 8369616) [0x123e5d0]
                                        1  ??? (Google Chrome Framework + 1877257) [0xc0d509]
                                          1  ??? (Google Chrome Framework + 1874219) [0xc0c92b]
                                            1  ??? (Google Chrome Framework + 1887433) [0xc0fcc9]
                                              1  ??? (Google Chrome Framework + 45769521) [0x35e9331]
                                                1  ??? (Google Chrome Framework + 9382397) [0x13359fd]
                                                  1  ??? (Google Chrome Framework + 10344202) [0x142070a]
                                                    1  ??? (Google Chrome Framework + 10426609) [0x14348f1]
                                                      1  ??? (Google Chrome Framework + 10333199) [0x141dc0f]
                                                        1  ??? (Google Chrome Framework + 10327354) [0x141c53a]
                                                          1  _platform_memmove$VARIANT$sse42 + 44 (libsystem_platform.dylib) [0x9a0c33c]
                                                            1  <executing in user space>
      Thread 0x965      priority   42-46   cpu time   0.058s
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8394240) [0x1244600]
                22 ??? (Google Chrome Framework + 47283007) [0x375ab3f]
                  22 ??? (Google Chrome Framework + 8394017) [0x1244521]
                    22 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                      22 ??? (Google Chrome Framework + 8291953) [0x122b671]
                        22 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                          18 ??? (Google Chrome Framework + 7888421) [0x11c8e25]
                            18 ??? (Google Chrome Framework + 8464667) [0x125591b]
                              18 kevent + 10 (libsystem_kernel.dylib) [0x9929976]
                               *18 ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
                          4  ??? (Google Chrome Framework + 7888392) [0x11c8e08]
                            4  ??? (Google Chrome Framework + 8464667) [0x125591b]
                              4  kevent + 10 (libsystem_kernel.dylib) [0x9929976]
                               *4  ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
      Thread 0x966      priority 46         cpu time   0.005s
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8394240) [0x1244600]
                22 ??? (Google Chrome Framework + 47283071) [0x375ab7f]
                  22 ??? (Google Chrome Framework + 8394017) [0x1244521]
                    22 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                      22 ??? (Google Chrome Framework + 8291953) [0x122b671]
                        22 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                          22 ??? (Google Chrome Framework + 8206887) [0x1216a27]
                            22 ??? (Google Chrome Framework + 8353734) [0x123a7c6]
                              22 ??? (Google Chrome Framework + 8354104) [0x123a938]
                                22 ??? (Google Chrome Framework + 8352824) [0x123a438]
                                  22 pthread_cond_wait$UNIX2003 + 71 (libsystem_pthread.dylib) [0x9a23bd9]
                                    22 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                                     *22 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
      Thread 0x967      priority 46         cpu time   0.005s
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8394240) [0x1244600]
                22 ??? (Google Chrome Framework + 47283135) [0x375abbf]
                  22 ??? (Google Chrome Framework + 8394017) [0x1244521]
                    22 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                      22 ??? (Google Chrome Framework + 8291953) [0x122b671]
                        22 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                          22 ??? (Google Chrome Framework + 8206887) [0x1216a27]
                            22 ??? (Google Chrome Framework + 8353734) [0x123a7c6]
                              22 ??? (Google Chrome Framework + 8354104) [0x123a938]
                                22 ??? (Google Chrome Framework + 8352824) [0x123a438]
                                  22 pthread_cond_wait$UNIX2003 + 71 (libsystem_pthread.dylib) [0x9a23bd9]
                                    22 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                                     *22 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
      Thread 0x968      priority 46      
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8394240) [0x1244600]
                22 ??? (Google Chrome Framework + 47283199) [0x375abff]
                  22 ??? (Google Chrome Framework + 8394017) [0x1244521]
                    22 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                      22 ??? (Google Chrome Framework + 8291953) [0x122b671]
                        22 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                          22 ??? (Google Chrome Framework + 7888421) [0x11c8e25]
                            22 ??? (Google Chrome Framework + 8464667) [0x125591b]
                              22 kevent + 10 (libsystem_kernel.dylib) [0x9929976]
                               *22 ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
      Thread 0x969      priority 46         cpu time   0.048s
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8394240) [0x1244600]
                22 ??? (Google Chrome Framework + 47283263) [0x375ac3f]
                  22 ??? (Google Chrome Framework + 8394017) [0x1244521]
                    22 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                      22 ??? (Google Chrome Framework + 8291953) [0x122b671]
                        22 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                          19 ??? (Google Chrome Framework + 7888421) [0x11c8e25]
                            19 ??? (Google Chrome Framework + 8464667) [0x125591b]
                              19 kevent + 10 (libsystem_kernel.dylib) [0x9929976]
                               *19 ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
                          2  ??? (Google Chrome Framework + 7888392) [0x11c8e08]
                            2  ??? (Google Chrome Framework + 8464667) [0x125591b]
                              2  kevent + 10 (libsystem_kernel.dylib) [0x9929976]
                               *2  ??? (mach_kernel + 3959520) [0xffffff80005c6ae0]
                          1  ??? (Google Chrome Framework + 7888102) [0x11c8ce6]
                            1  ??? (Google Chrome Framework + 8465226) [0x1255b4a]
                              1  ??? (Google Chrome Framework + 7887939) [0x11c8c43]
                                1  ??? (Google Chrome Framework + 13816880) [0x1770430]
                                  1  ??? (Google Chrome Framework + 13827425) [0x1772d61]
                                    1  ??? (Google Chrome Framework + 13818496) [0x1770a80]
                                      1  ??? (Google Chrome Framework + 13813827) [0x176f843]
                                        1  ??? (Google Chrome Framework + 13813409) [0x176f6a1]
                                          1  ??? (Google Chrome Framework + 13795939) [0x176b263]
                                            1  ??? (Google Chrome Framework + 13784767) [0x17686bf]
                                              1  ??? (Google Chrome Framework + 13781523) [0x1767a13]
                                                1  ??? (Google Chrome Framework + 13765917) [0x1763d1d]
                                                  1  ??? (Google Chrome Framework + 13774355) [0x1765e13]
                                                    1  ??? (Google Chrome Framework + 14682889) [0x1843b09]
                                                      1  ??? (Google Chrome Framework + 14654182) [0x183cae6]
                                                        1  ??? (Google Chrome Framework + 14617201) [0x1833a71]
                                                          1  ??? (Google Chrome Framework + 14591683) [0x182d6c3]
                                                            1  ??? (Google Chrome Framework + 14625114) [0x183595a]
                                                              1  ??? (Google Chrome Framework + 14633254) [0x1837926]
                                                                1  ??? (Google Chrome Framework + 9048365) [0x12e412d]
                                                                  1  ??? (Google Chrome Framework + 9210033) [0x130b8b1]
                                                                    1  ??? (Google Chrome Framework + 8678110) [0x1289ade]
                                                                      1  ??? (Google Chrome Framework + 8686093) [0x128ba0d]
                                                                        1  ??? (Google Chrome Framework + 8745114) [0x129a09a]
                                                                          1  ??? (Google Chrome Framework + 8699820) [0x128efac]
                                                                            1  ??? (Google Chrome Framework + 8707601) [0x1290e11]
                                                                              1  ??? (Google Chrome Framework + 8719608) [0x1293cf8]
                                                                                1  ??? (Google Chrome Framework + 8728695) [0x1296077]
                                                                                  1  ??? (Google Chrome Framework + 8731581) [0x1296bbd]
                                                                                    1  <executing in user space>
      Thread 0x96a      priority 46      
      22 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        22 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          22 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            22 ??? (Google Chrome Framework + 8377381) [0x1240425]
              22 ??? (Google Chrome Framework + 8394240) [0x1244600]
                22 ??? (Google Chrome Framework + 8394017) [0x1244521]
                  22 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                    22 ??? (Google Chrome Framework + 8291953) [0x122b671]
                      22 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                        22 ??? (Google Chrome Framework + 8206887) [0x1216a27]
                          22 ??? (Google Chrome Framework + 8353734) [0x123a7c6]
                            22 ??? (Google Chrome Framework + 8354104) [0x123a938]
                              22 ??? (Google Chrome Framework + 8352824) [0x123a438]
                                22 pthread_cond_wait$UNIX2003 + 71 (libsystem_pthread.dylib) [0x9a23bd9]
                                  22 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                                   *22 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
      Thread 0x3750     priority 46         cpu time   0.001s
      4 start_wqthread + 30 (libsystem_pthread.dylib) [0x9a24cce]
        4 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x9929046]
         *4 wq_unpark_continue + 0 (pthread) [0xffffff7f80cdb6ae]
      Thread 0x3751     priority 46      
      4 start_wqthread + 30 (libsystem_pthread.dylib) [0x9a24cce]
        4 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x9929046]
         *4 wq_unpark_continue + 0 (pthread) [0xffffff7f80cdb6ae]
      Thread 0x3753     priority 46      
      4 start_wqthread + 30 (libsystem_pthread.dylib) [0x9a24cce]
        4 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x9929046]
         *4 wq_unpark_continue + 0 (pthread) [0xffffff7f80cdb6ae]
      Thread 0x3754     priority 46      
      4 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        4 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          4 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            4 ??? (Google Chrome Framework + 8377381) [0x1240425]
              4 ??? (Google Chrome Framework + 8394240) [0x1244600]
                4 ??? (Google Chrome Framework + 8394017) [0x1244521]
                  4 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                    4 ??? (Google Chrome Framework + 8291953) [0x122b671]
                      4 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                        4 ??? (Google Chrome Framework + 7892284) [0x11c9d3c]
                          4 ??? (Google Chrome Framework + 7894351) [0x11ca54f]
                            4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 (Foundation) [0x1152f9]
                              4 CFRunLoopRunInMode + 123 (CoreFoundation) [0x679e84b]
                                4 CFRunLoopRunSpecific + 394 (CoreFoundation) [0x679e9ea]
                                  4 __CFRunLoopRun + 1393 (CoreFoundation) [0x679f1d1]
                                    4 __CFRunLoopServiceMachPort + 169 (CoreFoundation) [0x679fbf9]
                                      4 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x9923f7a]
                                       *4 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x3755     priority 46      
      4 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        4 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          4 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            4 ??? (Google Chrome Framework + 8377381) [0x1240425]
              4 ??? (Google Chrome Framework + 8394240) [0x1244600]
                4 ??? (Google Chrome Framework + 8394017) [0x1244521]
                  4 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                    4 ??? (Google Chrome Framework + 8291953) [0x122b671]
                      4 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                        3 ??? (Google Chrome Framework + 8206874) [0x1216a1a]
                          3 ??? (Google Chrome Framework + 8354068) [0x123a914]
                            3 ??? (Google Chrome Framework + 8352949) [0x123a4b5]
                              3 pthread_cond_timedwait_relative_np + 47 (libsystem_pthread.dylib) [0x9a22042]
                                3 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                                 *3 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
                        1 ??? (Google Chrome Framework + 8206887) [0x1216a27]
                          1 ??? (Google Chrome Framework + 8353734) [0x123a7c6]
                            1 ??? (Google Chrome Framework + 8354104) [0x123a938]
                              1 ??? (Google Chrome Framework + 8352824) [0x123a438]
                                1 pthread_cond_wait$UNIX2003 + 71 (libsystem_pthread.dylib) [0x9a23bd9]
                                  1 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                                   *1 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
      Thread 0x3756     priority 46      
      4 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        4 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          4 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            4 ??? (Google Chrome Framework + 8377381) [0x1240425]
              4 ??? (Google Chrome Framework + 8394240) [0x1244600]
                4 ??? (Google Chrome Framework + 8394017) [0x1244521]
                  4 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                    4 ??? (Google Chrome Framework + 8291953) [0x122b671]
                      4 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                        4 ??? (Google Chrome Framework + 8206887) [0x1216a27]
                          4 ??? (Google Chrome Framework + 8353734) [0x123a7c6]
                            4 ??? (Google Chrome Framework + 8354104) [0x123a938]
                              4 ??? (Google Chrome Framework + 8352824) [0x123a438]
                                4 pthread_cond_wait$UNIX2003 + 71 (libsystem_pthread.dylib) [0x9a23bd9]
                                  4 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                                   *4 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
      Thread 0x3757     priority 46         cpu time   0.018s
      4 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        4 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          4 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            4 ??? (Google Chrome Framework + 8377381) [0x1240425]
              4 ??? (Google Chrome Framework + 8394240) [0x1244600]
                4 ??? (Google Chrome Framework + 8394017) [0x1244521]
                  4 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                    4 ??? (Google Chrome Framework + 8291953) [0x122b671]
                      4 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                        4 ??? (Google Chrome Framework + 8206887) [0x1216a27]
                          4 ??? (Google Chrome Framework + 8353734) [0x123a7c6]
                            4 ??? (Google Chrome Framework + 8354104) [0x123a938]
                              4 ??? (Google Chrome Framework + 8352824) [0x123a438]
                                4 pthread_cond_wait$UNIX2003 + 71 (libsystem_pthread.dylib) [0x9a23bd9]
                                  4 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x99287ca]
                                   *4 psynch_cvcontinue + 0 (pthread) [0xffffff7f80cdd940]
      Thread 0x3758     priority 46      
      4 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        4 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          4 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            4 ??? (Google Chrome Framework + 8377381) [0x1240425]
              4 ??? (Google Chrome Framework + 48597632) [0x389ba80]
                4 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x9923f7a]
                 *4 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff80002167d0]
      Thread 0x375a     priority 46      
      3 thread_start + 34 (libsystem_pthread.dylib) [0x9a24cf2]
        3 _pthread_start + 130 (libsystem_pthread.dylib) [0x9a1f485]
          3 _pthread_body + 144 (libsystem_pthread.dylib) [0x9a1f5fb]
            3 ??? (Google Chrome Framework + 8377381) [0x1240425]
              3 ??? (Google Chrome Framework + 8394240) [0x1244600]
                3 ??? (Google Chrome Framework + 8394017) [0x1244521]
                  3 ??? (Google Chrome Framework + 8194938) [0x1213b7a]
                    3 ??? (Google Chrome Framework + 8291953) [0x122b671]
                      3 ??? (Google Chrome Framework + 8195569) [0x1213df1]
                        3 ??? (Google Chrome Framework + 7892284) [0x11c9d3c]
                          3 ??? (Google Chrome Framework + 7894351) [0x11ca54f]
                            3 -[NSRunLoo

    Problem solved!! A colleague suggested that I disable the "Automatic graphic switching" in the Energy Saver settings.  Since disabling the problems appear to have gone away.
    Thanks

  • Monitor_jdbc_conn.sql - Script to monitor JDBC connections

    Hi
    We are using oracle11 (11.5.10.2) on windows 2000 server
    i need to monitor JDBC connections for that i want to schedule that script which runs every hour and after completion it creates output in a file with unique name.
    How can i create such script?
    Thanks
    OH

    Hi;
    Please follow below for schedule script-task on windows platform:
    How To Schedule Tasks in Windows
    http://support.microsoft.com/kb/308569
    How To Schedule Tasks in Windows
    http://www.iopus.com/guides/winscheduler.htm
    How do I schedule jobs on Win32 platforms?
    http://docs.activestate.com/activeperl/5.10/faq/Windows/ActivePerl-Winfaq4.html#How_do_I_schedule_jobs_on_Win32_
    Hope it helps
    Regard
    Helios

  • Monitor database connections in a database pool

    Hi,
    Do you know how I can monitor database connections in a database pool.. ? I am using Jboss container.
    The purpose is to monitor connections that are closed and refresh them.
    Thanks,

    There a firewall.. across which my application makes connections to the database.. the firewall times out due to the inactivity. and my application dies.
    I was thinking may be I could check for the database connections in a pool and then one that is not being used for a long time .. close it and again refresh the connection.
    Please Advise...

  • Dell U2413 monitor thunderbolt connection problem

    I am trying to connect a Dell U2413 monitor to my mac computer. I have two macs, an early 2011 macbook pro and a mid 2011 iMac both computers are running Maverics software.I am trying to connect with a Thunderbolt cable from the computer to the mini display port on the monitor.
    The monitor will not work on either of my computers. The monitor either goes into sleep mode or I get a message saying there is no signal coming from the computer.  The only menu item available on the monitor is to select the input port and this is set to mini display. As far as I know this setup should work OK.
    I've checked out the monitor by connecting it to an old windows notebook with an HDMI cable and all as OK so the monitor appears to be working OK
    As both macs only have 1 thunderbolt port I can't connect the monitor any other way.
    Any ideas why the monitor will not work on the IMac  and how to get it working please?

    This has been a known problem for a couple releases now (see for example Second display problem with 10.9.4 and 10.9.4 - Thunderbolt display for 6630M (Mini mid-2011) still broken ).
    Apple simply doesn't give a scheiß about it - but please file a bug at https://bugreport.apple.com -- they will close it as a duplicate (perhaps of 16197028), but this is our only [impotent] recourse.

  • Monitoring EJB,Connection Pool,Servlets

    Hi,
    i have one doubt does oracle provides any MBeans to monitor ejb,connection pools etc..?
    thanks &regards
    Magesh.N

    Hi,
    i have one doubt does oracle9ias provides any MBeans to monitor ejb,connection pools etc..?
    thanks .ards
    Magesh.N

  • Web dynpro console - monitor - JCO Connection pools

    If you go to the web dynpro console -> monitor -> JCO connection pools you see a table with information.
    JCo Clients MonitorJCO Pools - 12:31:02.992
      Name Size Currently used Maximum used Max.connections Max.pool size
    Can somebody explain what for example the "Size" and "Maximum used" mean in this table?
    And if you have set max.pool size to 20, what things can override this setting in the SAP system?

    Hi,
    You can follow this link for information on JCO in Web Dynpro Java:
    [http://help.sap.com/SAPHELP_NW04S/helpdata/EN/3a/3b1b40fcdd8f5ce10000000a155106/frameset.htm|http://help.sap.com/SAPHELP_NW04S/helpdata/EN/3a/3b1b40fcdd8f5ce10000000a155106/frameset.htm]
    -Kunal Kotak

  • HT1695 I have the 1st generation iPad.  All of a sudden it will not connect to my wi-fi.  It finds my wi-fi, but will not totally connect.  I have done everything...reset network, rebooted router etc and it still will not connect.  Any suggestions?

    I have the 1st generation iPad.  All of a sudden it will not connect to my wi-fi.  It finds my wi-fi, but will not totally connect.  I have done everything...reset network, rebooted router etc and it still will not connect.  My other divices are connected....iPhone and 3 Macs.  Any suggestions?

    Some things to try first:
    1. Turn Off your iPad. Then turn Off (disconnect power cord for 30 seconds or longer) the wireless router & then back On. Now boot your iPad. Hopefully it will see the WiFi.
    2. Go to Settings>Wi-Fi and turn Off. Then while at Settings>Wi-Fi, turn back On and chose a Network.
    3. Change the channel on your wireless router (Auto or Channel 6 is best). Instructions at http://macintoshhowto.com/advanced/how-to-get-a-good-range-on-your-wireless-netw ork.html
    4. Go into your router security settings and change from WEP to WPA with AES.
    5.  Renew IP Address: (especially if you are droping internet connection)
        •    Launch Settings app
        •    Tap on Wi-Fi
        •    Tap on the blue arrow of the Wi-Fi network that you connect to from the list
        •    In the window that opens, tap on the Renew Lease button
    6. Potential Quick Fixes When Your iPad Won’t Connect to Your Wifi Network
    http://ipadinsight.com/ipad-tips-tricks/potential-quick-fixes-when-your-ipad-won t-connect-to-your-wifi-network/
    ~~~~~~~~~~~~~~~~~~~~~~~~~
    iOS 6 Wifi Problems/Fixes
    Wi-Fi Fix for iOS 6
    https://discussions.apple.com/thread/4823738?tstart=240
    How To: Workaround iPad Wi-Fi Issues
    http://www.theipadfan.com/workaround-ipad-wifi-issues/
    Another Fix For iOS 6 WiFi Problems
    http://tabletcrunch.com/2012/10/27/fix-ios-6-wifi-problems-ssid/
    Wifi Doesn't Connect After Waking From Sleep - Sometimes increasing screen brightness prevents the failure to reconnect after waking from sleep. According to Apple, “If brightness is at lowest level, increase it by moving the slider to the right and set auto brightness to off.”
    Fix For iOS 6 WiFi Problems?
    http://tabletcrunch.com/2012/09/27/fix-ios-6-wifi-problems/
    Did iOS 6 Screw Your Wi-Fi? Here’s How to Fix It
    http://gizmodo.com/5944761/does-ios-6-have-a-wi+fi-bug
    How To Fix Wi-Fi Connectivity Issue After Upgrading To iOS 6
    http://www.iphonehacks.com/2012/09/fix-wi-fi-connectivity-issue-after-upgrading- to-ios-6.html
    iOS 6 iPad 3 wi-fi "connection fix" for netgear router
    http://www.youtube.com/watch?v=XsWS4ha-dn0
    Apple's iOS 6 Wi-Fi problems
    http://www.zdnet.com/apples-ios-6-wi-fi-problems-linger-on-7000004799/
    ~~~~~~~~~~~~~~~~~~~~~~~
    How to Boost Your Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Boost-Your-Wi-Fi-Signal.h tm
    Troubleshooting a Weak Wi-Fi Signal
    http://ipad.about.com/od/iPad_Troubleshooting/a/Troubleshooting-A-Weak-Wi-Fi-Sig nal.htm
    How to Fix a Poor Wi-Fi Signal on Your iPad
    http://ipad.about.com/od/iPad_Troubleshooting/a/How-To-Fix-A-Poor-Wi-Fi-Signal-O n-Your-iPad.htm
    iOS Troubleshooting Wi-Fi networks and connections  http://support.apple.com/kb/TS1398
    iPad: Issues connecting to Wi-Fi networks  http://support.apple.com/kb/ts3304
    WiFi Connecting/Troubleshooting http://www.apple.com/support/ipad/wifi/
    How to Fix: My iPad Won't Connect to WiFi
    http://ipad.about.com/od/iPad_Troubleshooting/ss/How-To-Fix-My-Ipad-Wont-Connect -To-Wi-Fi.htm
    iOS: Connecting to the Internet http://support.apple.com/kb/HT1695
    iOS: Recommended settings for Wi-Fi routers and access points  http://support.apple.com/kb/HT4199
    How to Quickly Fix iPad 3 Wi-Fi Reception Problems
    http://osxdaily.com/2012/03/21/fix-new-ipad-3-wi-fi-reception-problems/
    iPad Wi-Fi Problems: Comprehensive List of Fixes
    http://appletoolbox.com/2010/04/ipad-wi-fi-problems-comprehensive-list-of-fixes/
    Connect iPad to Wi-Fi (with troubleshooting info)
    http://thehowto.wikidot.com/wifi-connect-ipad
    Fix iPad Wifi Connection and Signal Issues  http://www.youtube.com/watch?v=uwWtIG5jUxE
    Fix Slow WiFi Issue https://discussions.apple.com/thread/2398063?start=60&tstart=0
    How To Fix iPhone, iPad, iPod Touch Wi-Fi Connectivity Issue http://tinyurl.com/7nvxbmz
    Unable to Connect After iOS Update - saw this solution on another post.
    https://discussions.apple.com/thread/4010130
    Note - When troubleshooting wifi connection problems, don't hold your iPad by hand. There have been a few reports that holding the iPad by hand, seems to attenuate the wifi signal.
    Wi-Fi or Bluetooth settings grayed out or dim
    http://support.apple.com/kb/TS1559
    ~~~~~~~~~~~~~~~
    If any of the above solutions work, please post back what solved your problem. It will help others with the same problem.
     Cheers, Tom

  • Can't connect to my wifi network when external monitor is connected

    The computer is a very new Retina Macbook Pro. The monitor is an older Alienware/Benq 20" (3:4) LCD. I'm using a DVI to mini-displayport adaptor and plugging into the thunderbolt ports on the Macbook Pro. Router is a Belkin F5D8233 Wireless N router. As soon as I connect the monitor my connection to my wifi network times out and refuses to let me connect (every attempt just results in a "connection timed out" error). However, I was surprised to find that I could connect to my neighbor's network without any issue. Anybody have any idea what the issue could be?

    Maybe related to bullet #7 here http://support.apple.com/kb/HT1365.

  • How do I monitor Total number of calendars, events, and reminders to not exceed 25,000?

    how do I monitor Total number of calendars, events, and reminders to not exceed 25,000?

    mposoff,
    iCloud: Troubleshooting iCloud Calendar - Apple Support describes, among others, how to make copies of your calendar data. After completing a backup of your calendar data:
    1. Open the Calendars Folder in your ~Library Folder, and move any any files with "Cache" listed in the name field to your Desktop.
    2. Open the Preferences Folder in the ~Library Folder and move the com.apple.iCal.plist file to the Desktop.
    3. Log out/in or restart and open Calendar.
    If those three steps not successful, go back to iCloud: Troubleshooting iCloud Calendar - Apple Support and follow the appropriate steps in order.

Maybe you are looking for

  • Insert New Record in Master Data by Code

    Hi guys, I need to insert a new value in an infoobject by code creating: 1 new record in table P (data not time dependent) 1 new record in table S (SID table) This code could be executed by many tasks in parallel and so it could create problems of co

  • Mail no longer works after migrating applications from Mountain Lion

    This weekend I bought a Mac Pro 2.1. I upgraded it to Lion then migrated all my files and applications from my iMac (running Mountain Lion). Now the Mail app doesn't work. I can't uninstall it and Software update says everything is up to date. How ca

  • Deserialization works only in debug mode

    When I try to deserialize an XML document (defined via File-Connection) it works fine in debug mode but I get an error in non-debug-mode. What's the problem here? Error: 2011-12-29 19:31:40.25 Code: 0x00000001 Source: Read data from SAP Description:

  • Table entry in production asking to create a transport number

    Hello, I have created on transparent table with delivery class A and data class DATA0. created its table maintenance and created a tcode of that. and moved all this to production. Now, when I am creating entries in that table through tcode, its askin

  • [PS] Multiple array´s split and merge

    Is it possible to: when you have 3 array's split the value's after the comma and then from each array merge every 1st value with 1st, 2 with 2 and so on. I know you can use split to split up an array, but i have no clue how to merge it like i want. e