빌드서버에서 git 사용시 후반에 느려지는 현상

– 글을 다시 올려봅니다. 이상하게 제 글이 안보이네요^^

안녕하세요.

우분투 12.04 64bit로 빌드서버 운용중에 있습니다.

이전 쓰던 서버에서 1시간이면 git sync 가 끝났지만 새로운 서버에서는 약 3시간 가량 3시간 넘게도 걸리고 있습니다.

이전 쓰던 서버와 nfs 로 연결을 하여 편의성을 도모하려고 했으니 현재 그 부분에서 문제가 생긴 것이 아닐까 생각됩니다.
(eth0 에선 인트라넷, eth1으로는 크로스 케이블로 이전 서버와 연결을 해서 사용했으나 성능 저하가 워낙 심해서 포기했습니다.)

일단 이전과 같이 원복을 했구요. 다시 깔아볼까도 했으나 일단 트러블 슈팅 개념으로 문제점을 잡다가 도저희 모르겠어서 이렇게 글을 올립니다.

이전 글들을 보면 몇몇 정보를 요청하시는 거 같아서 정보를 일단 올려보면…

> lshw -C "network"
*-network
description: Ethernet interface
product: 82574L Gigabit Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: eth0
version: 00
serial: 30:85:a9:06:16:b5
size: 1Gbit/s
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.1.4-k duplex=full firmware=1.8-0 ip=10.22.87.150 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
resources: irq:16 memory:fbde0000-fbdfffff ioport:ec00(size=32) memory:fbddc000-fbddffff
*-network
description: Ethernet interface
product: 82574L Gigabit Network Connection
vendor: Intel Corporation
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth1
version: 00
serial: 30:85:a9:06:14:f9
capacity: 1Gbit/s
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=e1000e driverversion=2.1.4-k firmware=1.8-0 latency=0 link=no multicast=yes port=twisted pair
resources: irq:17 memory:fbce0000-fbcfffff ioport:dc00(size=32) memory:fbcdc000-fbcdffff

> lspci -nn | grep -e "0200" -e "0280"
02:00.0 Ethernet controller [0200]: Intel Corporation 82574L Gigabit Network Connection [8086:10d3]
03:00.0 Ethernet controller [0200]: Intel Corporation 82574L Gigabit Network Connection [8086:10d3]

/etc/sysctl.conf 이 파일엔
net.core.wmem_max=12582912
net.core.wmem_max=12582912
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_sack = 1
net.ipv4.tcp_no_metrics_save = 1
net.core.netdev_max_backlog = 5000

이렇게 튜닝이 되어 있는 상태입니다.

제가 확인을 해봐야 하는 문제점들은 어떤게 있을까요?

혹시나 하시는 부분 있으시면 꼭 말씀주세요. 잘 쓰고 싶은데 참 어렵습니다… ^^