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

[BB #217] Improvements for tools/ping and tools/traceroute #50

Open
xixix-ft opened this issue Jan 29, 2025 · 0 comments
Open

[BB #217] Improvements for tools/ping and tools/traceroute #50

xixix-ft opened this issue Jan 29, 2025 · 0 comments

Comments

@xixix-ft
Copy link

Ref. https://bitbucket.org/pedro311/freshtomato-arm/issues/217/improvements-for-tools-ping-and-tools

rs232 created an issue 2022-04-08

Since the first tomato release if we run a traceroute or ping via the Tools GUI nothing is displayed until the command launched is fully completed. For ping (if failed) it can take 10sec+ where traceroute in the very worst scenario can take even longer.

I think it would be good if the command output is updated on the page as it happens (e.g. line by line)
Comments (2)

rs232 reporter

I would personally also expand the parameter that can be passed to each ping / traceroute.

‌

E.g. for ping

‌
    Modify the default Ping count to from 5 to 3

‌

add these fields:

Swift mode [X]

So on/off appends -A to the command (on by default)

‌

timeout [___] (default 5 to allow DNS resolution)

numeric = which essentially adds -W $N

‌

‌

for traceroute I would add:

‌

IP only [X] (default off)

So on/off. On would appends -n

‌

Bypass routing [X] (default off)

So on/off. On would appends -r

‌

Use ICPM [X] off = udp (default off)

On would append -I

‌

Probes per hop [___] (default 1)

numeric = which essentially adds -q $N

‌

Ms send wait [___] (default 1)

numeric = adds -z $N

‌
    2024-02-15
Hogwild

I too could use this enhancement.
    2024-12-03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant