11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


iperf 설치 다른 IP 서버와 통신 측정 하기 /u5pvr/ synology/vmware

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    iperf 설치 다른 IP 서버와 통신 측정 하기 /u5pvr/ synology/vmware

    윈도우용 파일 cmd 명령어를 만들어 저장 합니다.

    iperf-2.0.9-win32_11q.kr.7z


    < 테스트 결과 내용 >

    3232235521_1537958903.9111.png

    cmd 명령으로  log 파일 생성을 위와 같이 저장 됩니다.

    3232235521_1537958959.5326.png

    < iperf_c_ip33.cmd 파일 형식으로 log파일 저장 하기>

    echo == [iperf.exe -s] ip:33 u5pvr lan before server setting. ============ >> iperf.log

    echo %date% >> iperf.log

    echo %time% >> iperf.log

    iperf.exe -c 192.168.0.33 >> iperf.log


    3232235521_1537952206.1211.png

    서버명령

    iperf -s -u -i1

    호스트 명령

    iperf -c 192.168.0.33 -u -b1000M -i1 -t 30

    iperf -c 192.168.0.10 -u -b1000M -i1 -t 30

    iperf -c 192.168.0.12 -u -b1000M -i1 -t 30
    ============

    3232235521_1537890083.7733.png

    3232235521_1537890611.6482.png


    참조 사이트

    https://zetawiki.com/wiki/%EC%9A%B0%EB%B6%84%ED%88%AC_iperf_%EC%84%A4%EC%B9%98

    http://dreamlog.tistory.com/430

    https://cafe.naver.com/mk802/28114

    u5pvr은 2.5버전 설치 성공

    트래픽 제네레이터 iperf 설치 방법 (리눅스 기준)

    http://blog.naver.com/PostView.nhn?blogId=huhuhu30&logNo=130163057494

     

    1. http://sourceforge.net/projects/iperf/files/iperf-2.0.5.tar.gz/download  에서 iperf 다운로드

    3232235521_1537848668.7577.png

    파일 윈도우에서 다운로드 파일명 확인 아래 mv download iperf-2.0.5.tar.gz 확인 하세요



    <u5pvr 설치 putty 터미널 실행 설치>

    cd\

    wget https://sourceforge.net/projects/iperf/files/iperf-2.0.5.tar.gz/download

    mv download iperf-2.0.5.tar.gz

    tar -xzvf iperf-2.0.5.tar.gz

    cd iperf-2.0.5.tar.gz

    ./configure

    make

    make install

    iperf -v

    ls

    apt-get install iperf

    iperf -s -u -i1

    ==============

    http://software.es.net/iperf/news.html

    접속 최신 버전링크를 확인 합니다

    최종 버전 확인후

    putty 로 터미널 접합니다

    wget https://downloads.es.net/pub/iperf/iperf-3.6.tar.gz

    다운 로드
    후 압축 해제
    tar -xzvf iperf-3.6.tar.gz

    ls

    cd iperf-3.6

    ./configure

    # <-- 점 슬래쉬임

    make

    make install

    =================== 아래 명령 복사 putty에 붙여넣기하세요 =============

    cd\

    wget https://downloads.es.net/pub/iperf/iperf-3.6.tar.gz

    tar -xzvf iperf-3.6.tar.gz
    cd iperf-3.6

    ./configure

    make

    make install

    iperf -v

    ls

    =================

    <시놀로지 iperf 설치>

    도커에서 설치 실행해놓으면 됩니다

    설치 버전 mlabbe-iperf1 입니다( 설정 없음 설치만 하시고 실행)

    자동으로 iperf -s 됩니다

    3232235521_1537958605.1176.png

    3232235521_1537958771.2545.png
    3232235521_1537958710.9483.png


    3232235521_1537958729.9557.png


    <원도우 버전설치는 2.6버전 2.9 까지 실행 확인>

    https://iperf.fr/iperf-download.php#windows

    3232235521_1537848289.9531.png


    u5pvr 은 대기 상태

    iperf -s -u -i1

    에서 

    해놓고

    원도우 압축 해제 경로에서

    totalcmd로 이동후

    cmd

    iperf -c 192.168.0.33 -u -b1000M -i1 -t 30

    iperf -s -u -i1

    iperf -c 192.168.0.1 -u -b1000M -i1 -t 30

    3232235521_1537852222.1009.png

    3232235521_1537852087.3167.png

    3232235521_1537848213.9881.png

    3232235521_1537851905.7804.png

    c:\Users\shimss\Downloads\iperf-2.0.9-win32\iperf-2.0.9-win32>iperf -c 192.168.0.33 -u -b100M -i1 -t 30

    ------------------------------------------------------------

    Client connecting to 192.168.0.33, UDP port 5001

    Sending 1470 byte datagrams, IPG target: 117.60 us (kalman adjust)

    UDP buffer size: 63.0 KByte (default)

    ------------------------------------------------------------

    [  3] local 192.168.0.12 port 54913 connected with 192.168.0.33 port 5001

    [ ID] Interval       Transfer     Bandwidth

    [  3]  0.0- 1.0 sec  11.9 MBytes   100 Mbits/sec

    [  3]  1.0- 2.0 sec  11.9 MBytes  99.9 Mbits/sec

    [  3]  2.0- 3.0 sec  11.9 MBytes   100 Mbits/sec

    [  3]  3.0- 4.0 sec  11.9 MBytes   100 Mbits/sec

    [  3]  4.0- 5.0 sec  11.9 MBytes  99.9 Mbits/sec

    [  3]  5.0- 6.0 sec  11.9 MBytes   100 Mbits/sec

    [  3]  6.0- 7.0 sec  11.9 MBytes   100 Mbits/sec

    [  3]  7.0- 8.0 sec  11.9 MBytes  99.9 Mbits/sec

    [  3]  8.0- 9.0 sec  11.9 MBytes   100 Mbits/sec

    [  3]  9.0-10.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 10.0-11.0 sec  11.9 MBytes  99.9 Mbits/sec

    [  3] 11.0-12.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 12.0-13.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 13.0-14.0 sec  11.9 MBytes  99.9 Mbits/sec

    [  3] 14.0-15.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 15.0-16.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 16.0-17.0 sec  11.9 MBytes  99.9 Mbits/sec

    [  3] 17.0-18.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 18.0-19.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 19.0-20.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 20.0-21.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 21.0-22.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 22.0-23.0 sec  11.9 MBytes  99.9 Mbits/sec

    [  3] 23.0-24.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 24.0-25.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 25.0-26.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 26.0-27.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 27.0-28.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 28.0-29.0 sec  11.9 MBytes   100 Mbits/sec

    [  3] 29.0-30.0 sec  11.9 MBytes   100 Mbits/sec

    [  3]  0.0-30.0 sec   358 MBytes   100 Mbits/sec

    [  3] Sent 255102 datagrams

    [  3] Server Report:

    [  3]  0.0-30.0 sec   358 MBytes   100 Mbits/sec   0.024 ms    0/255102 (0%)


    c:\Users\shimss\Downloads\iperf-2.0.9-win32\iperf-2.0.9-win32>

    =================

    이하 참조 

    ==================


    ===============================

    root@AOL-Debian:~/iperf-3.6# iperf --help

    Usage: iperf [-s|-c host] [options]

           iperf [-h|--help] [-v|--version]


    Client/Server:

      -f, --format    [kmKM]   format to report: Kbits, Mbits, KBytes, MBytes

      -i, --interval  #        seconds between periodic bandwidth reports

      -l, --len       #[KM]    length of buffer to read or write (default 8 KB)

      -m, --print_mss          print TCP maximum segment size (MTU - TCP/IP header)

      -o, --output    <filename> output the report or error message to this specified file

      -p, --port      #        server port to listen on/connect to

      -u, --udp                use UDP rather than TCP

      -w, --window    #[KM]    TCP window size (socket buffer size)

      -B, --bind      <host>   bind to <host>, an interface or multicast address

      -C, --compatibility      for use with older versions does not sent extra msgs

      -M, --mss       #        set TCP maximum segment size (MTU - 40 bytes)

      -N, --nodelay            set TCP no delay, disabling Nagle's Algorithm

      -V, --IPv6Version        Set the domain to IPv6


    Server specific:

      -s, --server             run in server mode

      -U, --single_udp         run in single threaded UDP mode

      -D, --daemon             run the server as a daemon


    Client specific:

      -b, --bandwidth #[KM]    for UDP, bandwidth to send at in bits/sec

                               (default 1 Mbit/sec, implies -u)

      -c, --client    <host>   run in client mode, connecting to <host>

      -d, --dualtest           Do a bidirectional test simultaneously

      -n, --num       #[KM]    number of bytes to transmit (instead of -t)

      -r, --tradeoff           Do a bidirectional test individually

      -t, --time      #        time in seconds to transmit for (default 10 secs)

      -F, --fileinput <name>   input the data to be transmitted from a file

      -I, --stdin              input the data to be transmitted from stdin

      -L, --listenport #       port to receive bidirectional tests back on

      -P, --parallel  #        number of parallel client threads to run

      -T, --ttl       #        time-to-live, for multicast (default 1)

      -Z, --linux-congestion <algo>  set TCP congestion control algorithm (Linux only)


    Miscellaneous:

      -x, --reportexclude [CDMSV]   exclude C(connection) D(data) M(multicast) S(settings) V(server) reports

      -y, --reportstyle C      report as a Comma-Separated Values

      -h, --help               print this message and quit

      -v, --version            print version information and quit


    [KM] Indicates options that support a K or M suffix for kilo- or mega-


    The TCP window size option can be set by the environment variable

    TCP_WINDOW_SIZE. Most other options can be set by an environment variable

    IPERF_<long option name>, such as IPERF_BANDWIDTH.


    Report bugs to <iperf-users@lists.sourceforge.net>

    root@AOL-Debian:~/iperf-3.6#


    [ 공유기와 연결 호스트 속도 측정]

    대기 서버 준비


    3232235521_1537885746.9664.png


    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    profile_image

    shimss11q님의 댓글

    shimss11q 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일

    windows 에서 다중 네트워크 사용하기, route 설정, 테더링 등 외부망 내부망 사용하기

    출처: http://cofs.tistory.com/292 [CofS]

    http://cofs.tistory.com/292

    profile_image

    shimss11q님의 댓글

    shimss11q 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 아이피 (192.♡.0.1) 작성일
    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 379 / 14 Page
    [ ● 시놀로지작업) NPM 을 이용한 서브도메인 sub.aaa.duckdns.org를 이용한 시놀로지 역방향… ]

    ● 시놀로지작업) NPM 을 이용한 서브도메인 sub.aaa.duckdns.org를 이용한 시놀로지 역방향 프록시 적용 https;// 서브 도…

    [ ● xpenology cpu information 정상적인 정보로 수정하기 및 cpu 사용량 정보 ] 댓글 1

    ● xpenology cpu information 정상적인 정보로 수정하기 및저의 11q.kr 시놀로지 서버 cpu 사용량 입니다.https:/…

    [ 시놀로지 Ds Cloud 사진백업 SD카드 불가능 대응및 Ds File로 스마트폰 사진 촬영즉시 백업 ]

    시놀로지 Ds Cloud 사진백업 SD카드 불가능 대응및 Ds File로 스마트폰 사진 촬영즉시 시놀로지로 백업안드로이 스마트폰의 외장 SD C…

    [ iperf 설치 다른 IP 서버와 통신 측정 하기 /u5pvr/ synology/vmware ] 댓글 2

    iperf 설치 다른 IP 서버와 통신 측정 하기 /u5pvr/ synology/vmware윈도우용 파일 cmd 명령어를 만들어 저장 합니다.i…

    [ 복구)시놀로지 해놀로지 ds3617xs dsm 6.1.1의 시스템 파티션이 충돌 합니다. 실패함 대응 ]

    시놀로지 해놀로지 ds3617xs dsm 6.1.1의 시스템 파티션이 충돌 합니다. 실패함 대응\r\n\r\n위험 메시지\r\n\r\n가급적 신…

    [ 초보자)시놀로지서버 로컬드라브 totalcmd로 간단히 연결하기(넷드라브 없이) ]

    \r\n초보자 서버 사용자)시놀로지서버 로컬드라브 totalcmd로 간단히 연결하기(넷드라브 없이)\r\n저는 로칼드라브를 TOTALCMD를 활…

    [ 자체성공) tvheadend 녹화 파일 자동 인코딩 mkv 파일저장 하는방법(autoencoding.sh 사… ] 댓글 4

    tvheadend 자체적으로 mkv 파일 저장 가능 합니다.사용버전시놀로지 도커 버전 mkv 파일 저장 성공설정 조건tvheadend의 녹화 프…

    [ ● Synology DSM 7용 opkg(Entware)를 통해 패키지 설치 ]

    ●Synology DSM 7용 opkg(Entware)를 통해 패키지 설치시놀로지 dsm 패캐지소스 추가부분 설치가 안되는 증상 나타남내 Syn…

    [ 시놀로지에 pc 파일 공유/백업 하기- pc의 strm 의 wavve영화 폴더 nas공유 ]

    시놀로지에 pc 파일 공유/백업 하기1. 준비 진행1) 시놀로지 팩키지 설치 > synnology drive 설치 > 설정팀 폴더 설…

    [ 팁)헤놀로지 부팅 usb 업그래이드용 부팅디스크 하나더 booting disk 만들기 간편하게 수정 가능 방… ] 댓글 1

    팁)헤놀로지 부팅 usb 업그래이드용 부팅디스크 하나더 booting disk 만들기 간편하게 수정 가능 방법업데이트시 필히 문제발생 대비하여 …

    [ 시놀로지 알림 이메일 설정 테스트 서버 점검 ]

    시놀로지 알림 이메일 설정 테스트나스 이메일 계정 shimss@11q.kr아래와 같이 이메일 테스트 이상 없음설정참고로 그누보드 메일인증을 위한…

    [ 성공)U5mini 데비안9 Stretch 리눅스 업데이트 (베타)_2번째작업 초기화 펌웨어 재설치 처음부터 … ] 댓글 2

    성공)U5mini 데비안9 Stretch 리눅스 업데이트 (베타)_2번째작업 초기화 펌웨어 재설치 처음부터 진행(설치결과)(설치사례)조건: 전체…

    [ 성공)홈피 초기화면 아이콘 정상 로딩 안될때) 시놀로지 나스에서 백엔드 서버를 아파치가 아닌 nginx 를 … ] 댓글 1

    성공)홈피 초기화면 아이콘 정상 로딩 안될때) 시놀로지 나스에서 백엔드 서버를 아파치가 아닌 nginx 를 사용했을 때 모든 페이지를 http …

    [ 그노보드 설치시 시놀로지서버 gd 문제점 대응 ..아것 때문에 3시간 소비 ]

    그노보드 설치시 시놀로지서버 gd 문제점 대응 ..아것 때문에 3시간 소비패티지에서 웹스테이션 php설정 gd 포함 모두 설정 ( dsm 6.1…

    [ ■역방향프록시 응용) 시놀로지 도커 사용자 epg2xml/xmltv.xml 을 dsm 응용프로그램/역방향 프… ]

    ■ 시놀로지 도커 사용자 epg2xml/xmltv.xml 을 dsm 응용프로그램/역방향 프록시 규칙으로 웹상에서 epg 정보 출력 하기 ▶ ds…

    [ 스마트폰과 시놀로지 나스를 이용해서 CCTV로 사용하는법_사용기 ] 댓글 1

    무료 4000원 투자 하지 않고는 서버시작을 눌러야 하며 구글 화면에서 시놀로지 에서 아래와같이 설정해야 나옴ip:포트확인을 하고 설정( 192…

    [ u5pvr의 자체epg생성하여 시놀서버에 다운로드및 시놀도커 epg 를 웹서버에 복사하기 ]

    u5pvr의 자체epg생성하여 내부ip의 iptv에서 xmltv.xml를 사용못해 시놀로지로 서버로 다운로드 하여iptv에서 epg정보 불러오기…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-27 04:15:13

    오늘의 홈 현황


    • 현재 접속자♨ 786 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 9 명
    • 오늘 방문자 1,109 명
    • 어제 방문자 2,422 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,398,138 명
    • 전체 게시물※ 8,658 개
    • 전체 댓글수※ 24,773 개
    • 전체 회원수 11,070 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑