zephyr/subsys
Jukka Rissanen 5cb6398bbd net: shell: Add extra net_pkt TX timing statistics
Add extra net_pkt TX timing information to "net stats" command.
You neeed to enable CONFIG_NET_PKT_TXTIME_STATS and
CONFIG_NET_PKT_TXTIME_STATS_DETAIL config options.
The "net stats" command will print something like this:

Avg TX net_pkt (5867) time 82 us   [0->33->20->27=80 us]

The extra stats information is the end of line inside brackets.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2020-08-07 10:12:51 +03:00
..
bluetooth Bluetooth: Mesh: Silence proxy not connected log 2020-08-06 12:56:54 +03:00
canbus canbus: use kernel stacks 2020-08-02 10:50:12 -04:00
console uart: Fix uart_irq_callback_user_data_set usage 2020-07-30 09:43:12 +02:00
cpp cpp: Fixed compile warning with extern array declaration 2020-06-09 14:42:16 +02:00
debug zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dfu config: Rename TEXT_SECTION_OFFSET to ROM_START_OFFSET 2020-07-09 14:02:38 -04:00
disk cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
fb zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fs native_posix: Add flags argument to fs_open invocations 2020-07-30 16:33:18 +02:00
jwt zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
logging logging: use kernel stack 2020-08-04 09:45:50 -05:00
mgmt mgmt: mcumgr: Consolidate Kconfig into a single file 2020-08-04 15:16:35 -04:00
net net: shell: Add extra net_pkt TX timing statistics 2020-08-07 10:12:51 +03:00
power cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
random random: Add syscalls for random subsystem 2020-07-08 21:05:36 -04:00
settings subsys/fs: Add open flags parameter to fs_open 2020-07-30 16:33:18 +02:00
shell shell: backend: Uninit shell backend if shell is uninit 2020-08-06 12:16:21 -05:00
stats cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
storage storage: flash_map: Fix partition device retrieval 2020-07-16 11:51:46 -05:00
testsuite ztest: clean up comments, strings, and interface 2020-08-05 15:05:44 -04:00
tracing cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
usb usb: use kernel stacks 2020-08-05 15:21:51 -04:00
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
Kconfig tracing: move tracing under subsys/ 2020-02-07 15:58:05 -05:00