With p/l prefixes:

€ lstopo -p -
Machine(993MB) + Socketp0 + L2(2048KB)
  L1(32KB) + Corep0 + Pp0
  L1(32KB) + Corep1 + Pp1
€ lstopo -
Machine(993MB) + Socketl0 + L2l0(2048KB)
  L1l0(32KB) + Corel0 + Pl0
  L1l1(32KB) + Corel1 + Pl1

What I dislike is that this seems to bring odd words like "Corel".
I'd rather read this:

€ lstopo -p -
Machine(993MB) + Socket p#0 + L2(2048KB)
  L1(32KB) + Core p#0 + P p#0
  L1(32KB) + Core p#1 + P p#1
€ lstopo -
Machine(993MB) + Socket l#0 + L2 l#0(2048KB)
  L1 l#0(32KB) + Core l#0 + P l#0
  L1 l#1(32KB) + Core l#1 + P l#1

or that:

€ lstopo -p -
Machine(993MB) + Socket p0 + L2(2048KB)
  L1(32KB) + Core p0 + P p0
  L1(32KB) + Core p1 + P p1
€ lstopo -
Machine(993MB) + Socket l0 + L2 l0(2048KB)
  L1 l0(32KB) + Core l0 + P l0
  L1 l1(32KB) + Core l1 + P l1

Samuel

Reply via email to