1. Message
OK yazıyorsa bir problem olmadığını gösterir.
Message: | OK |
2. Manager
Manager | |||
List Applications | HTML Manager Help | Manager Help | Server Status |
List applications: web applicationları listele
HTML manager help : yardım için
Manager help : yardım için
Server status : server durumu öğren
Server status'e tıkladığımızda /status sayfası açılıyor.
Buradaki başlıkları inceleyelim.
OS :
Physical memory: 32748.85 MB Available memory: 27929.93 MB Total page file: 37612.85 MB Free page file: 31523.42 MB Memory load: 14
Process kernel time: 2.75 s Process user time: 12.578 s
JVM:
Free memory: 449.33 MB Total memory: 491.00 MB Max memory: 7278.50 MB
Memory Pool | Type | Initial | Total | Maximum | Used |
---|---|---|---|---|---|
PS Eden Space | Heap memory | 128.50 MB | 128.50 MB | 2687.00 MB | 9.36 MB (0%) |
PS Old Gen | Heap memory | 341.50 MB | 341.50 MB | 5459.00 MB | 11.31 MB (0%) |
PS Survivor Space | Heap memory | 21.00 MB | 21.00 MB | 21.00 MB | 20.97 MB (99%) |
Code Cache | Non-heap memory | 2.43 MB | 12.12 MB | 240.00 MB | 11.98 MB (4%) |
Compressed Class Space | Non-heap memory | 0.00 MB | 2.37 MB | 1024.00 MB | 2.13 MB (0%) |
Metaspace | Non-heap memory | 0.00 MB | 20.12 MB | -0.00 MB | 19.34 MB |
"http-apr-8080"
Max threads: 200 Current thread count: 10 Current thread busy: 1 Keeped alive sockets count: 2
Max processing time: 112 ms Processing time: 3.217 s Request count: 449 Error count: 184 Bytes received: 0.00 MB Bytes sent: 0.55 MB
Max processing time: 112 ms Processing time: 3.217 s Request count: 449 Error count: 184 Bytes received: 0.00 MB Bytes sent: 0.55 MB
Stage | Time | B Sent | B Recv | Client (Forwarded) | Client (Actual) | VHost | Request |
---|---|---|---|---|---|---|---|
S | 1 ms | 0 KB | 0 KB | 127.0.0.1 | 127.0.0.1 | localhost | GET /manager/status HTTP/1.1 |
R | ? | ? | ? | ? | ? | ? |
P: Parse and prepare request S: Service F: Finishing R: Ready K: Keepalive
...
3. Applications
Applications | |||||
Path | Version | Display Name | Running | Sessions | Commands |
/ | None specified | Welcome to Tomcat | true | 0 | Start |
/MyProject | None specified | true | 1 | Start | |
/docs | None specified | Tomcat Documentation | true | 0 | Start |
/examples | None specified | Servlet and JSP Examples | true | 0 | Start |
/host-manager | None specified | Tomcat Host Manager Application | true | 0 | Start |
/manager | None specified | Tomcat Manager Application | true | 1 | Start Stop Reload Undeploy |
Burada serverda bulunan applicationların listesini görebiliyoruz.
path: url path
version: varsa versiyon bilgisi
display name: varsa görünen ismi
running: şu anda çalışıyor mu (true = çalışıyor)
sessions: şu anda kaç session var
commands: çeşitli komutlar.
- Start: çalıştır
- Stop: durdur
- Reload: yeniden yükle
- Undeploy: kaldır
- Expire sessions with idle <= x minutes: Session x dakikayı geçtiği anda expire etsin.
Application listesine bakalım:
/ : root taki default index.jsp sayfası bulunuyor.
/MyProject : MyProject adlı örnek bir web application bulunuyor.
/docs : tomcat dokümanları mevcut
/examples : tomcat örnek dosyaları bulunuyor
/host-manager :
/manager : tomcat web application manager, yani şu an incelediğimiz uygulama.
4. Deploy
Deploy | |
Deploy directory or WAR file located on server | |
WAR file to deploy | |
Deploy directory or war file located on server:
Burada serverda bulunan bir war dosyası ya da uygulama klasörünün adresini belirterek deploy edebiliyoruz.
Context path kısmına url yi yazıyoruz.
xml configuration file url kısmına xml konfigürasyon dosyasının adresini veriyoruz.
war or directory url kısmına war dosyasını ya da proje klasörünün adresini veriyoruz.
Deploy'a tıkladığımızda uygulama deploy ediliyor, yani servera yüklenmiş oluyor.
war file to deploy:
Burada da servera bir war dosyası yükleyerek web application'ı direk deploy edebiliyoruz.
5.Diagnostics
Diagnostics | |
Check to see if a web application has caused a memory leak on stop, reload or undeploy | |
Burada web application durdurulduğunda, yeniden yüklendiğinde ya da undeploy edildiğinde memory leak oluşturup oluşturmadığını kontrol edebiliyoruz.
Find leaks butonuna tıkladığımızda garbage collection tetikleniyor.
Bir de uyarı var: eğer production serverda iseniz ne yaptığınıza çok dikkat edin deniyor.
6. Server information
Server Information | |||||||
Tomcat Version | JVM Version | JVM Vendor | OS Name | OS Version | OS Architecture | Hostname | IP Address |
Apache Tomcat/7.0.59 | 1.8.0_31-b13 | Oracle Corporation | Windows 8.1 | 6.3 | amd64 | server1 | 192.168.56.1 |
Tomcat Version: Tomcat'in versiyon bilgisi.
JVM version: JVM versiyonu.
JVM vendor: JVM sahibi firma bilgisi.
OS name: İşletim sistemi
OS version: İşletim sistemi versiyonu
OS architecture: İşletim sistemi mimarisi (32 ya da 64 bit)
Hostname: makinenin ağdaki host adı
IP address: makinenin ağdaki ip adresi
JVM version: JVM versiyonu.
JVM vendor: JVM sahibi firma bilgisi.
OS name: İşletim sistemi
OS version: İşletim sistemi versiyonu
OS architecture: İşletim sistemi mimarisi (32 ya da 64 bit)
Hostname: makinenin ağdaki host adı
IP address: makinenin ağdaki ip adresi
Hiç yorum yok:
Yorum Gönder