IMPORTANT!!!! The CPU speed is wrong

Hi, yesterday I rebooted my PC, but when I rebooted, in the first page where says your HDD's and all those things I read my CPU speed was AMD Athlon 1100 but I have an Athlon XP 2500, can somebody tell me what can I do to fix my problem?

Always keep an old PS2 mouse and keyboard sitting on the shelf in your closet... that way when all the fancy USB and/or wireless stuff goes bonkers, or their batteries die... then you have something to fall back on.

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

  • Newbie: My CPU speed is wrong!

    I have a KT3 Ulta-ARU motherboard and an Athlon 1400Mhz CPU with a 266MHz FSB.  My diagnostics tools tell me my CPU is running at 1GHz though.
    I can't get FuzzyLogic or the other MSI tools to work on my computer any more as they inevitably seem to just stop working and I can't uninstall them either.  So how in the BIOS do I fix my CPU speed?
    I know this is a dumb question but I just can't figure it out after reading the manual or searching around the site.
    Thanks!

    No I typically have trouble with the MSI tools.  I do a clean install of WinXP Pro, and install the tools from the CD.  Then I run LiveUpdate, and invariably one tool conflicts with another, or it tries to update one but can't uninstall it, or both.  So I've just given up.  My computer is due for an OS reinstall soon anyways.
    I just got an MSI GeForce4 TI 4200 video card a week ago too so I would like to have the MSI tools working!

  • Can you use developer tools to slow down the CPU speed?

    I'd like to slow down my MBP processor speeds when I'm just browsing the web and reading emails. Can you do this with the developer tools that you get with your MBP?
    I know there is an app that does this called "CoolBook." Has anybody used it?
    Mark

    Well, you can do anything with the developer tools for OSX, but there is not tool like CoolBook. If you want to find the malloc holes in NeoOffice, install the developer tools. If you want to underclock your machine, use something else.
    CoolBooks is probably a great idea (though I haven't used it). Just remember that the CPU is only part of the story and that screen brightness, airport, built-in ethernet, and peripherals play a big role in battery life. The elephant in the closet is also the GPU. I haven't ever seen anything about underclocking the GPU, but that thing takes up some serious juice as well.

  • Is there any API or Property Node that gives the CPU Speed.

    I want to get the information about CPU Speed, RAM, Harddisk and OS installed on the system through LabVIEW.
    Are there APIs that give this information.

    take a look at windows scripting. http://www.microsoft.com/technet/scriptcenter/guid​e/sas_cpm_ciwz.mspx?mfr=true
    attached are some zip files that show how to read info with .vbs script files. Change the file paths to point where you downloaded the files.
    Another alternative is to use .NET stuff, but I haven't taken the time to figure out how to use it yet.
    http://digital.ni.com/public.nsf/allkb/B97EF2D2015​AA257862574500060835C
    Message Edited by unclebump on 06-17-2009 04:48 AM
    Attachments:
    get processor information.zip ‏12 KB
    get system information.zip ‏12 KB

  • What is the CPU speed of A6 Chip

    and RAM capacity so. thanks

    <http://www.idownloadblog.com/2012/09/27/a6-varies-clock-speed/>
    <http://www.anandtech.com/show/6297/iphone-5-memory-size-and-speed-revealed-1gb-l pddr21066>

  • Satellite P100-119: Is it possible to upgrade the CPU to Duo Core?

    Ive a Satellite P100-119 Notebook with 1,66Ghz (Duo Core). Is it possible to install a faster CPU (2,0 Ghz Duo Core) in this Notebook, without exchanging the Mainboard?

    Yep, that's theorically possible. Both CPUs fit in the same physical 479Y socket, and today's BIOSes are smart enough to check the CPU speed.
    However, if you're gonna do this by yourself, have lots of care when disassembling your laptop, and keep in mind that it may void the warranty. Keep in mind that you risk turning your laptop into a useless heap of junk if anything goes wrong (e.g. bad dissasembly or bad use of thermal grease). I repeat: be extra careful if you're replacing the CPU by yourself. Go to a service partner if in doubt.

  • K8T Neo-FIS2R V1.0, CPU Speed Problem

    Hi, I got a Athlon64 3500+ (NewCastle) and K8T Neo-FIS2R V1.0 MotherBoard
    Just downgrade my bios from 9.2 to 3.3 since the 9.2 bios does not show the correct +3v voltage in the core center and the website is recommending that old version of Athlon should use 3.xx bios.
    But the problem occurs, the core center now shows the cpu speed is 1xx rpm and keep sending alarm. I use other software to check the fan speed and it is 2xxx rpm. The temp of the cpu is between 33 to 43 'C.The temp of the case stays at 42 'C. The voltage of the CPU is 1.52-1.53V. One time, somehow the temp of the cpu went up to 50'C but the fan is not turning faster to cool down the CPU. No matter what models (Cool&Quiet or User) I choose in the core center, it just did not go faster. Finally, I have set full speed of the fan in the core center to increase the speed of the fan.
    My PSU is Enermax 450W, and I used 5V for my three case fans since they are really noise.
    Any problems with my system or computer, or any recommemdation?
    Sorry for my English, but I am doing my best.

    Everest just has no readings that work for us. They never supported our board. None of the software gets a correct read on our 3.3v so no there is no answer. I have tried them all as have others. If reading the 3.3v is that important to you use a meter.
    I have yet to ever trust Core Center. It lies. Keep in mind just how many MSI products it is used in. So far it has yet to be that accurate in any Via Based MSI product. Search the forum here for it. No one seems overjoyed with CC.

  • Help me i've got a problem with my cpu speed

    I have bought prince of persia 2 and after the installation i want launch it but it indicates me I haven't the minimal configuration for the cpu speed(it's indicated 800mhz)
    my config:
    k8n neo platinum
    amd 64 2800+ (fsb 200mhz and multiplier 9x in the bios 1.4)
    1gb ddr 400
    ati radeon 9800pro 128mb
    i look for and i find : cpu-z indicates 200mhz for the fsb and 4x for the multiplier
    the same thing when i launch corecenter
    please help me    

    ok you're right  i restore the correct frequency
    thank you thank you thank you
    but it's nevertheless strange my multiplier moved from 4x to 9x on account of cool and quiet

  • 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

  • How to boost nokia e63 cpu speed

    hello, please i am wondering if it is possible to boost the cpu speed of nokia e63, become its usually slow when performing various task like 1. When installing an application 2. When opening some big third party applications like opera mini, whats app, and some games 3. When removing an application, these are the areas where i,ve noticed nokia e63 being slow
    Solved!
    Go to Solution.

    Try closing apps which is running in the background. Clear browser cache and uninstall 3rd party applications which you don't use. Turn off theme effects. All this could affect the "speed" on your phone in a positive way.

  • 6710b laptop computer, running at 1/3 the rated speed of 2.1GHZ.

    This computer's centrino cpu is runing at 798MHz.  There are no options in the bios for any type of speed c ontrol or cpu configuration besides turning dual core on or off.  I have tested the speeds with cpus, and no matter the load, the cpu speed stays constant, never changing from 798MHz at any time.
    Windows XP is so sluggish you cannot surf.  Someone please tell me there is a way to force this computer to operate the cpu in full speed mode so I can finish the install and get it back to the customer.  I have spent 2 days trying to find a solution, only to find hundreds of other people with similar problems. 
    Thanks in advance for anyone with a solution.

    This computer's centrino cpu is runing at 798MHz.  There are no options in the bios for any type of speed c ontrol or cpu configuration besides turning dual core on or off.  I have tested the speeds with cpus, and no matter the load, the cpu speed stays constant, never changing from 798MHz at any time.
    Windows XP is so sluggish you cannot surf.  Someone please tell me there is a way to force this computer to operate the cpu in full speed mode so I can finish the install and get it back to the customer.  I have spent 2 days trying to find a solution, only to find hundreds of other people with similar problems. 
    Thanks in advance for anyone with a solution.

  • ASA 5580 with EtherChannel 20Gbs, Does the Failover link must match the same Speed?

    Hello,
    I have an ASA 5580, I am plannning on setting two EtherChannels (inside and outside), each channel will include two TenGigabit interfaces.
    My questions is that if the links that I am gonig to use for the failover and link, should also be 20Gbs each, or it is ok to use 10Gbs for each link?
    According to the Configuration guide 8.4
    Use the following failover interface speed guidelines for the ASAs:
    • Cisco ASA 5510
    – Stateful link speed can be 100 Mbps, even though the data interface can operate at 1 Gigabit due
    to the CPU speed limitation.
    • Cisco ASA 5520/5540/5550
    – Stateful link speed should match the fastest data link.
    • Cisco ASA 5580/5585
    – Use only non-management 1 Gigabit ports for the stateful link because management ports have
    lower performance and cannot meet the performance requirement for Stateful Failover.
    Thanks in advance

    Hi,
    I have 2x ASA5580-20 with 8x1GE interfaces and additional 2x 10GE interfaces each. Software version running is v8.4.4.1.
    I am planning to use them in multiple context (active/active) transparent mode. Taking into account the FW performance of 5Gbps real-world traffic per ASA5580-20, which on the following interface configurations would make the most sense?
    Option 1:
    2x10GE = 20GE Etherchannel for Data
    1x1GE LAN Failover
    1x1GE STATE Failover
    Option 2:
    1x 10GE Data
    1x 10GE LAN & STATE Failover
    Option 3:
    2x10GE = 20GE Etherchannel for Data
    4x1GE = 4GE Etherchannel for LAN/STATE Failover (possibly up to 8x1GE)
    (etherchannel for LAN/STATE Failover actually does not make much sense, since only one interface wll be used anyway)
    Option 4:
    1x10GE LAN & STATE Failover
    8x1GE = 8 GE Etherchannel for Data
    I have read several guides (e.g. link1, link2, link3). Some state that 1GE Failover interfaces would suffice for the ASA5580, others recommend a link as fast as the data link. Almost none of them account for higher bandwidth etherchannels.
    What is recommended in this case? Both Firewalls will be connected to one VSS Switch Pair, so it would make sense to cross-connect with at least 2 links on each VSS member.
    The ASA does not support connecting an EtherChannel to a switch stack. If the ASA EtherChannel is connected cross stack, and if the Master switch is powered down, then the EtherChannel connected to the remaining switch will not come up. (http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/interface_start.html)
    Thanks in advance for your feedback!

  • Minimum usable CPU speed for Photoshop Elements

    It has a CPU described as:  A4-5000 APU with Radeon (tm) HD Graphics 1.5 GHz.
    Windows 8.1 operating system.
    Will I be able to use Photoshop Elements on this?

    I know about the min specs. The reason I'm asking if it really checks the CPU speed is I have a school that *is* running Premiere Elements 10 on the exact same hardware. Same CPU. The only difference is the new version I'm trying to install is the volume license version, part of the Adobe Digital School collection. The school that already has it running is using Premiere Elements 10 with either separate licenses or some other license setup. So it doesn't make sense why it worked but doesn't now.
    Testing today. On my test PC, a Core 2 6300 XPsp3, the setup would start up OK using the non-VL installer, but fail when I tried to use the setup.exe from the new installer. As far as I know the program is the same, but I don't think I can do the XML customizations needed to do a silent installer on the non volume licensed version of Premiere Elements 10. In short, why does one version of PE 10 install but not the other?
    Sir_Timbit

  • RAM vs. CPU speed

    Hi..sorry for the uneducated question, but I'm wondering what the difference in performance is between having a fast CPU or more RAM. Where do each differ? For example, if I want to have less of the spinning beach ball..would installing more RAM help this? If so, what does the CPU speed effect? I appreciate any insight.
    The reason I ask is that my MBP has 2.2Ghz but my wife's new MacBook is 2.4. So technically..is her computer 'faster' than mine? If I put in 4GB RAM..for example...how would that effect our comparison? (not that we're having a contest..I'm just wanting to know). Thanks!

    The simple answer is that a faster CPU = apps running faster, and more RAM = more apps running simultaneously.
    So, for example, when encoding a video in iDVD, your wife's MBP would do that slightly faster than yours (maybe a few minutes difference in a two hour process). More RAM wouldn't help that. But, if you went up to 4 GB of RAM, you could have more apps open at once without the spinning beachball, or having to wait while information is written to/read from the hard disk (virtual memory).
    Hope this helps...

Maybe you are looking for

  • TDS calculation.

    Hi, In Payment Withholding tax type iam selected No central invoice radio button, while making vendor down payment Rs10000/- i have deducted TDS Rs 1000/-, while making vendor invoice Rs 15000/-, i have mentaioned Wth base is Rs5000/-. it deducted td

  • How do I save the Combine Files Into PDF steps?

    I have a set of steps that I would like to repeat in the Combine Files into PDF screen, but I can not figure out how to save that definition file. I am using Adobe Acrobat Pro 10. Thanks,

  • Network shares not showing in the sidebar

    Since ugrading our clients Macs to Lion, any network shares that are managed using workgroup manager are no longer showing up in the users sidebar, and if I try to drag the share to the sidebar it stays for a second then disappears ( the sidebar pref

  • How to create database in express edition

    I have downloaded and installed Oracle10g Express edition. As the tutorial suggests using windows /start/all program/oracle10g Express edition/go to Database home page, I am able to login as well. My problem is How can I create a new database in orac

  • Admin.jar connection refused

    I have an EAR file built in JBuilder 7 which I'm trying to deploy to my demonstration Application Server using the JBuilder 7 plug-in for OC4J. Whenever I try to deploy, I get ...\jdk1.3.1\bin\java -jar "...\ora90\j2ee\home\admin.jar" ormi://localhos