user@stylemd:~$ cat document.md

SYSTEM LOG - Server Monitor

Initialization Sequence

Booting kernel... OK Mounting filesystems... OK Starting network services... sshd started. Initializing StyleMD process... OK

System Status

Running Processes

<span class="code-line"># Check running processes</span>
<span class="code-line">ps aux | grep stylemd</span>
<span class="code-line">USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND</span>
<span class="code-line">root     12345  0.5  2.1 123456 45678 ?        Ssl  10:00   0:05 node /usr/bin/stylemd ...</span>
<span class="code-line"> </span>
<span class="code-line"># View disk usage</span>
<span class="code-line">df -h</span>
<span class="code-line">Filesystem      Size  Used Avail Use% Mounted on</span>
<span class="code-line">/dev/sda1        20G   17G  1.5G  85% /</span>
<span class="code-line">tmpfs           1.0G     0  1.0G   0% /dev/shm</span>

Network Configuration

Interface IP Address Status
eth0 192.168.1.100 UP
lo 127.0.0.1 UP

Recent Alerts

WARNING: High CPU usage detected on worker node 3 at 14:52:10.

INFO: Scheduled backup completed successfully at 03:00:00.

Refer to the Admin Guide for troubleshooting steps.

user@stylemd:~$