Fading Coder

One Final Commit for the Last Sprint

System Performance Monitoring Commands (Memory, Disk I/O, CPU)

Memory Usage Monitoring Virtual memory extends physical memory using disk space, where inactive memory pages are swapped out to disk to free up RAM for active processes. When needed again, these pages are read back into memory transparently to the user. On Linux systems, virtual memory typically ref...

Installing and Operating nmon for Linux Performance Monitoring

nmon is a performance monitoring tool designed for AIX and Linux systems. While it supports IBM's AIX operating system, this guide focuses on its application in Linux environments for system performance analysis. Downloading and Installing nmon 1.1 Downloading nmon Obtain the nmon binary executable...