Re: howto determine processor characteristics from cli

2008-04-17 Thread Tom Buskey
On Thu, Apr 17, 2008 at 10:44 AM, Labitt, Bruce < [EMAIL PROTECTED]> wrote: > I've got a Dell Optiplex 745 that I'm trying to figure out if it is > worth adding more memory to it. I'd like to find out what > processor/speed/cache it has. Is there a simple way to get this? I > would imagine it i

RE: howto determine processor characteristics from cli

2008-04-17 Thread Labitt, Bruce
dmidecode is just what I needed! Thanks! From: Shawn O'Shea [mailto:[EMAIL PROTECTED] Sent: Thursday, April 17, 2008 11:55 AM To: Labitt, Bruce Cc: gnhlug-discuss@mail.gnhlug.org Subject: Re: howto determine processor characteristics from cli O

Re: howto determine processor characteristics from cli

2008-04-17 Thread Shawn O'Shea
l Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Cole > Tuininga > Sent: Thursday, April 17, 2008 10:50 AM > To: Greater NH Linux User Group > Subject: Re: howto determine processor characteristics from cli > > On Thu, 2008-04-17 at 10:44 -040

RE: howto determine processor characteristics from cli

2008-04-17 Thread Labitt, Bruce
:[EMAIL PROTECTED] On Behalf Of Cole Tuininga Sent: Thursday, April 17, 2008 10:50 AM To: Greater NH Linux User Group Subject: Re: howto determine processor characteristics from cli On Thu, 2008-04-17 at 10:44 -0400, Labitt, Bruce wrote: > I've got a Dell Optiplex 745 that I'm trying to

Re: howto determine processor characteristics from cli

2008-04-17 Thread Dan Coutu
Labitt, Bruce wrote: > I've got a Dell Optiplex 745 that I'm trying to figure out if it is > worth adding more memory to it. I'd like to find out what > processor/speed/cache it has. Is there a simple way to get this? I > would imagine it is all contained in the kernel startup log? dmesg | > gr

Re: howto determine processor characteristics from cli

2008-04-17 Thread David W. Aquilina
On Thu, Apr 17, 2008 at 10:44:44AM -0400, Labitt, Bruce wrote: > I've got a Dell Optiplex 745 that I'm trying to figure out if it is > worth adding more memory to it. I'd like to find out what > processor/speed/cache it has. Is there a simple way to get this? I > would imagine it is all containe

Re: howto determine processor characteristics from cli

2008-04-17 Thread Tom Wittbrodt
Labitt, Bruce wrote: > I've got a Dell Optiplex 745 that I'm trying to figure out if it is > worth adding more memory to it. I'd like to find out what > processor/speed/cache it has. Is there a simple way to get this? I > would imagine it is all contained in the kernel startup log? dmesg | > gr

Re: howto determine processor characteristics from cli

2008-04-17 Thread Todd Littlefield
Hi Bruce, Try "more /proc/cpuinfo" That should give you everything you want to know about it. - Todd Labitt, Bruce wrote: > I've got a Dell Optiplex 745 that I'm trying to figure out if it is > worth adding more memory to it. I'd like to find out what > processor/speed/cache it has. Is t

Re: howto determine processor characteristics from cli

2008-04-17 Thread Cole Tuininga
On Thu, 2008-04-17 at 10:44 -0400, Labitt, Bruce wrote: > I've got a Dell Optiplex 745 that I'm trying to figure out if it is > worth adding more memory to it. I'd like to find out what > processor/speed/cache it has. Is there a simple way to get this? I > would imagine it is all contained in th