Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network tool additions I would love included #1544

Open
3 tasks done
mattspidella opened this issue Mar 25, 2025 · 2 comments
Open
3 tasks done

Network tool additions I would love included #1544

mattspidella opened this issue Mar 25, 2025 · 2 comments
Labels
enhancement New feature or request triage

Comments

@mattspidella
Copy link

What type of request is this?

New tool idea

Clear and concise description of the feature you are proposing

Can you please add mtr, hping, pathchar ^ iperf3 to the networking tab?

Is their example of this tool in the wild?

yes all exist today they would simply need to be compiled into the container.

for Iperf3 this would simply spawn a server version of the tool so clients could do bandwidth testing to it.

Additional context

UI could be a text field for target ip/dns name and check boxes with text fields for data strings. for example with mtr

Tool: mtr
Target: 10.1.0.5
Option list
|
|
X Packet size [ 1500 ]
X Tcp
|
V

then present the terminal window or dump the data. The window would be optimal so it can be left to run and watched rather than reports being rerun over and over.

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@mattspidella mattspidella added enhancement New feature or request triage labels Mar 25, 2025
@sharevb
Copy link
Contributor

sharevb commented Mar 26, 2025

Hi @mattspidella , it-tools is a client side only, so no server part, so no spawn ; everything is executed in JS in your browser

@mattspidella
Copy link
Author

understood, Thanks for the quick response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

2 participants