Sponsored Content
Top Forums UNIX for Dummies Questions & Answers how to get processor Id in UNIX Post 11734 by auswipe on Tuesday 11th of December 2001 02:52:28 PM
Old 12-11-2001
Try `dmesg | grep -i "cpu"`

On my OpenBSD 2.9 x86 system I get:

Code:
/home/someUser $ dmesg | grep -i "cpu"
cpu0: Intel Pentium II ("GenuineIntel" 686-class, 512KB L2 cache) 401 MHz
cpu0: FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,SYS,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR

On a BSDI 2.1 x86 machine I get:

Code:
$ dmesg | grep -i "cpu"
cpu = Pentium II 167 HydraSTARS (model 5, ID 650, features 183f9ff, delay 8252)

That oughta give you some of the information that you are looking for.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix & Processor compatibility

subject is self explanitory... can i install Unix on a system w/ and AMD processor (1 Reply)
Discussion started by: goliath3021
1 Replies

2. UNIX for Dummies Questions & Answers

UNIX and Processor

What kind of processors can Free BSD run on? (1 Reply)
Discussion started by: Heathbo
1 Replies

3. UNIX for Dummies Questions & Answers

How can I see the processor usage in Unix??

Could anybody tell me which command I should use to see how many percentage or something from the processor is used by various programs? Thanx in Advance! Erik:D (4 Replies)
Discussion started by: Erik Rooijmans
4 Replies

4. UNIX for Dummies Questions & Answers

To find processor speed & memory in HP Unix 10.2

I have a D series HP server with HP UNIX 10.20 as the OS. How will I obtain the processor speed and memory of the machine. I have 'root' privileges. (4 Replies)
Discussion started by: augustinep
4 Replies

5. UNIX Desktop Questions & Answers

Where can I find a Unix OS that will run on a 386 processor?

Hey, can anyone recommend a URL (or website) where I can download a basic (or old) UNIX OS that will run on an ancient laptop that has a 386 processor, 4MB of RAM and a 40MB harddrive? Your help and suggestions are much appreciated! :confused: (4 Replies)
Discussion started by: methudrez
4 Replies

6. UNIX for Dummies Questions & Answers

installing unix on a amd athlon processor

I just need a simple answer on if installing unix on a pc using an AMD processor instead of Intel is going to be a problem. Thank you one and all. (3 Replies)
Discussion started by: frznmeatcicle
3 Replies

7. AIX

LPAR processor/virtual processor settings

Question is on setting of Physical and Virtual processors for LPARs to make proper use of virtualization capabilities. Environment is a 8-way p570 with 4 LPARs. lparVIO1 and lparVIO2: AIX 5300-04-01 Mode/Type= Shared-SMT/Capped Minimum Processors= 0.10 Desired Processors= 0.50 Maximum... (1 Reply)
Discussion started by: guttew
1 Replies

8. AIX

Processor and processor core

Guys... Hows it going??? I have been going through the hardware spec of IBM system p systems.. and here i am confused for IBM Power 520 Express it says Processor cores: One, two or four 64-bit 4.2 GHz POWER6 with AltiVec™ SIMD and Hardware Decimal Floating-Point acceleration ... (1 Reply)
Discussion started by: balaji_prk
1 Replies

9. UNIX for Dummies Questions & Answers

Processor id/name

How to find out whether the system has multiple processors. In multiprocessor system how to get their names or ids How to send command to a particular processor ( can we use rsh) (6 Replies)
Discussion started by: anjum
6 Replies

10. UNIX for Dummies Questions & Answers

Help for processor

hello Admins, how to find number of processor in unix machine. (2 Replies)
Discussion started by: vipinkumarr89
2 Replies
PMK.CONF(5)						      BSD File Formats Manual						       PMK.CONF(5)

NAME
pmk.conf -- premake configuration file DESCRIPTION
pmk.conf contains a series of assignements that are used by pmk(1) and created by pmksetup(8). DATA TYPES
These are common types used by pmk, see pmkfile(5) for a complete description. OPERATORS
= This operator makes the value dynamic, which means that it will be (re)assigned everytime you run pmksetup(8). For example: BIN_CC = "/usr/bin/cc" : This operator makes the value static, which means that if you want to regenerate the pmk.conf, the value will be kept and not dynami- cally assigned by pmksetup(8). For example: BIN_INSTALL:"/usr/local/bin/install" FAMILY CLASSES
Assignements can be classed in different families. AC_* Compatibility with autoconf. BIN_* This class is used for binary paths. HW_* Hardware related data like for example byte order or cpu features. PATH_* Specific paths family. OS_* System specific data. misc Some other data (such as PREFIX) cannot fit into previous families. AC CLASS
This class is providing some variables for GNU Autoconf compatibility: AC_ECHO_C Support for "c". AC_ECHO_N Support for " ". AC_ECHO_T Support for " ". BIN CLASS
This class is providing locations of various useful binaries such as ar, as, cc, cpp, ... HW CLASS
This class is giving some information about the host hardware. HW_BYTEORDER Provide the byte order of the host: 'BIG_ENDIAN' or 'LITTLE_ENDIAN'. HW_CPU_ARCH Identify the cpu architecture. We support actually the following architectures (with cpu identification for some of them): alpha HW_ALPHA_CPU_CLASS Cpu class (EV4, EV5 or EV6). HW_ALPHA_CPU_FEATURES Cpu features list (BWX, FIX, CIX, MVI, PAT and PMI) ia_64 HW_IA64_CPU_ARCHREV Cpu architecture revision number. HW_IA64_CPU_CLASS Cpu class ('Itanium' or 'Itanium2') HW_IA64_CPU_FAMILY Cpu family number. HW_IA64_CPU_FEATURES Cpu features list (LB, SD and AO). HW_IA64_CPU_MODEL Cpu model number. HW_IA64_CPU_REVISION Cpu revision number. HW_IA64_CPU_VENDOR Cpu vendor string. m68k No specific variables. parisc_64 No specific variables. ppc No specific variables. sparc_32 No specific variables. sparc_64 No specific variables. x86_32 HW_X86_CPU_CLASS Cpu family class (386, 486, 586, ...). HW_X86_CPU_EXTFAM Extended family number. HW_X86_CPU_EXTMOD Extended model number. HW_X86_CPU_FAMILY Cpu family number. HW_X86_CPU_FEATURES Cpu features list (FPU, VME, DE, PSE, TSC, ...). HW_X86_CPU_MODEL Cpu model number. HW_X86_CPU_STD_VENDOR Standardised cpu vendor ('INTEL', 'AMD', ...). HW_X86_CPU_VENDOR Cpu vendor string. x86_64 Same as x86_32 architecture. vax No specific variables. OS CLASS
This class is providing informations about the host's operating system: OS_ARCH Operating system architecture (warning: this is OS specific). OS_NAME Operating system name (warning: linux distributions return the kernel name). OS_VERSION Operating system version (warning: linux distributions return the kernel version). PATH CLASS
This class is providing path for binaries, headers and libraries. MISC CLASS
This class is regrouping what can not be classed elsewhere. PREFIX Prefix environnement variable. SYSCONFDIR System configuration directory. PC_PATH_LIB Library path for pmkpc or pkg_config. FILES
/etc/pmk/pmk.conf default pmk(1) configuration file EXAMPLES
A typical pmk.conf might appear as follows: # autoconf compatibility AC_ECHO_C = "c" AC_ECHO_N = "" AC_ECHO_T = "" # specific binaries BIN_AR = "/usr/bin/ar" BIN_AS = "/usr/bin/as" BIN_AWK = "/usr/bin/awk" BIN_CAT = "/bin/cat" BIN_CC = "/usr/bin/cc" BIN_CPP = "/usr/bin/cpp" BIN_CXX = "/usr/bin/c++" BIN_ECHO = "/bin/echo" BIN_EGREP = "/usr/bin/egrep" BIN_GREP = "/usr/bin/grep" BIN_ID = "/usr/bin/id" BIN_INSTALL = "/usr/bin/install" BIN_LEX = "/usr/bin/lex" BIN_LN = "/bin/ln" BIN_PKGCONFIG = "/usr/local/bin/pkg-config" BIN_RANLIB = "/usr/bin/ranlib" BIN_SH = "/bin/sh" BIN_STRIP = "/usr/bin/strip" BIN_SUDO = "/usr/bin/sudo" BIN_TAR = "/bin/tar" BIN_YACC = "/usr/bin/yacc" # architecture specific HW_BYTEORDER = "LITTLE_ENDIAN" HW_CPU_ARCH = "x86_32" HW_X86_CPU_CLASS = "i686" HW_X86_CPU_EXTFAM = "0" HW_X86_CPU_EXTMOD = "0" HW_X86_CPU_FAMILY = "15" HW_X86_CPU_FEATURES = "FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFL DTES ACPI MMX FXR SSE SSE2 HTT TM1 PBE FPU MON DSCPL EST TM2 CX16 ETPRD " HW_X86_CPU_MODEL = "2" HW_X86_CPU_STD_VENDOR = "INTEL" HW_X86_CPU_VENDOR = "GenuineIntel" # OS related OS_ARCH = "i386" OS_NAME = "OpenBSD" OS_VERSION = "3.6" # PATH related PATH_BIN = "/bin,/sbin,/usr/bin,/usr/sbin,/usr/X11R6/bin,/usr/local/sbin,/usr/local/bin" PATH_INC = "/usr/include" PATH_LIB = "/usr/lib" # misc PC_PATH_LIB = "$PREFIX/lib/pkgconfig" PREFIX = "/usr/local" SYSCONFDIR = "/etc" SEE ALSO
make(1), pmk(1), pmkscan(1), pmkfile(5), pmksetup(8) BSD
April 03, 2003 BSD
All times are GMT -4. The time now is 10:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy