What file would you view to determine the speed of your processor(s)?

You are concerned that the processor for your firewall running R71 SecurePlatform may be
overloaded. What file would you view to determine the speed of your processor(s)?

You are concerned that the processor for your firewall running R71 SecurePlatform may be
overloaded. What file would you view to determine the speed of your processor(s)?

A.
cat /etc/sysconfig/cpuinfo

B.
cat /proc/cpuinfo

C.
cat /etc/cpuinfo

D.
cat /var/opt/CPsuite-R71/fw1/conf/cpuinfo



Leave a Reply 2

Your email address will not be published. Required fields are marked *


imran

imran

B

/proc/cpuinfo

The /proc/cpuinfo file contains details about individual cpu cores. Output its contents with less or cat.

$ less /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Quad CPU Q8400 @ 2.66GHz
stepping : 10
microcode : 0xa07
cpu MHz : 1998.000
cache size : 2048 KB
physical id : 0

Esteban

Esteban

B. cat /etc/cpuinfo