الملفات
Mohamed Moustafa c653222887 first commit
2026-07-27 23:27:12 +03:00

38 أسطر
2.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 700 300" font-family="Consolas, Monaco, monospace">
<defs>
<linearGradient id="tbg" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:#1a1b26"/>
<stop offset="100%" style="stop-color:#16161e"/>
</linearGradient>
</defs>
<!-- Terminal background -->
<rect width="700" height="300" fill="url(#tbg)" rx="10"/>
<rect x="0" y="0" width="700" height="30" fill="#24283b" rx="10"/>
<rect x="0" y="15" width="700" height="15" fill="#24283b"/>
<!-- Terminal buttons -->
<circle cx="20" cy="15" r="6" fill="#f7768e"/>
<circle cx="40" cy="15" r="6" fill="#e0af68"/>
<circle cx="60" cy="15" r="6" fill="#9ece6a"/>
<text x="350" y="19" text-anchor="middle" fill="#565f89" font-size="10">monitor.py — Terminal</text>
<!-- Terminal content -->
<text x="15" y="55" fill="#9ece6a" font-size="11">$ python monitor.py --interval 60</text>
<text x="15" y="80" fill="#565f89" font-size="10">============================================================</text>
<text x="15" y="95" fill="#7aa2f7" font-size="10">Mithal.space Monitor started</text>
<text x="15" y="110" fill="#94a3b8" font-size="10">Target URL : https://mithal.space</text>
<text x="15" y="125" fill="#94a3b8" font-size="10">Check interval : 60 seconds</text>
<text x="15" y="140" fill="#94a3b8" font-size="10">Max records : 1440</text>
<text x="15" y="155" fill="#94a3b8" font-size="10">Metrics file : metrics.json</text>
<text x="15" y="170" fill="#565f89" font-size="10">============================================================</text>
<text x="15" y="195" fill="#9ece6a" font-size="10">✓ status=200 latency=142ms dns=23ms ssl_days=47 search=312ms</text>
<text x="15" y="215" fill="#9ece6a" font-size="10">✓ status=200 latency=138ms dns=21ms ssl_days=47 search=298ms</text>
<text x="15" y="235" fill="#9ece6a" font-size="10">✓ status=200 latency=155ms dns=25ms ssl_days=47 search=341ms</text>
<text x="15" y="260" fill="#bb9af7" font-size="10">[2026-07-27 15:00:12] INFO ✓ status=200 latency=142ms</text>
<text x="15" y="278" fill="#73daca" font-size="10"></text>
</svg>