system_info 0.0.6 system_info: ^0.0.6 copied to clipboard
Provides easy access to useful information about the system (architecture, bitness, kernel, operating system, CPU, user).
0.0.6 #
- Renamed method
physicalMemoryFreeSize()
togetFreePhysicalMemory()
- Renamed method
physicalMemoryTotalSize()
togetTotalPhysicalMemory()
- Renamed method
virtualMemoryFreeSize()
togetFreeVirtualMemory()
- Renamed method
virtualMemoryTotalSize()
togetTotalVirtualMemory()
0.0.5 #
- Partial support of
phycical memory
andvirtual memory
statistics
0.0.4 #
- Fixed a bug when parsing comments in the file
/boot/config
on Linux
0.0.3 #
- Changed the algorithm for detecting the number of physical processor sockets on Windows
0.0.1 #
- Initial release