Performance figures V490 2 CPU 8 Gb Ram

Hi,
A company that I work for wish to purchase 1 of the above servers to use for a web server. (A vendor has specified this as the minimum spec for a their product)
However I am thinking this is serious overkill as the server will only be used to host an apache server with tomcat on another identical box.
Does anyone have any statistics / benchmarks for the V490 being used for either of these tasks?
Best regards,
Pete
Message was edited by:
spud747

You haven't shown us the report....

Similar Messages

  • Performance - Threads - Sys Resources = What's the CPU Speed n RAM ?

    Hi all,
    I am writing a small program based on quick port scanning (pure Java). For that purpose I'm using threads to make the connections. I am using multiple threads in parallel. While running 64 threads theres a 10% CPU usage whereas on 128 threads theres a 60% usage (On AMD 500 Mhz).
    Now obviously I dont want anybody with a 233 Mhz running my program with 128 threads and surely not the one with 1 Ghz being limited to only 128 threads. Thats why I need to find out the clients resources like CPU speed, total RAM etc. How do I do that ?
    Someone suggested using JNDI for windows registry. I'm not sure how to do it that way. (if anyone can provide me a little code?) Is there another way round to this problem?
    Any help appreciated.

    My friend
    please try to understand the problem here is not of OPTIMIZATION OF THREAD SERVICES but the OPTIMAL NUMBER OF THREADS TO BE USED at certain processor speeds.
    fine I agree about different performances of processors (pentium 1Ghz != AMD 1Ghz)
    but surely (pentium 1Ghz ~ AMD 1Ghz ~ other 1Ghz).
    and anyway in my program I'm taking the performance margins by 200Mhz to be on the safer side
    i.e.
    x1-x2 no of threads for say 300-500Mhz,
    y1-y2 no of threads for 500-700Mhz,
    z1-z2 no of threads for 700-1Ghz. Get the point.?
    Heres an incomplete example of my prog (if now anyone can make out a fair idea of the problem) :
    import java.net.*;
    import java.io.*;
    class QuickPortScan
    public static void main(String args[])
    long tstart,tend;
    ScanThread scant=null;
    String name=null,ok=null;
    /* int tnum; This is the number of threads I want to calculate */
    System.out.println(" Quick Port Scanner BLAH BLAH BLAH!");
    System.out.print("-------------------BLAH BLAH BLAH!--------------\nEnter 'y' To Proceed: ");
    try{
    ok = new BufferedReader(new
    InputStreamReader(System.in)).readLine();
    if(ok.equals("Y")||ok.equals("y")){}
    else{ System.exit(0); }
         System.out.print("Enter The HOSTNAME: ");
         name = new BufferedReader(new
         InputStreamReader(System.in)).readLine();} catch(IOException e){}
         System.out.println("Scanning 65,535 Ports, Please Be Patient...\n");
    /* Now I would like to get the CPU speed here somehow
    and then calculate tnum and pass it as param below */
    tstart = System.currentTimeMillis();
    for(int i=1;i<=tnum;i++)
         scant = new ScanThread(name,i /* ,tnum */);
         scant.start();
    try{ scant.join(); }
    catch(InterruptedException ine){ System.out.println("Main Thread Interrupted!"); }
         tend = System.currentTimeMillis();
         double ttaken = (tend-tstart)/1000;
         if(ttaken>59)
         System.out.println("Total Time Taken For Scan: "+(ttaken/60)+" minutes.");
         else System.out.println("Total Time Taken For Scan: "+ttaken+" seconds.");
    } //END QuickPortScan class
    class ScanThread extends Thread
    String name;
    int port,tno;
    /* int nloop; This is the number of sleep-break loops calculated according to number of threads */
    Socket sock;
    static boolean scanFirst = true;
    boolean breakOut = false,breakIn = false;
    public ScanThread(String nm,int i /* ,int j */)
         name = nm;
         port = i;
         tno = i;
    /* nloop = (j * whatever + whenever - together); */
    public void run()
         for(int round1=1;round1<=32 /*nloop otherwise*/;round1++)
         if(breakOut==true){ break; }
         for(int round2=1;round2<=32;round2++)
    try{ 
    /* SOCKET
    CONNECTION
    IMPLEMENTATION */
         }     try{sleep(75);}catch(InterruptedException ie){}
    public synchronized void portInc(int open)
         if(open==1){System.out.println("Port "+port+" Vulnerable!, Scanning...");}
         if(port==16384){System.out.println("25% Completed, Scanning Further...");}
         else if(port==32768){System.out.println("50% Completed, Scanning Further...");}
         else if(port==49152){System.out.println("75% Completed, Scanning Further...");}
         port = port + nt; // nt is the NUMBER OF THREADS
         if(port>=65536){if(scanFirst==true){System.out.println("*****SCAN COMPLETE!*****");
         scanFirst=false;} breakOut=true; breakIn=true;}
    } // END ScanThread class

  • Which Performance Counter tells the CPU Utilization

    Hi,
    I am new to Performance testing and wanted to know, Which Performance Counter tells the CPU Utilization of any Application hosted on Win 2K8 server. Request you to explain in details how to achieve this ?
    Thanks, Anoop Singh

    this will help you understand for sure
    http://social.technet.microsoft.com/wiki/contents/articles/12984.understanding-processor-processor-time-and-process-processor-time.aspx
    Understanding Processor (% Processor Time) and Process (%Processor Time)
    Sanket. J Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • How to find the current CPU and Memory (RAM) allocation for OMS and Reposit

    Hi There,
    How do I check the CPU and memory (RAM) allocation for the OMS and the Repository database? I'm following the "Oracle Enterprise Manager Grid Control Installation and Configuration Guide 10g Release 5 (10.2.0.5.0)" documentation and it says to ensure the following:
    Table 3-1 CPU and Memory Allocation for Oracle Management Service
    Deployment Size Host CPU/Host Physical Memory (RAM)/Host Total Recommended Space
    Small (100 monitored targets)                   1                                             1 (3 GHz)                            2 GB                                                                        2 GB
    ***Table 3-2 CPU and Memory Allocation for Oracle Management Repository***
    Deployment Size Host CPU/Host Physical Memory (RAM)/Host Total Recommended Space
    Small (100 monitored targets)                   1                                   1 (3 GHz)                                        2 GB                                                                          10 GB
    Thanks,
    J

    Hi J,
    This is the minimum requirement. However It will work fine.
    Also read below article on "Oracle Enterprise Manager Grid Control Architecture for Very Large Sites"
    http://www.oracle.com/technology/pub/articles/havewala-gridcontrol.html
    For GRID HA solution implementation please read :
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10gR2_EnterpriseManagerBestPractices.pdf
    Regards
    Rajesh

  • Question CPU speed VS RAM speed

    I am tweaking my new worstation.
    I have an Asus p6t ws professional. I7 960
    24 G DDR3 tripple channel ram (Patriot Level 7 Viper II)
    I am new to overclocking and I up to now I don't know how to solve this propblem.
    If I overclock the CPU by putting the BCLK frenquency to 160, with default multiplier at 25, I clock 4.07
    But, when I check the speed of my RAM with CPU-Z, I get a clock of 490 (!!!) so time two 980 (not even the 533 x2 to 1066)
    If I put my bios to XMP mode I get my ram to 1600, but my cpu is about 3.4 (close to normal 3.2)
    How can I OC to 4.0 with 24 G RAM at 1600?
    The mother board manual say it acccept 1600 RAM but (OC) And THEY SAY THAT iNTEL SPECIFICATION, IN xmp mode, DDR3-1600 are supported for one DIMM per channel only (does that mean I cn only put 16 gig in channel A,B and C If I want 1600 OR 24G butr at a lower clock around 1066?
    IF I am stucked in making choices and can't have it all (CPU 4.0 and 24D RAM-1600), WICH IS THE MOST IMPORTANT: CPU SPEED OR RAM SPEED?
    I mostly edit P2 and wil be editing red and filmstock transfered.

    Using a Gigabyte MB and cooling with water my i7-950 is rock stable at 4.3 with 24GB of 1600 G Skill RAM running at 1624; I have CPU turbo disabled and RAM XMP enabled and running at 1.5 volts.
    Based on my clocks (BCLK 203, CPU 21, turbo off, QPI 36, MEM 8, and Uncore 16), I would suggest trying the following to reach 4.0 with your 1600 rated RAM:
    BCLK 190
    CPU 21
    turbo off
    QPI 36
    MEM 8
    Uncore 16
    If that is not stable for your Asus, Try lowering BCLK until go get something that is. These settings would put your RAM at 1520 which would certainly be close to their maximum potential.
    OC'ing can be time consuming; if this "formula" does not work for your system, then you really do need to go with the tried and true methodical approach.
    Regarding which is more important for PPro I would say CPU speed is much more significant than RAM speed based on runs that  making with Harm and Bill's ever so useful PPBM5 benchmark along my journey.
    On another note, Cristobal on this forum informed me about "INTELBURN TEST" (Google it), which was a more rigerous torture test for stability than the ones that most people use (memtest, 3DMark, wPrime, etc.).
    Good luck and do report back what works best for you in the end; it would be nice to report how your drives are set up too along with your PPBM5 results as well.
    Jim

  • If i upgrade my RAM will that be enough to improve performance even though the CPU stays the same?

    I have an iMac (mid-2010) 4gb, Intel dual core i3 processor. OSX Mavericks (newest version)
    I have moved almost all data to a 3TB external drive, freeing up much of the space giving me 871gb free storage on the main drive.
    I am also running my libraries, back ups, & media from the external drive keeping the main free.
    I am upgrading to 4x4gb to increase RAM to 16gb for the iMac. 
    However the CPU is still the same. 
    Clearly I am not very versed in understanding the hardware.  I've spent the last two days learning a lot!!  Everyone has been super helpful in
    guiding me, and I feel I am almost there. 
    Just want to understand how I can get my iMac to function at its best when working in FCPX (newest version).  Especially
    when it comes to rendering & exporting. My workload is heavy, multiple videos at 1080i HD.
    I don't know much about how to read the Activity Monitor and posting a picture.  When viewing, and fcpx is running, the CPU will be
    upwards of 300%!! 
    HELP!  THANKS
    ASHLEY

    ashambeck wrote:
    Haven't spent any money just yet. Slightly panicking because Im not a computer person, YET, but
    I am learning
    Im extremely surprised that a 4 year old computer is already outdated??
    Yes, it is. It can be said to be almost ancient. 
    Note that this is not to say that your computer can't serve you. I am writing this on a 4 year old computer myself. It still works great (in fact better than when it was new, because it now has 8GB and an SSD). I can work on FCP X on it, too. I can run Mavericks and will be able to run Yosemite, too.
    But I also have the chance to try a 2013 Retina MacBook Pro, and it is night and day :-)

  • Trying to figure out what's using my RAM

    A couple of weeks ago I starting to notice that my memory was getting chewed up slowly until I'd hit around 20MB remaining. the only way that I could free up the space is through 3rd party memory utilities such as FreeMemory. It appears on further inspection memory appears to go inactive, but this isn't very healthy, yet very odd, so I'm trying to figure out if there's a memory leak somewhere.
    Any help would be wonderful. Below is my Etracheck log. I've attempted to remove alll external hard drives and other devices connected via either thunderbolt and USB with no change. Rebooted a few times however the memory gets eaten right up again.
    My initial thought was that it's somehow VMWare however my Windows 7 instance is running at a fixed rate, and even with the instance shut down, my computer would still eat up any available memory.
    Thank you!
    Hardware Information:
        iMac (27-inch, Mid 2011)
        iMac - model: iMac12,2
        1 3.4 GHz Intel Core i7 CPU: 4 cores
        16 GB RAM
    Video Information:
        AMD Radeon HD 6970M - VRAM: 2048 MB
    System Software:
        OS X 10.9.2 (13C64) - Uptime: 0 days 19:6:22
    Disk Information:
        ST31000528AS disk0 : (1 TB)
            EFI (disk0s1) <not mounted>: 209.7 MB
            Macintosh HD (disk0s2) / [Startup]: 999.35 GB (609.08 GB free)
            Recovery HD (disk0s3) <not mounted>: 650 MB
        OPTIARC DVD RW AD-5680H 
    USB Information:
        HP External HDD 2 TB
            HP SimpleSave (disk8s1) /Volumes/HP SimpleSave: 2 TB (202.96 GB free)
        Western Digital Ext HDD 1021 2 TB
            WD (disk6s1) /Volumes/WD: 2 TB (683.89 GB free)
        Initio   WD20EARX-32PASB0 2 TB
            EFI (disk2s1) <not mounted>: 209.7 MB
            disk2s2 (disk2s2) <not mounted>: 2 TB
            Boot OS X (disk2s3) <not mounted>: 134.2 MB
        Initio   WD15EARS-00Z5B1  1.5 TB
            MUSIC (disk1s1) /Volumes/MUSIC: 1.5 TB (347.84 GB free)
        Western Digital Ext HDD 1021 1 TB
            Elements (disk5s1) /Volumes/Elements: 1 TB (119.86 GB free)
        Seagate FreeAgent 500.11 GB
            EFI (disk4s1) <not mounted>: 209.7 MB
            FA (disk4s2) /Volumes/FA: 499.76 GB (350.5 GB free)
        Western Digital My Passport 0748 1 TB
            My Passport (disk7s1) /Volumes/My Passport: 1 TB (710.73 GB free)
        Apple Inc. BRCM2046 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. iPad
        Brother MFC-495CW
        Logitech USB Receiver
        Logitech USB Receiver
        Apple Computer, Inc. IR Receiver
        Apple Internal Memory Card Reader
    FireWire Information:
    Thunderbolt Information:
        Apple Inc. thunderbolt_bus
    Configuration files:
        /etc/hosts - Count: 30
    Kernel Extensions:
        com.kaspersky.kext.klif    (3.0.3a40)
        com.kaspersky.nke    (1.6.3a13)
        com.logmein.driver.LogMeInSoundDriver    (1.0.0)
        com.splashtop.driver.SRXDisplayCard    (1.6 - SDK 10.7)
        com.silex.driver.sxuptp    (1.5.1)
        com.splashtop.driver.SRXFrameBufferConnector    (1.6 - SDK 10.7)
        com.kaspersky.kext.kimul.44    (44)
        com.kaspersky.kext.mark.1.0.5    (1.0.5)
        com.regularrateandrhythm.driver.RowmoteIREmu    (1.0)
        com.tuxera.filesystems.tufsfs.fusefs_txantfs    (2012.4.17)
        com.vmware.kext.vmci    (90.5.7)
        com.vmware.kext.vsockets    (90.5.7)
        com.vmware.kext.vmnet    (0133.15.45)
        com.vmware.kext.vmx86    (0133.15.45)
        com.vmware.kext.vmioplug.12.1.12    (12.1.12)
    Launch Daemons:
        [System]    com.adobe.fpsaud.plist 3rd-Party support link
        [System]    com.adobe.SwitchBoard.plist 3rd-Party support link
        [System]    com.bjango.istatmenusdaemon.plist 3rd-Party support link
        [System]    com.disc-soft.DAEMONTools.PrivilegedHelper.plist 3rd-Party support link
        [System]    com.google.keystone.daemon.plist 3rd-Party support link
        [System]    com.kaspersky.kav.plist 3rd-Party support link
        [System]    com.logmein.logmeinserver.plist 3rd-Party support link
        [System]    com.logmein.raupdate.plist 3rd-Party support link
        [System]    com.microsoft.office.licensing.helper.plist 3rd-Party support link
        [System]    com.oracle.java.Helper-Tool.plist 3rd-Party support link
        [System]    com.parallels.desktop.launchdaemon.plist 3rd-Party support link
        [System]    com.splashtop.streamer-daemon.plist 3rd-Party support link
        [System]    com.teamviewer.teamviewer_service.plist 3rd-Party support link
        [System]    com.timesoftware.timemachineeditor.backupd-auto.plist 3rd-Party support link
        [System]    org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
        [System]    xxx.qnation.PeerGuardian.kextload.plist 3rd-Party support link
    Launch Agents:
        [System]    com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
        [System]    com.Affinegy.InstaLANa.plist 3rd-Party support link
        [System]    com.bjango.istatmenusagent.plist 3rd-Party support link
        [System]    com.google.keystone.agent.plist 3rd-Party support link
        [System]    com.kaspersky.kav.gui.plist 3rd-Party support link
        [System]    com.logmein.logmeingui.plist 3rd-Party support link
        [System]    com.logmein.logmeinguiagent.plist 3rd-Party support link
        [System]    com.logmein.logmeinguiagentatlogin.plist 3rd-Party support link
        [System]    com.oracle.java.Java-Updater.plist 3rd-Party support link
        [System]    com.parallels.desktop.launch.plist 3rd-Party support link
        [System]    com.parallels.DesktopControlAgent.plist 3rd-Party support link
        [System]    com.parallels.vm.prl_pcproxy.plist 3rd-Party support link
        [System]    com.splashtop.streamer-for-root.plist 3rd-Party support link
        [System]    com.splashtop.streamer-for-user.plist 3rd-Party support link
        [System]    com.teamviewer.teamviewer.plist 3rd-Party support link
        [System]    com.teamviewer.teamviewer_desktop.plist 3rd-Party support link
        [System]    net.culater.SIMBL.Agent.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.adobe.ARM.[...].plist 3rd-Party support link
        [not loaded]    com.adobe.ARM.[...].plist 3rd-Party support link
        [not loaded]    com.eltima.Folx.Agent.plist 3rd-Party support link
        [not loaded]    com.macpaw.CleanMyMac.helperTool.plist 3rd-Party support link
        [not loaded]    com.macpaw.CleanMyMac.trashSizeWatcher.plist 3rd-Party support link
        [not loaded]    com.macpaw.CleanMyMac.volumeWatcher.plist 3rd-Party support link
        [not loaded]    com.spotify.webhelper.plist 3rd-Party support link
        [not loaded]    com.valvesoftware.steamclean.plist 3rd-Party support link
        [not loaded]    ws.agile.1PasswordAgent.plist 3rd-Party support link
    User Login Items:
        Adium
        Firefox
        Thunderbird
        Vidalia
        [PC ~ Multi9] Football Manager 2010.iso
        iTunesHelper
        MagiCal
        Connect360Helper
        Kodak EasyShare Wireless Listener
        GrowlHelperApp
        Microsoft Database Daemon
        Weather Vane
        VMware Fusion Helper
        Dropbox
        Spotify
        Octoshape
        SIMBL Agent
        iSkysoft Helper Compact
        pCloud
        OpenDNS Updater
        smcFanControl
        TSPrint Client
        Rowmote Helper
    Internet Plug-ins:
        AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 3rd-Party support link
        Flash Player: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        AdobePDFViewer: Version: 11.0.06 - SDK 10.6 3rd-Party support link
        LogMeInSafari32: Version: 1.0.530 3rd-Party support link
        googletalkbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 3rd-Party support link
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        QuickTime Plugin: Version: 7.7.3
        LogMeInSafari64: Version: 1.0.530 3rd-Party support link
        FlashPlayer-10.6: Version: 12.0.0.77 - SDK 10.6 3rd-Party support link
        NPTWCP: Version: (null) - SDK 10.5 3rd-Party support link
        CitrixICAClientPlugIn: Version: 11.2.0 3rd-Party support link
        Silverlight: Version: 5.1.20513.0 - SDK 10.6 3rd-Party support link
        LogMeIn: Version: 1.0.530 3rd-Party support link
        FolxNetscapePlugIn: Version: Unknown
        Default Browser: Version: 537 - SDK 10.9
        Flip4Mac WMV Plugin: Version: 3.0.0.126   - SDK 10.8 3rd-Party support link
        o1dbrowserplugin: Version: 5.2.4.18058 3rd-Party support link
        SharePointBrowserPlugin: Version: 14.3.6 - SDK 10.6 3rd-Party support link
        JavaAppletPlugin: Version: Java 7 Update 21 Outdated! Update
        z: Version: (null) - SDK 10.5 3rd-Party support link
    Safari Extensions:
        Dashlane: Version: 2.3.2.52081
        iTube Studio: Version: 4.1.0.2
        Kaspersky URL Advisor: Version: 8.0.5
        Virtual Keyboard: Version: 14.0
        YouTube Downloader: Version: 4.8.0.0
    Audio Plug-ins:
        BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
        AirPlay: Version: 2.0 - SDK 10.9
        AppleAVBAudio: Version: 203.2 - SDK 10.9
        iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
        Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User iTunes Plug-ins:
        TuneUp Visualizer: Version: 2.2.0 3rd-Party support link
        AudioScrobbler: Version: 3.0.4 3rd-Party support link
    User Internet Plug-ins:
        Dashlane: Version: Dashlane 1.0.0 - SDK 10.7 3rd-Party support link
        CitrixOnlineWebDeploymentPlugin: Version: 1.0.105 3rd-Party support link
        FolxNetscapePlugIn: Version: Unknown
        OctoshapeWeb: Version: 1.0 - SDK 10.8 3rd-Party support link
    3rd Party Preference Panes:
        Citrix Online Plug-in  3rd-Party support link
        Connect360  3rd-Party support link
        Flash Player  3rd-Party support link
        Flip4Mac WMV  3rd-Party support link
        Growl  3rd-Party support link
        Java  3rd-Party support link
        MacFUSE  3rd-Party support link
        Perian  3rd-Party support link
        Tuxera NTFS  3rd-Party support link
    Old Applications:
        Microsoft Language Register:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            /Applications/Microsoft Office 2011/Additional Tools/Microsoft Language Register/Microsoft Language Register.app
        /Users/[redacted]/Library/Application Support/Helper
            iSkysoft Helper Compact:    Version: 2.2.6.4 - SDK 10.5 3rd-Party support link
            Aimersoft Helper Compact:    Version: 2.2.6.4 - SDK 10.5 3rd-Party support link
        SLLauncher:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Microsoft/Silverlight/OutOfBrowser/SLLauncher.app
        PwnageTool:    Version: 4.3.3 - SDK 10.4 3rd-Party support link
            /Users/[redacted]/Desktop/iOS4 Jailbreaking/PwnageTool.app
        /Applications/Microsoft Office 2011
            Microsoft PowerPoint:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Excel:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Outlook:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Word:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Document Connection:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
        DockPlistEdit:    Version: 7.0 - SDK 10.5 3rd-Party support link
            /Library/Parallels/Uninstaller/Parallels Hypervisor/DockPlistEdit.app
        /Applications/Microsoft Office 2011/Office
            Microsoft Graph:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Database Utility:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Office Reminders:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Upload Center:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            My Day:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            SyncServicesAgent:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Open XML for Excel:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Alerts Daemon:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Database Daemon:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Chart Converter:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
            Microsoft Clip Gallery:    Version: 14.3.6 - SDK 10.5 3rd-Party support link
        Meteorologist:    Version: 1.5.6 - SDK 10.4 3rd-Party support link
        Lithium Core Admin:    Version: 5.0.15 - SDK 10.5 3rd-Party support link
        Microsoft Communicator:    Version: 13.1.3 - SDK 10.5 3rd-Party support link
        Lithium Console:    Version: 5.0.15 - SDK 10.5 3rd-Party support link
        SpotiMy:    Version: 1.1 - SDK 10.0 3rd-Party support link
        Rowmote Helper:    Version: 3.4.1 - SDK 10.5 3rd-Party support link
        iPhone Explorer:    Version: 2.1.0.1 - SDK 10.0 3rd-Party support link
        Data Rescue 3:    Version: 3.2 - SDK 10.4 3rd-Party support link
        Rivet:    Version: 2.8.0 - SDK 10.5 3rd-Party support link
        Remote Desktop Connection:    Version: 2.1.2 - SDK 10.5 3rd-Party support link
        Solver:    Version: 1.0 - SDK 10.5 3rd-Party support link
            /Applications/Microsoft Office 2011/Office/Add-Ins/Solver.app
        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.1 - SDK 10.5 3rd-Party support link
            /Library/Application Support/Adobe/Common/dynamiclinkmediaserver/1.0/dynamiclinkmediaserver.app
        iSkysoft Helper Compact:    Version: 2.2.5.6 - SDK 10.5 3rd-Party support link
            /Applications/iSkysoft Helper Compact/iSkysoft Helper Compact.app
        Microsoft AutoUpdate:    Version: 2.3.6 - SDK 10.4 3rd-Party support link
            /Library/Application Support/Microsoft/MAU2.0/Microsoft AutoUpdate.app
        Audacity:    Version: 1.3.13.0 - SDK 10.4 3rd-Party support link
            /Applications/Audacity/Audacity.app
        /Library/Application Support/Microsoft/MERP2.0
            Microsoft Error Reporting:    Version: 2.2.9 - SDK 10.4 3rd-Party support link
            Microsoft Ship Asserts:    Version: 1.1.4 - SDK 10.4 3rd-Party support link
        SA Color Finesse 3 UI:    Version: 3.0.6(275) - SDK 10.5 3rd-Party support link
            /Applications/Adobe After Effects CS6/Plug-ins/Effects/Synthetic Aperture/(CF3 Support)/SA Color Finesse 3 UI.app
    Time Machine:
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 930.71 GB Disk used: 363.47 GB
        Destinations:
            Untitled [Local] (Last used)
            Total size: 2 
            Total number of backups: 59
            Oldest backup: 2013-12-15 08:32:21 +0000
            Last backup: 2014-03-23 19:01:48 +0000
            Size of backup disk: Adequate
                Backup size 2  > (Disk used 363.47 GB X 3)
        Time Machine details may not be accurate.
        All volumes being backed up may not be listed.
    Top Processes by CPU:
           158%    vmware-vmx
           139%    Adium
            38%    plugin-container
             7%    thunderbird
             6%    firefox
    Top Processes by Memory:
        3.55 GB    vmware-vmx
        1.01 GB    firefox
        410 MB    thunderbird
        262 MB    kav
        229 MB    plugin-container
    Virtual Memory Information:
        1.03 GB    Free RAM
        5.20 GB    Active RAM
        5.07 GB    Inactive RAM
        4.44 GB    Wired RAM
        5.09 GB    Page-ins
        1.01 GB    Page-outs

    You have waaaaaay, waaaaaay too much software and "garbageware" installed on your Mac!
    Plus, you are treating your Mac too, tooo much like a Windows PC!
    Are you a former WindowsPC user?
    You do not need all of this software crap and "garbageware" you have installed on your Mac.
    How many applications do you run simultaneously in the background while working in another application?
    With 16 GBs of RAM, you should not be experiencing any memory Page out issues. Yet, you have over a GB of memory Page outs!
    You are, probably running tooo many applications at once. You need to cut back the amount of open applications that you have up and running concurrently OR install even MORE RAM!
    Your year and model Mac can take up to 32 GBs of RAM.
    Correct and reliable Mac RAM can be purchased from online Mac RAM sources Crucial memory or OWC (macsales.com).
    Unless you are running Kaspersky antivirus software under your Windows setup, completely uninstall this from OS X per instructions on the developer's website.
    OS X does not need antivirus software. Antivirus software can slow down the normal operation of OS X and have adverse and negative effects on performance and operation of OS X.
    Compleley uninstall CleanMyMac per the instructions on the developer's website.
    http://macpaw.com/support/cleanmymac/knowledgebase/how-to-uninstall-cleanmymac-2
    Again, you have waaaaay toooo many user startup/login items!
    You need to really, REALLY, look at these at determine what you need to have launch at startup or Login.
    You really need to whittle this waaaay down!
    All of these items launching at startup/login is causing a large part of your Mac slowdowns.
    Add or remove automatic items
    Choose Apple menu > System Preferences, then click Users & Groups.
    Select your user account, then click Login Items.
    Do one of the following:
    Click Add below the list on the right, select an app, document, folder, or disk, then click Add.If you don’t want an item’s windows to be visible after login, select Hide. (Hide does not apply to servers, which always appear in the Finder after login.)
    Select the name of the item you want to prevent from opening automatically, then click Delete below the list on the right.
    Google software is ,currently, not 100% compatible/compliant with OS X Mavericks. Especially Google Chrome and Drive.
    So, uninstall all Google software per the instructions on Google's website until Google posts an "official" fix/update for these.
    If you do not like Apple's Safari Web browser, try using Mozilla Firefox, instead. Mozilla constantly updates FireFox and there is a new update available.
    Also, Telestream Flip4Mac plugin is an issue on OS X Mavericks. If there is no Mavericks update for this plugin, then completely unistall this plugin per instructions on the Telestream website. Use the newest version of VLC player, instead.
    Completely Uninstall MacFUSE. There hasn't been any updates for this in a couple of years and is outdated and incompatible with Mavericks. Uninstall per instructions on the developer's website, also.
    You need to update all of your third party software if there are OS X Mavericks updates that can be applied.
    You may need to,ACTUALLY,  go to the third party developers' websites if there are no updates through the Mac App Store.
    Update all of your Web browser Internet plugins, extensions and add ons, also.
    Also, if you have any connected third party devices, like non-Apple keyboards, mice, drawing tablets, hubs, card  readers, etc, you need to go to the device makers' websites' and update the drivers for these devices to OS X Mavericks compatible versions, if available, applicable and needed.
    Good Luck to you!

  • Media Encoder CS6 Not using all CPU Cores or RAM

    I'm currently exporting a 90 second video (using the Vimeo HD 1080p preset), and it is taking about 30 minutes. This is extremely strange as I have an i7-990x OC'ed @4.5, 12GB RAM, SSD, etc.
    I looked at Performance tab in Windows Task Manager, and saw 4 threads were not being used at all, only 20-25% of the CPU was in use, and only 6GB out of the 9GB I specified was being used.
    Why isn't Media Encoder making full use of my CPU and RAM?

    I'm having the same problem. But even worst.
    For the test, I take a 10 min .mov or mp4 file, simply modify the "scale", and hit the export.
    a 10 min file is taking 4 hours to render.
    This is on a:
    2012 MacBookPro i7 2.3Ghz, 16 GB 1600 DDR3, SSD disk. - Mac OSX 10.7.5
    and a:
    2011 iMac i7 3.7Ghz, 16 GB 1333 Mhz, 7200 RPM HD - Mac OSX 10.7.5
    The CPU stays at 90% idle the whole time.
    I know this is an old thread, but maybe someone could give me a hand.

  • Performance issue with high CPU and IO

    Hi guys,
    I am encountering huge user response time on a production system and I don’t know how to solve it.
    Doing some extra tests and using the instrumentation that we have in the code we concluded that the DB is the bottleneck.
    We generated some AWR reports and noticed the CPU was in top wait events. Also noticed that in a random manner some simple sql take a long time to execute. We activated the sql trace on the system and noticed that for very simple SQLs (unique index access on one table) we have huge exec times. 9s
    In the trace file the huge time we had it in fetch area: 9.1s cpu and elapsed 9.2.
    And no or very small waits for this specific SQL.
    it seems like the bottle neck is on the CPU but at that point there were very few processes running on the DB. Why can we have such a big cpu wait on a simple select? This is a machine with 128 cores. We have quicker responses on machines smaller/busier than this.
    We noticed that we had a huge db_cache_size (12G) and after we scale it down we noticed some improvements but not enough. How can I prove that there is a link between high CPU and big cache_size? (there was not wait involved in SQL execution). what can we do in the case we need big DB cache size?
    The second issue is that I tried to execute an sql on a big table (FTS on a big table. no join). Again on that smaller machine it runs in 30 seconds and on this machine it runs in 1038 seconds.
    Also generated a trace for this SQL on the problematic machine:
    call     count       cpu    elapsed       disk      query    current        rows
    Parse        1      0.00       0.00          0          0          0           0
    Execute      1      0.00       0.00          0          0          0           0
    Fetch        1    402.08    1038.31    1842916    6174343          0           1
    total        3    402.08    1038.32    1842916    6174343          0           1
      db file sequential read                     12419        0.21         40.02
      i/o slave wait                             135475        0.51        613.03
      db file scattered read                     135475        0.52        675.15
      log file switch completion                      5        0.06          0.18
      latch: In memory undo latch                     6        0.00          0.00
      latch: object queue header operation            1        0.00          0.00
    ********************************************************************************The high CPU is present here also but here I have huge wait on db file scattered read.
    Looking at the session with the select the AWG_wait for db scattered read was 0.5. on the other machine it is like 0.07.
    I though this is an IO issue. I did some IO tests at SO level and it seems like the read and writes operation are very fast…much faster than the machine that has the awg_wait smaller. Why the difference in waits?
    One difference between these two DBs is that the problem one has the db block size = 16k and the other one has 8k.
    I received some reports done at OS level on CPU and IO usage on the problematic machine (in normal operations). It seems like the CPU is very used and the IO stays very low.
    On the other machine, the smaller and the faster one, it is other way around.
    What is the problem here? How can I test further? Can I link the high CPU to low/slow IO?
    we have 10G on sun os with ASM.
    Thanks in advance.

    Yes, there are many things you can and should do to isolate this. But first check MOS Poor Performance With Oracle9i and 10g Releases When Using Dynamic Intimate Shared Memory (DISM) [ID 1018855.1] isn't messing you up to start.
    Also, be sure and post exact patch levels for both Oracle and OS.
    Be sure and check all your I/O settings and see what MOS has to say about those.
    Are you using ASSM? See Long running update
    Since it got a little better with shrinking the SGA size, that might indicate (wild speculation here, something like) one of the problems is simply too much thrashing within the SGA, as oracle decides "small" objects being full scanned in memory is faster than range scans (or whatever) from disk, overloading the cpu, not allowing the cpu to ask for other full scans from I/O. Possibly made worse by row level locking, or some other app issue that just does too much cpu.
    You probably have more than one thing wrong. High fetch count might mean you need to adjust the array size on the clients.
    Now that that is all out of the way, if you still haven't found the problem, go through http://oracle-randolf.blogspot.com/2009/02/basic-sql-statement-performance.html
    Edit: Oh, see Solaris 10 memory management conflicts with Automatic PGA Memory Management [ID 460424.1] too.
    Edited by: jgarry on Nov 15, 2011 1:45 PM

  • How to get statistics (or precise data) about cpu speed and RAM

    My problem is I want to determine the CPU speed of the computer is running the applet.
    I know there's no way to obtain in a simply (and standar) way this property, so I've thinked about generating statistic methods for do it (something like executing a loop a defined iterations)
    My doubt is what to put inside this loop, beacuse I would like to know just not CPU speed (or satistics about it), I need also free RAM statistics, so I've thinked there would be some specific java instructions to give a relationship of these data I need.
    My question is if someone has done (or has thinked about) this kind of classes before me, and can tell me what is the best way to make the same.
    Tanks

    http://www.javaworld.com/javaworld/javaqa/2002-11/01-qa-1108-cpu.html
    http://java.sun.com/products/jdk/1.2/docs/guide/jvmpi/jvmpi.html#hprof-cpu

  • Best PowerMac G5 spec for me..? (CPU, GPU, PSU, RAM, HDD, etc)

    Hi
    I want to buy a PowerMac G5 but am stuck on which model to try and buy off eBay. I want to buy a PowerMac in the short term whilst i save for a Mac Pro - so that all i need to do is swap the tower (..ish)
    I am a 16 yr old student and use the following porgrams;
    Adobe Photoshop CS3/4
    Adobe Illustrator "
    Adobe After Effects "
    Aobe InDesign
    Final Cut Pro
    Microsoft Office / iWork
    Minecraft
    I dont want to buy the Quad-core becuase as i said i am trying not to spend too much and they are going for quite a lot. I want to upgrade and I dont mind buying faulty
    So what I'd like to know is suggestions for;
    -CPU
    -Graphics card - nVidia Quadro FX 4500 ..?? (must be able to run dual cinema diplays)
    -PSU
    And the best upgrades for suggested model eg. max ram etc.
    I am not new to macs but have recently been using a PC due to financial restraints and want to revert back
    Many Thanks ahead,
    I live in the UK and would rather not import things from the US as i have been stung by UK customs before

    Mothra wrote:
     …I dont think you can use a stick bigger then 2GB in the dual/quad cores so the only way to do it is by filling it up with 8x2GB..
    It was recently suggested (perhaps earlier in this very thread?) [EDIT: Sorry, it was in a different thread: https://discussions.apple.com/thread/3232389?start=0&tstart=0] that the G5 Quad can take the 4-GB RAM modules for a total of 32GB GB max.  I know for a fact you cannot use 8-GB sticks.
    I'm running my Power Mac G5-Quad with 16 GB of RAM, consisting of eight 2-GB modules.
    2.5 GHz Power Mac (PPC) G5-Quad; 16GB RAM; mutant, flashed 550MHz nVidia GeForce 7800GTX, 1,700MHz 512MB VRAM; ATTO ExpressPCI UL5D LP SCSI card; Mac OS X Tiger 10.4.11 and Leopard 10.5.8 boot drives; Spotblight, Dashboard and Time Machine permanently disabled; dual 22" CRT monitors; USB wireless 'n' available but connected to the Internet via wired Ethernet; FW flatbed scanner; 2 SCSI scanners (one tabloid-size transparency scanner and a film scanner); various internal & external HDs; FW Epson 2200 and Ethernet Samsung ML-2850ND printers; 2 X Back-UPS RS 1500 XS units.
    Message was edited by: Ramón G Castañeda

  • Performance problem !! CPU 100% !!

    Hi all,
    Whe have an Weblogic application accessing Oracle Database 10gR2.
    We are having a high CPU Usage sometimes 100% for a long time (1 hour or more).
    The query that is consuming more CPU run in 2 seconds. I have 40 simultaneous connections on this database. How can i solve this??
    I'm using MTS connections, not dedicated connections.
    Tks,
    Paulo.

    Hi Paulo,
    Hope you are doing well, and hopt to see you next spring aon the Oracle Cruise . . .
    high CPU Usage sometimes 100% for a long time (1 hour or more).Remember, all virtual memory servers are designed to drive CPU to 100%. See my notes here:
    http://www.dba-oracle.com/t_high_cpu.htm
    You only have CPU enqueues when there are more tasks waiting for CPU, than you have CPU's.
    As to MTS and high CPU consumption, I have some notes here:
    http://www.dba-oracle.com/t_mts_multithreaded_servers_shared.htm
    Keating also notes cases where using the multithreaded server (MTS can cause a degradation in performance:
    I encountered one situation in which a database server’s CPUs were constantly pegged at 100% usage, and the CPU queue length (the number of processes waiting for CPU time) was typically 6 or 7 during peak periods. That database had been using MTS for several years, even though there was more than enough physical memory on the system to support dedicated connections.
    Hope this helps. . .
    Donald K. Burleson
    Oracle Press author

  • Figure out which CPU has been applied...

    Hello all, I am on 10.2.0.4. I wanted to know if there is a way to by looking at below info that i have cpu JAN 2010 applied ??? As I was asked today about it and All i could do it...down the cpujan2010 patch and unziped that and found the patch number in it(for instance Patch 9173253 ).
    I tried searching metalink with Patch 9173253, but no hits....so is there a way in opatch utility to figure out what patchs are applied, in terms of quaterly CPU...Thank
    [oracle@linux01 admin]$ opatch lsinventory
    Invoking OPatch 10.2.0.4.2
    Oracle Interim Patch Installer version 10.2.0.4.2
    Copyright (c) 2007, Oracle Corporation.  All rights reserved.
    Oracle Home       : /u01/app/oracle/10g
    Central Inventory : /u01/app/oracle/oraInventory
       from           : /etc/oraInst.loc
    OPatch version    : 10.2.0.4.2
    OUI version       : 10.2.0.4.0
    OUI location      : /u01/app/oracle/10g/oui
    Log file location : /u01/app/oracle/10g/cfgtoollogs/opatch/opatch2010-02-25_18-30-33PM.log
    Lsinventory Output file location : /u01/app/oracle/10g/cfgtoollogs/opatch/lsinv/lsinventory2010-02-25_18-30-33PM.txt
    Installed Top-level Products (2):
    Oracle Database 10g                                                  10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 3                            10.2.0.4.0
    There are 2 products installed in this Oracle Home.
    Interim patches (35) :
    Patch  9173253      : applied on Thu Feb 25 18:22:27 CST 2010
       Created on 2 Dec 2009, 02:21:37 hrs PST8PDT
       Bugs fixed:
         9173253
    Patch  9173248      : applied on Thu Feb 25 18:22:21 CST 2010
       Created on 2 Dec 2009, 02:21:15 hrs PST8PDT
       Bugs fixed:
         9173248
    Patch  9173244      : applied on Thu Feb 25 18:22:16 CST 2010
       Created on 2 Dec 2009, 02:20:05 hrs PST8PDT
       Bugs fixed:
         9173244
    Patch  9119226      : applied on Thu Feb 25 18:22:03 CST 2010
       Created on 5 Jan 2010, 22:40:51 hrs PST8PDT
       Bugs fixed:
         8534387, 8290506, 9119226, 7375644, 8836308, 7150470, 7592346
    Patch  8836686      : applied on Wed Feb 24 19:12:30 CST 2010
       Created on 31 Aug 2009, 13:24:31 hrs PST8PDT
       Bugs fixed:
         8836686Edited by: user097815 on Feb 25, 2010 7:24 PM

    Another way to find what you are looking for is to possibly try the following:
    SELECT * FROM registry$history
    You will find details of whats been applied. This obviously will be from an instance perspective.

  • WindowServer eating up CPU; kernel_task eating RAM

    Ok well I got two problems firstly one more annoying poblem is that my WindowServer tas is totally eating my processor eventho I just restarted my computer is will quickly start driving the CPU to aorund 60% pretty penently. If I am just trying to trype a message for example on a website with flash it takesthe text ages to appear lag behawfully and even in this forum the text is lagging behind slightly while typing this message. Sometimes it is normal usually when I just restarted but in the case right now not even that seems to have helped.
    Then the other problem is that kernel_task seems to be sing a lot of RAM after restart it was str8 on 160MB and then after started firefox and running for about 5 mins it is already using up 323 before I restarted it was using around 600MB is this normal? seems a little much especially when I heard it was only using aroudn 60MB for other people
    Hope you guys have some tips for me!
    MacBook Pro 15" 2010, Mac OS X (10.6.7), i7 2.66MHz

    thanks that may well have been the problem, but after defragmenting (iDefrag) this weekend, the problem seems to have gone, i think.
    The problem started after clearing all the caches including system caches and i wonder if it was just trying to rebuild some, but the constant "clicking/whirring" sound has stopped and I am abled to run smoothly with several apps/intensive apps going without lag and beachball.
    I am not totally sure if the problem has gone so may reset SMC next weekend anyway. It may have also had something to do with Safari but again I'm of course not sure as I am no Apple technician. I thought I would write as much as I could as this is probably a problem that will come up with other users and I could not find much on it.

  • ITunes on Lion taking over my MBP (90% CPU, 3+ gig ram)

    I'm having troubles with iTunes taking over my computer.  If I leave iTunes running and walk away from my computer for more than a few hours, when I come back my computer is unusable.  The mouse responds, but that's usually it.  The keyboard either doesn't do anything or is hugely delayed. I can't switch windows or interact.  I almost always have to reboot.
    I've left activity monitor running 4 times now and it's always iTunes taking it over.  Today, the CPU for iTunes was at 90% CPU and its was using about 3 gigs or ram (I have 8 total).
    Any ideas on how to fix or debug iTunes?
    Thanks
    phil

    Are all of the RAM modules the same brand from the same source? You might try removing one RAM module & see if the problem persists. Then cycle through each RAM module.
    Here's a list of KP links to look at.
    What's a "kernel panic"? (Mac OS X)
    http://docs.info.apple.com/article.html?artnum=106227
    Mac OS X Kernel Panic FAQ
    http://www.macmaps.com/kernelpanic.html
    Mac OS X Kernel Panic FAQ
    http://www.index-site.com/kernelpanic.html
    Resolving Kernel Panics
    http://www.thexlab.com/faqs/kernelpanics.html
    KPs can also be caused by a "bad" keyboard or mouse.
    Cheers, Tom

Maybe you are looking for

  • Music on my iPhone 4 is not recognized by my iTunes

    A couple days ago I attempted to delete some music off of my iPhone 4 (iOS 7.1.2) through my iTunes (11.2.2) with the phone connected through the wifi (not USB). It did not properly synced because there was still some songs left on my phone after I d

  • USB i/o very slow

    Copying files from an external HDD to another USB source (e.g. flashdrive) slows down my computer to a crawl/freezes it. When this occurs I think the copying process is still going on but goes very slowly. Another problem is that the power of my exte

  • Standard report to view Membership Type

    HI Folks, Do we have any standard report where in we can get data of Info Type- 57, Membership fees.    Experts plz advice Regards, Sekar

  • Windows service question (automatic start?)

    Is there a setting in OSX server that tells the box to start a specific service automatically if the machine is rebooted, specifically Windows service? When we reboot, Windows service does not start automatically. Thanks!

  • BT Sport stopped working

    At the beginning of the year I shifted from Virgin to BT Infinity chiefly in order to have the BT Sport channels.  I have a Sky box through which BT sport channels have been received without difficulty until two weeks ago, when the signal diminished