Historical origins
System profilers came into use after punch cards were no longer needed to run programs. Mainframe computers had evolved into have modular architectures at the same time punch cards were being abandoned as input devices. Punch card based mainframe computer systems typically had very rigidly fixed architectures with little variation in input or output devices. Since the 1990s hardware independent system profilers have emerged in some computing architectures, likeUsage origin
InSystem Information.app
, provides system information in simplified tables and trees, whereas detailed, highly-verbose information can be viewed upon executing the /usr/sbin/system_profiler
binary in a terminal emulator.
In Microsoft Windows, similar information can be found by viewing the properties of "My Computer" or "This PC," pressing the msinfo32.exe
System Information (msinfo32.exe) is a system profiler included with Microsoft Windows that displays diagnostic and troubleshooting information related to the operating system, hardware and software. It has been bundled with Windows since Window ...
binary.
List of system profiler software
Microsoft Windows
* System Information – built-in component * CPU-Z – useful when overclocking processors *System Information for Windows (SIW) – portable freeware with software, hardware, and network information as well as miscellaneous tools *GNU/Linux (and some other Unix-like systems)
* uname -a – prints basic information about the current machine and its OS * lshw – prints a list of hardware devices and their properties * dpkg -l – prints a list of all installed packages and their versions (for Linux distributions using Debian-style package management) * rpm -qa – prints a list of all installed packages and their versions (for Linux distributions using Red-Hat-style package management)See also
* Microsoft Diagnostics * System monitor System administration Utility software types