-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkullanim_kilavuzu.txt
More file actions
45 lines (35 loc) · 1.73 KB
/
kullanim_kilavuzu.txt
File metadata and controls
45 lines (35 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
HTTP Status Checker - Kullanım Kılavuzu
1. TEMEL KULLANIM:
cmd'yi açın ve exe'nin bulunduğu dizine gidin:
cd C:\dizin\yolu\dist
Temel komut yapısı:
http_status_checker.exe --sitemap "SITEMAP_URL"
Örnek:
http_status_checker.exe --sitemap "https://www.example.com/sitemap.xml"
2. GELİŞMİŞ KULLANIM:
Daha hızlı tarama için:
http_status_checker.exe --sitemap "https://www.example.com/sitemap.xml" --workers 50 --batch-size 100 --max-rate 5 --ignore-rate-limit-discovery
Parametreler:
--sitemap: Sitemap XML URL'si (zorunlu)
--workers: Eşzamanlı işlem sayısı (varsayılan: 5)
--batch-size: Her batch'teki URL sayısı (varsayılan: 50)
--max-rate: Saniyedeki maksimum istek sayısı (varsayılan: 2)
--ignore-rate-limit-discovery: Keşif sırasında hız sınırını kaldır
--output-dir: Sonuçların kaydedileceği dizin (varsayılan: output)
3. ÖRNEK KOMUTLAR:
a) Basit kullanım:
http_status_checker.exe --sitemap "https://www.example.com/sitemap.xml"
b) Hızlı tarama:
http_status_checker.exe --sitemap "https://www.example.com/sitemap.xml" --workers 50 --batch-size 100
c) Özel çıktı dizini:
http_status_checker.exe --sitemap "https://www.example.com/sitemap.xml" --output-dir "C:\sonuclar"
4. ÇIKTI DOSYALARI:
- sitemap_urls.txt: Bulunan tüm URL'ler
- sitemap_list.txt: Bulunan tüm sitemap'ler
- results.csv: HTTP durum kodları ve sonuçlar
- stats.json: Genel istatistikler
5. ÖNEMLİ NOTLAR:
- URL'leri tırnak içinde yazmayı unutmayın
- Program çalışırken çıktı klasörü otomatik oluşturulacaktır
- Büyük sitelerde tarama uzun sürebilir
- Sunucu kaynaklarına göre workers ve batch-size değerlerini ayarlayın