Actions
Feature #5038
openPut netstat -s output on NFD status page
Status:
New
Priority:
Low
Assignee:
-
Category:
Tools
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Description
See title.
This is very useful for debugging when you don't have a user account on the testbed router.
For example, it will show where packets get lost (UDP send/receive buffer errors, IP reassemblies failed).
The output should be reasonably close to real-time, or updated when the website is refreshed.
Updated by Davide Pesavento about 5 years ago
- Tracker changed from Task to Feature
- Category set to Tools
- Start date deleted (
10/29/2019)
Updated by Davide Pesavento about 5 years ago
- Assignee deleted (
Davide Pesavento)
Updated by Junxiao Shi almost 3 years ago
Debian 11 no longer has netstat
command by default.
ip -s addr
can show some counters, but it doesn't support -j
flag for JSON output.
Actions