Results 1 to 4 of 4

Thread: Can I use kali, to measure the performance of a network?

  1. #1
    Join Date
    2017-Jun
    Location
    Mexico
    Posts
    2

    Question Can I use kali, to measure the performance of a network?

    I have to verify a network, and I would like to know if I can use kali to get some parameters, such as:
    Bandwidth.
    Performance.
    Latency
    Etc...
    Any other parameter that can be measured.

    Any ideas, what commands can I use?

    I really appreciate it guys
    regards

  2. #2
    Join Date
    2016-Dec
    Posts
    806
    Yes you can, and those tasks can be done under any linux. Kali is not focused on that area so you'll have to find tools by yourself. One tool to test network performance is called iperf and google can help you find others.

  3. #3
    iperf3 is in kali linux repositories (and in debain, ubuntu, arch etc...) and works like a charm, very easy to use.
    Code:
    apt show iperf3
    Package: iperf3
    Version: 3.1.3-1
    Priority: optional
    Section: net
    Maintainer: Raoul Gunnar Borenius <[email protected]>
    Installed-Size: 41,0 kB
    Depends: libc6 (>= 2.11), libiperf0
    Homepage: http://software.es.net/iperf/
    Download-Size: 18,4 kB
    APT-Manual-Installed: yes
    APT-Sources: http://http.kali.org/kali kali-rolling/main amd64 Packages
    Description: Internet Protocol bandwidth measuring tool
     Iperf3 is a tool for performing network throughput measurements. It can
     test either TCP or UDP throughput.
     .
     This is a new implementation that shares no code with the original
     iperf from NLANR/DAST and also is not backwards compatible.
     .
     This package contains the command line utility.
    There are also versions for mac and windows so you can use it in a multi-system environment

  4. #4
    Join Date
    2017-Jun
    Location
    Mexico
    Posts
    2
    Thanks guys, this help me a lot
    i will do some test
    thanks for your help

Similar Threads

  1. Replies: 3
    Last Post: 2019-07-09, 18:12
  2. how performance of kali linux on raspberry pi ?
    By gufkl in forum ARM Archive
    Replies: 13
    Last Post: 2017-10-27, 21:54
  3. optimize the performance of kali
    By Lancha in forum General Archive
    Replies: 1
    Last Post: 2014-01-17, 09:09

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •