Computing.Net > Forums > Linux > CPU-Z and GPU-Z

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

CPU-Z and GPU-Z

Reply to Message Icon

Name: Dark666
Date: November 2, 2008 at 13:37:42 Pacific
OS: none
CPU/Ram: none
Product: none
Comment:

Hi to all.
Does anyone know of some program or programs that will do the same as CPU-Z and GPU-Z for *NIX?
Basically CPU-Z and GPU-Z alike for *NIX.

Thanks to all.

Once upon a time the floppy disk was king.



Sponsored Link
Ads by Google

Response Number 1
Name: idisjunction
Date: April 10, 2009 at 03:53:54 Pacific
Reply:

Overclocking isn't a particularly common activity among Linux users, so I don't know of any that can actually report your core speed in realtime. If you install lmsensors (requires basic command-line skills) and KSensors, you can retrieve temperature, voltage, and your clock speed (though not updated regularly, just during speedstep). Most distros have a program known as hardinfo in their repositories. It provides a nice GUI that displays a bunch of useful hardware and software information, as well as simple benchmarking tests. It's more similar to Karen's Computer Profiler, if you've ever used that.

Also from the command line are some useful tools that can retrieve information about your hardware much like CPU-Z, though in a slightly less friendly format:

cat /proc/cpuinfo

This command will display information about your processor. Model name and number, along with the speed measured at bootup and cache size should jump out at you. The "flags" are arguably useful, but Linux assigns slightly different names to the instructions than you might be used to. For instance, "pni" is SSE3. You'd have to look up what each of the flags mean.

lspci

This simple command will list PCI and PCI-E devices you have plugged into your system, including manufacturer info.

dmidecode

You'll need to have root permissions to use this command. ir provides an excellent overview of the devices and features on your motherboard. Arguably better than lspci, but even longer output. Pipe it into a file ( dmidecode > decode.txt) for easier reading.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: CPU-Z and GPU-Z

gettting CPU temperature - AMD Athl www.computing.net/answers/linux/gettting-cpu-temperature-amd-athl/13538.html

what's that CPU monitoring program? www.computing.net/answers/linux/whats-that-cpu-monitoring-program/19581.html

Cpu/memory/disk stats way up www.computing.net/answers/linux/cpumemorydisk-stats-way-up/24057.html