FreeBSD
Purpose :
Print out information about hardware, e.g. CPU, memory, network card & etc
Command :
sysinfo
Installation :
- using portmanager
portmanager sysutils/sysinfo -l
- using portupgrade
portupgrade -Nv sysutils/sysinfo
- using ports, conventionally
cd /usr/ports/sysutils/sysinfo make install clean
Switches :
bios | BIOS information |
cpu | CPU details |
mem | Memory details |
misc | Miscellaneous information |
network | Network related details |
os | Operating system details |
packages | Information about installed packages |
services | Information about system services |
storage | Details about storage system |
system | System information (hardware related) |
user | User related information |
Example :
- display information about CPU
sysinfo cpu
- display information about ram (both physical & swap)
sysinfo mem
- display multiple hardware info
sysinfo cpu mem
Shalom !!!
2 comments:
In the standard port version it should have been:
cd /usr/ports/sysutils/sysinfo
Francisco, thanks for the heads up. Post corrected :)
Post a Comment