最終更新: 2015年9月27日 (日) 17:34

コマンド実行例 > show (operational) > show hardware

このページの概要

当ページは、Operational (操作) モード時の show hardware コマンドについて、実行例をご紹介します。

show hardware 実行例

show hardware cpu

USER@EDGEOS:~$ show hardware cpu <ENTER>
Architecture:          mips
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3
Thread(s) per core:    2
Core(s) per socket:    2
Socket(s):             1

show hardware cpu detail

USER@EDGEOS:~$ show hardware cpu detail <ENTER>
system type             : MT7621
machine                 : Unknown
processor               : 0
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
core                    : 0
VPE                     : 0
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 1
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
core                    : 0
VPE                     : 1
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 2
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
core                    : 1
VPE                     : 0
VCED exceptions         : not available
VCEI exceptions         : not available

processor               : 3
cpu model               : MIPS 1004Kc V2.15
BogoMIPS                : 583.68
wait instruction        : yes
microsecond timers      : yes
tlb_entries             : 32
extra interrupt vector  : yes
hardware watchpoint     : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa                     : mips1 mips2 mips32r1 mips32r2
ASEs implemented        : mips16 dsp mt
shadow register sets    : 1
kscratch registers      : 0
core                    : 1
VPE                     : 1
VCED exceptions         : not available
VCEI exceptions         : not available

show hardware cpu summary

USER@EDGEOS:~$ show hardware cpu summary <ENTER>
Processors 4
Cores      2
Model      MIPS 1004Kc V2.15


show hardware mem

USER@EDGEOS:~$ show hardware mem <ENTER>
show hardware mem 
MemTotal:         255072 kB
MemFree:           95064 kB
Buffers:           24788 kB
Cached:            87744 kB
SwapCached:            0 kB
Active:            53252 kB
Inactive:          81864 kB
Active(anon):      24312 kB
Inactive(anon):      116 kB
Active(file):      28940 kB
Inactive(file):    81748 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 0 kB
Writeback:             0 kB
AnonPages:         22708 kB
Mapped:            15244 kB
Shmem:              1844 kB
Slab:              15348 kB
SReclaimable:       6624 kB
SUnreclaim:         8724 kB
KernelStack:         824 kB
PageTables:          868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      127536 kB
Committed_AS:     339460 kB
VmallocTotal:    1048372 kB
VmallocUsed:        2948 kB
VmallocChunk:     962176 kB

show hardware temperature

USER@EDGEOS:~$ show hardware temperature <ENTER>
Temperature not supported on this platform

関連項目