Wednesday, September 05, 2007

Solaris 10 Stats

I few notes on running Solaris 10 on the AMD 64 X2 CPU:
# uname -a
SunOS starbuck 5.10 Generic_118855-33 i86pc i386 i86pc

Not what I expected to see some 64's in there.
# psrinfo -v
Status of virtual processor 0 as of: 09/06/2007 00:01:51
on-line since 09/05/2007 17:55:46.
The i386 processor operates at 2109 MHz,
and has an i387 compatible floating point processor.
Status of virtual processor 1 as of: 09/06/2007 00:01:51
on-line since 09/05/2007 17:55:51.
The i386 processor operates at 2109 MHz,
and has an i387 compatible floating point processor.

Still no 64's, but at least it sees two CPU's.
# isainfo -v
64-bit amd64 applications
cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc
cx8 tsc fpu
32-bit i386 applications
cx16 sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc
cx8 tsc fpu

Ah... There's some 64's.

But this is what bothers me:
# pkginfo | grep "64-bit"
system SUNWj5dmx JDK 5.0 64-bit ...
system SUNWj5dvx JDK 5.0 64-bit ...
system SUNWj5rtx JDK 5.0 64-bit ...

We have a 64-bit OS, but we're running everything 32 bit. Except for Java. Does that seem just a little unusual?

No comments:

Post a Comment