6. 도구 관련 업데이트
중요
All the IBM Java components are available online due to a late detection of missing COPYRIGHT notice. This applies to the Supplementary CD contents for Red Hat Enterprise Linux 5 on all architectures and releases. For more information, see the Red Hat Knowledgebase.
SystemTap
is now fully supported, and has been re-based to the latest upstream version. This update features improved user-space probing through shared libraries, experimental DWARF unwinding, and a new<sys/sdt.h>
header file which provides dtrace-compatible markers.This re-base also enhances support fordebuginfo-less
operations. Typecasting (through the @cast operator) is now supported, along with kernel tracepoint probing. Several'kprobe.*'
probe bugs that hampereddebuginfo-less
operations are also now resolved.SystemTap also features several documentation improvements. A new '3stap
' feature provides users with useful man pages on most SystemTap probes and functions. Thesystemtap-testsuite
package also features a larger library of sample scripts.SystemTap 업데이트에 관한 보다 자세한 내용은 기술 노트의 패키지 업데이트 장에 있는 SystemTap 부분을 참조하십시오.- Systemtap 추적점은 커널의 중요한 부분에 있어 시스템 관리자는 코드의 성능 및 코드의 일부 디버깅을 분석할 수 있습니다. Red Hat Enterprise Linux 5.4에서 추적점은 다음과 같은 커널 하부 시스템 부분에 기술 평가 사항으로 추가되었습니다:
- 메모리 관리 (mm) (BZ#493444)
- 블록 장치 I/O (blktrace)(Bugzilla #493454)
- 네트워크 파일 시스템 (NFS) (BZ#499008)
- 페이지 캐시 및 네트워킹 스택 (BZ#475719)
- 스케줄러 (BZ#497414)
- 이번 릴리즈에서 Gnu Compiler Collection 버전 4.4 (GCC4.4)는 기술 평가 사항으로 추가되어 있습니다. 이에는 C, C++, Fortran 컴파일러 및 지원 라이브러리가 포함되어 있습니다.
glibc 새로운 MALLOC 작동:
여러 소켓 및 코어의 확장성을 향상시키기 위해 최근 업스트림 glibc이 변경되었습니다. 이는 메모리 풀 스레드를 할당하고 경우에 따라 잠금 상태가 발생하지 않도록 변경되었습니다. 메모리 풀에서 사용된 추가 메모리 양은 환경 변수 MALLOC_ARENA_TEST 및 MALLOC_ARENA_MAX를 사용하여 제어할 수 있습니다.MALLOC_ARENA_TEST는 메모리 풀 수가 이 값에 도달하면 코어 수 테스트를 실행하도록 지정합니다. MALLOC_ARENA_MAX는 코어 수에 상관없이 사용되는 최대 메모리 풀 수를 설정합니다.RHEL 5.4 릴리즈에서 glibc은 업스트림 malloc의 기술 평가 사항으로 통합되어 있습니다. 스레드 당 메모리 풀을 활성화하려면 환경 변수 MALLOC_PER_THREAD를 환경 설정해야 합니다. 이러한 새 malloc 동작이 향후 릴리즈에서 기본값으로 될 경우 이 환경 변수는 사용되지 않습니다. malloc 리소스에 대해 경합이 발생하는 경우 사용자는 이 옵션을 사용할 수 있습니다.