일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- DNS
- 칭찬교육
- CPU
- PORT
- PERL
- apachetop
- Hack
- 리눅스
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- 솔라리스
- ext3
- cadre
- pid
- Bash
- iptables
- rm
- 디스크
- http
- Disk
- Python
- windows
- Performance
- 좌절교육
- ext4
- rm -rf
- rsync
- goaccess
- Cache
- Linux
- Kernel
- Today
- Total
목록분류 전체보기 (151)
Ben's
[server] zfs set sharenfs='anon=0,rw=192.168.1.150,rw=192.168.1.151' FILE02pool(솔라리스 NFS server) [client] mount_nfs -o noatime,rw,tcp,soft -t 50 -x 3 192.168.1.153:/FILE02/pds /mnt/home2(FreeBSD) mount -t nfs -o noatime,rw,tcp,soft,timeo=50,retrans=3 192.168.1.153:/FILE02/pds /mnt/home2(리눅스) * 때때로 cachefs 를 활용하면 io 성능을 향상 시킬수 있음. http://blog.naver.com/leejaku?Redirect=Log&logNo=20003112278 * NFS..
http://svn.uludag.org.tr/viewcvs/playground/review/applications/network/hping/files/bytesex.h.patch?revision=49142&root=pardus&view=markup&pathrev=49142 http://calcan.blog66.fc2.com/blog-entry-89.html
* arp.dat 파일을 보면 아래와 같은 형식임. [root@fw-4 ~]# tail -f /var/log/arp.dat 0:40:f4:ss:7e:a7 xxx.xxx.xxx.xxx 1218151198 * date +%s 명령을 이용하면 human type 을 unix type 으로 변경이 가능함. %s seconds since 1970-01-01 00:00:00 UTC * 반대의 경우는 mysql 이나 php 함수를 이용하면 됩니다. 아래는 mysql 함수 이용 mysql> select FROM_UNIXTIME(1218151198); +---------------------------+ | FROM_UNIXTIME(1218151198) | +---------------------------+ | 200..
[업그레이드 전] => idle 0% 임(분명 vmstat 에서는 90% 이상 idle 이 있음에도 불구) [root@nhkotest src]# top 1:10pm up 364 days, 9:47, 5 users, load average: 0.24, 1.43, 2.93 166 processes: 164 sleeping, 1 running, 1 zombie, 0 stopped CPU0 states: 62.0% user, 37.0% system, 0.0% nice, 0.0% idle CPU1 states: 89.0% user, 10.0% system, 0.0% nice, 0.0% idle Mem: 2052236K av, 1995728K used, 56508K free, 0K shrd, 147924K buff..
* 아래의 방법으로 인위적으로 megasas 장치의 CPU별 인터럽트 분배를 조작함. - CPU0 번만 쓰게 하기 [root@nhkotest ~]# echo '0000001' > /proc/irq/78/smp_affinity; cat /proc/irq/78/smp_affinity 00000001 - 전체 CPU 갯수 만큼 분산시켜 쓰게 하기 [root@nhkotest ~]# echo 'ffffffff' > /proc/irq/78/smp_affinity; cat /proc/irq/78/smp_affinity ffffffff * 테스트 결과: 위와 같이 조작한후 iotest 해봄. [irqbalance 끄고, CPU 1개만 처리하게 했을때] Version 1.03 ------Sequential Output-..
* 프롬프트 변수 설정: /etc/profile export PS1="[ \u@\h \w \\$ ] " * sys-unconfig: 시스템 구성 재설정 (http://blog.naver.com/tangamjaelt?Redirect=Log&logNo=39652807) * showrev -p: 패치정보 보기 [750G*3 raidz + 750*1 hotspare 구성] 1. 먼저 한개의 디스크를 파티셔닝 한다 format /dev/rdsk/c1t2d0 2. 다른 디스크들을 초기화 한다. [ root@new-file-02 / # ] fdisk -B /dev/rdsk/c1t3d0 [ root@new-file-02 / # ] fdisk -B /dev/rdsk/c1t4d0 [ root@new-file-02 / # ..
* write cache 켜져 있는지랑 에러가 있는지 여부 또는 정보등을 볼때 유용할것 같습니다. [root@yum ~]# hdparm -i /dev/sda /dev/sda: Model=ST380815AS , FwRev=3.AAC , SerialNo= 9QZ12F59 Config={ HardSect NotMFM HdSw>15uSec Fixed DTR>10Mbs RotSpdTol>.5% } RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=4 BuffType=unknown, BuffSize=8192kB, MaxMultSect=16, MultSect=?16? CurCHS=16383/16/63, CurSects=16514064, LBA=yes, LBAsects=156..
[root@nhkotest-000 varnish]# ./configure checking build system type... x86_64-redhat-linux-gnu checking host system type... x86_64-redhat-linux-gnu checking target system type... x86_64-redhat-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc..