If you need to get / find / check CPU information from the command line, this is how you can do it on a Security Analytics appliance.
The command-line utility “lscpu” in Linux is used to get CPU information of the system. The “lscpu” command fetches the CPU architecture information from the “sysfs” and /proc/cpuinfo files and displays it in a terminal.
For more info : How to Use Linux lscpu Command Tutorial.