SystemInformation#
- class caf.toolkit.log_helpers.SystemInformation(user, pc_name, python_version, operating_system, architecture, processor, cpu_count, total_ram)[source]#
Information about the PC and Python version.
- Parameters:
Attributes
Account name of the currently logged in user.
Name of the PC.
Python version being used.
Information about the name and version of OS.
Name of the machine architecture e.g. "AMD64".
Name of the processor e.g. "Intel64 Family 6 Model 85 Stepping 7, GenuineIntel".
Number of logical CPU cores on the machine.
Total virtual memory (bytes) on the machine.
Methods
Attributes Documentation