Searched refs:statistics (Results 1 – 25 of 80) sorted by relevance
1234
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.stats | 7 bool "Network statistics" 9 Manage statistics accounting. This takes memory so say 'n' if unsure. 15 module-str = Log level for network statistics 16 module-help = Enables statistics module to output debug messages. 20 bool "Collect statistics per network interface" 23 Collect statistics also for each network interface. 26 bool "Expose statistics through NET MGMT API" 29 Enable this if you need to grab relevant statistics in your code, 36 Print out all the statistics periodically through logging. 40 bool "IPv4 statistics" [all …]
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_stats.rst | 13 Network statistics are collected if :kconfig:option:`CONFIG_NET_STATISTICS` is set. 14 Individual component statistics for IPv4 or IPv6 can be turned off 15 if those statistics are not needed. See various options in 18 By default, the system collects network statistics per network interface. This 22 application wants to collect statistics for further processing. The network 27 generic Ethernet statistics. If the 29 Ethernet device driver can collect Ethernet device specific statistics. 30 These statistics can then be transferred to application for processing. 33 show statistics information with ``net stats`` command.
|
D | net_shell.rst | 41 "net sockets", "Show network socket information and statistics. Only available if 44 "net stats", "Show network statistics."
|
/Zephyr-latest/samples/net/stats/ |
D | Kconfig | 1 # Private config options for network statistics sample app 6 mainmenu "Network statistics sample application" 9 int "How often to print statistics (in seconds)" 14 Print statistics after every n. seconds
|
D | README.rst | 2 :name: Network statistics 5 Query and display network statistics from a user application. 10 This sample shows how to query (and display) network statistics from a user 27 Follow these steps to build the network statistics sample application: 37 current network statistics to the console. 41 Global network statistics
|
/Zephyr-latest/kernel/ |
D | Kconfig.obj_core | 123 bool "Object core statistics" 126 This option integrates statistics gathering into the object core 131 bool "Object core statistics for memory slabs" 134 When enabled, this allows memory slab statistics to be integrated 138 bool "Object core statistics for threads" 142 When enabled, this integrates thread runtime statistics into the 143 object core statistics framework. 146 bool "Object core statistics for system level objects" 150 When enabled, this integrates thread runtime statistics at the 151 CPU and system level into the object core statistics framework.
|
/Zephyr-latest/lib/mem_blocks/ |
D | Kconfig | 30 bool "Memory blocks runtime statistics" 34 blocks statistics related to the current and maximum number 46 bool "Object core statistics for memory blocks" 51 This option integrates the object core statistics framework into
|
/Zephyr-latest/subsys/modem/ |
D | Kconfig | 68 bool "Modem statistics" 71 Enables modem statistics shell commands which track the usage of 72 buffers across the modem modules. The statistics are useful for
|
/Zephyr-latest/tests/benchmarks/posix/threads/ |
D | Kconfig | 44 bool "Print statistics periodically" 46 Print statistics periodically throughout the benchmark.
|
D | README.rst | 26 To observe periodic statistics on a per-thread basis in addition to the summary of statistics
|
/Zephyr-latest/subsys/stats/ |
D | Kconfig | 17 setting is disabled, statistics are assigned generic names of the 27 setting is disabled, statistics are assigned generic names of the
|
/Zephyr-latest/doc/kernel/object_cores/ |
D | index.rst | 43 A variety of kernel objects allow for the gathering and reporting of statistics. 45 core statistics. When enabled, the object type contains a pointer to a 46 statistics descriptor that defines the various operations that have been 47 enabled for interfacing with the object's statistics. Additionally, the object 50 statistics. Queried data may be "raw", but it may also have been manipulated in 54 object core statistics as well as the structures used for both "raw" and 76 initialized for use with object cores and object core statistics. 175 integrated into the object core statistics framework can both retrieve queried
|
/Zephyr-latest/tests/benchmarks/sched_queues/ |
D | Kconfig | 25 bool "Log statistics as records" 28 Log summary statistics as records to pass results
|
D | README.rst | 27 summary statistics as records to allow Twister parse the log and save that data 30 the summary statistics will be parsed as data records.
|
/Zephyr-latest/tests/benchmarks/wait_queues/ |
D | Kconfig | 25 bool "Log statistics as records" 28 Log summary statistics as records to pass results
|
D | README.rst | 25 summary statistics as records to allow Twister parse the log and save that data 28 the summary statistics will be parsed as data records.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/stat_mgmt/ |
D | Kconfig | 16 bool "Mcumgr handlers for statistics management" 21 Enables MCUmgr handlers for statistics management.
|
/Zephyr-latest/ |
D | .gitattributes | 11 # language statistics.
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_2.rst | 28 call, within module that gathers the statistics. 120 | | entry name is mapped to value it represents in statistics. | 138 The command is used to obtain list of groups of statistics that are gathered 141 calls, within module that gathers the statistics; this means that this command
|
D | smp_group_0.rst | 21 | ``3`` | Memory pool statistics | 135 Task statistics command 138 The command responds with some system statistics. 140 Task statistics request 143 Task statistics request header fields: 157 Task statistics response 160 Task statistics response header fields: 255 Memory pool statistics 264 Memory pool statistics request header fields: argument 277 Memory pool statistics response argument [all …]
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net_pkt_processing_stats.rst | 11 statistics inside network stack. 18 network packet statistics is collected. For RX, only UDP, TCP or raw packet 19 type network packet statistics is collected. 36 statistics will be collected per traffic class if there are more than one
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | statistic.rst | 14 An application can read out and clean up statistics at any time.
|
/Zephyr-latest/doc/services/debugging/ |
D | thread-analyzer.rst | 8 runtime statistics. 73 Use printk for thread statistics. 75 Use the logger for thread statistics.
|
/Zephyr-latest/tests/kernel/timer/timer_behavior/ |
D | README | 18 necessary statistics that the test will use to assert the test status. 36 for the following time statistics, in seconds: 45 and an integer value of how many data values are collected for the statistics.
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 51 bool "System heap runtime statistics" 53 Gather system heap runtime statistics. 61 One can then iterate through the array to get all heaps statistics
|
1234