http://hcl.xensource.com/cpus/?vendor=1
출처 : http://jdm.kr/blog/2 오늘은 리눅스 크론탭에 대해 알아볼까 합니다. 음, 윈도우에서는 스케줄러와 비슷하다고 보면 되겠네요."특정 시간에 특정 작업을 해야한다."라고 한다면 크론탭을 사용해 편하게 리눅스를 사용하실 수 있습니다.1. 크론탭 기본 (crontab basic)일단 기본이 되는 크론탭 사용법을 한 번 볼까요. 리눅스 쉘에서 다음처럼 입력합니다.$ crontab -e 그러면 뭔가 편집할 수 있는 곳이 로딩됩니다. 이곳이 바로 크론탭을 설정할 수 있는 장소이죠. 여기에 각종 크론탭 명령어를 입력후 콜론(:) 입력 후에 wq 를 입력해 크론탭을 갱신시킵시다.반대로 현재 크론탭에 어떤 내용이 들어있는지 보려면 다음처럼 입력하세요.$ crontab -l 그러면 cat 명령어로 파..
NVMe 를 사용하는 Xenserver VM의 성능 테스트 결과 아래와 같다. Dell, Huawei NVMe 3600P U.2 를 장착한 서버들에서 Xenserver VM and 일반 리눅스 비교 테스트를 진행 했다.테스트 결과를 아래와 같이 3가지로 요약 할 수 있다. 1. Xenserver VM에 NVMe 를 적용할 경우 I/O 성능 향상 가능 2. CPU 성능과 NVMe 성능은 밀접한 관계를 가짐3. NVMe를 가상화 해서 사용할 경우 일반 리눅스 보다 write 성능 손실은 거의 없지만 read 성능은 손실 됨 1. Xenserver VM에 NVMe 를 적용할 경우 I/O 성능 향상 가능 위 그림과 4K 기준으로 IOPS 를 측정한 결과로 Xenserver VM 대비 read 성능은 거의..
출처 : http://www.shinli.com/?p=689 Adding an SSD/NVME Storage Device to Citrix XenServerPosted on March 18, 2017In the process of creating Virtual Machines (VMs) for labs for a customer, I needed to have 10VMs running at the same time. My XenServer host uses a 1.5TB local SATA drive for VM storage and an iSCSI storage server. I can’t use the storage server for these VMs as I will be taking my lab..
성능 Apache (httpd) Nginx 비고 총 커넥션 수 ServerLimit 2048 MaxClients 2048 (Tomcat maxThreads) * (Tomcat instance 수) * 0.9 = 총 connection worker_processes 4; events { worker_connections 1024; } worker_process * worker_connection = 총 connection 타임아웃 Timeout 10 Keepalive off client_body_timeout 5s; client_header_timeout 5s; keepalive_timeout 5s; send_timeout 5s; resolver_timeout 5s; GZIP 압축 전송 LoadModule..
https://support.citrix.com/article/CTX202821 Applicable ProductsXenServer 6.2.0XenServer 6.1.0XenServer 6.5Symptoms or ErrorThe following errors or alerts might appear in XenCenter:File System on Control Domain Full.Disk usage for the Control Domain on server 'XenServer' has reached 99.0%. XenServer's performance will be critically affected if this disk becomes full .Log files or other non-essen..