This assignment presents a comprehensive Linux system change logger script designed for health monitoring and performance analysis. The script utilizes various Linux commands, including 'ps', 'du', 'ip link show', and 'awk', to collect data on CPU and RAM usage, network interfaces, home directories, and running processes. The script generates a log file providing critical performance metrics, aiding system administrators in identifying resource bottlenecks and optimizing system performance. The document also explains the design considerations, user instructions, and the commands used, along with the version of the OS and test results with exemplary log and screen outputs. The reflection highlights the script's importance in resource management and efficient system operation. This assignment is a practical application of computer systems and networks principles, offering insights into system administration and performance tuning.