How i can get info about CPU ?

Ask a Question related to PERL Beginners, Design and Development.

  1. #1

    Default How i can get info about CPU ?

    Exuseme for my bad english.
    How to get info for CPU: overloading, parameters, status .. etc for Windows
    and Linux? I wanna use that in my perl script.
    Thanks


    Angel Guest

  2. Similar Questions and Discussions

    1. Best way to get all the PDF info into XML
      Im trying to write code to get the following PDF info and after that the Page info:- a) Settings: Acrobat Reader / Document Properties /...
    2. getting info from the url
      Hello I do a little asp, what i want to do is create a piece of text where the information is obtained from the url, now i haven't done this b4 in...
    3. more info
      Programmers connected to life: http://www.mine-control.com/ other public display using video:...
    4. info
      My husband is in Iraq and I am learning to use the computer, my question is what would be the best digital internet connection in which I could get...
    5. IIS more info, sorry
      I did use windows update to apply critical (?) windows updates. Is this the reason? Thanks FRank
  3. #2

    Default Re: How i can get info about CPU ?

    On Mon, Feb 16, 2004 at 01:07:50PM +0200, Angel Kolev (com) wrote: 

    Your English is fine:)

    A good place to start for questions such as these is -
    http://search.cpan.org/
    to check if someone has already solved this problem.

    A search for cpu at -
    http://search.cpan.org/search?query=cpu&mode=module
    netted what looks to be three possibilities for you:

    Sys::CPU
    Linux::Cpuinfo
    Sys::CpuLoad

    Another option for some of the info would be to use perl to
    parse the /proc files pertaining to your CPU such as /proc/cpuinfo
    on your Linux system(s).

    Windows, sorry, I have no clue.
    Kent

    --
    "Efficiency is intelligent laziness."
    -David Dunham
    Kenton Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139