Home
last modified time | relevance | path

Searched full:statistics (Results 1 – 25 of 1438) sorted by relevance

12345678910>>...58

/freebsd/usr.sbin/iostat/
H A Diostat.862 statistics
83 statistics on terminal, device and cpu operations.
84 The first statistics that are printed are averaged over the system uptime
89 statistics output.
91 be specified, so that the subsequent sets of printed statistics will be
97 Display CPU statistics.
113 Display only device statistics.
114 If this flag is turned on, only device statistics will be displayed, unless
118 is also specified to enable the display of CPU or TTY statistics.
130 Display total statistics for a given time period, rather than average
[all …]
/freebsd/usr.bin/ctlstat/
H A Dctlstat.841 .Nd CAM Target Layer statistics utility
58 utility provides statistics information for the CAM Target Layer.
59 The first display (except for dump and JSON modes) shows average statistics
61 Subsequent displays show average statistics during the measurement
71 Display statistics this many times.
73 Disable CPU statistics display.
78 Dump statistics every 30 seconds in a text format suitable for parsing.
79 No statistics are computed in this mode, only raw numbers are displayed.
84 Dump statistics every 30 seconds in JavaScript Object Notation (JSON) format.
85 No statistics are computed in this mode, only raw numbers are displayed.
[all …]
/freebsd/sys/dev/qat/include/common/
H A Dsal_statistics_strings.h7 * Config values names for statistics
10 /**< Config value name for enabling/disabling statistics */
12 /**< Config value name for enabling/disabling Compression statistics */
14 /**< Config value name for enabling/disabling Diffie-Helman statistics */
16 /**< Config value name for enabling/disabling DRBG statistics */
18 /**< Config value name for enabling/disabling DSA statistics */
20 /**< Config value name for enabling/disabling ECC statistics */
22 /**< Config value name for enabling/disabling Key Gen statistics */
24 /**< Config value name for enabling/disabling Large Number statistics */
26 /**< Config value name for enabling/disabling Prime statistics */
[all …]
/freebsd/share/man/man7/
H A Dstats.732 .Nd information about various and sundry statistics utilities
46 CAM Target Layer statistics utility
52 Print statistics about GEOM disks
56 Dump multicast group management statistics per interface
58 Report kernel subsystem I/O statistics
60 Display IPF packet filter statistics and filter list
64 Report kernel lock and profiling statistics
66 Display mail statistics
68 Show network status and statistics
70 Display NFS statistics
[all …]
/freebsd/usr.bin/systat/
H A Dsystat.133 .Nd display system statistics
42 utility displays various system statistics in a screen oriented fashion
62 Other displays show swap space usage, disk I/O statistics (a la
64 virtual memory statistics (a la
66 TCP/IP statistics,
122 This will display statistics of packets per second for network interfaces
127 This will display all IO statistics in a numeric format and the information
185 Display, in the lower window, statistics about messages received and
226 but displays statistics for IPv6 ICMP.
230 display, except that it displays IP and UDP statistics.
[all …]
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dsal_statistics.h10 * Statistics related defines, structures and functions
30 /**< Numeric values for crypto statistics */
33 /**< String representing the value for disabled statistics */
46 /**< If CPA_TRUE then statistics functionality is enabled */
48 /**< If CPA_TRUE then Compression statistics are enabled */
50 /**< If CPA_TRUE then Diffie-Helman statistics are enabled */
52 /**< If CPA_TRUE then DSA statistics are enabled */
54 /**< If CPA_TRUE then ECC statistics are enabled */
56 /**< If CPA_TRUE then Key Gen statistics are enabled */
58 /**< If CPA_TRUE then Large Number statistics are enabled */
[all …]
/freebsd/contrib/sendmail/mailstats/
H A Dmailstats.814 \- display mail statistics
25 utility displays the current mail statistics.
27 First, the time at which statistics started being kept is displayed,
31 the statistics for each mailer are displayed on a single line,
86 Read the specified statistics file instead of the statistics file
92 Output information in program-readable mode without clearing statistics.
95 Output information in program-readable mode and clear statistics.
111 /etc/mail/statistics
114 statistics file.
/freebsd/contrib/sendmail/libsm/
H A Dmemstat.c23 ** SM_MEMSTAT_OPEN -- open memory statistics
42 ** SM_MEMSTAT_CLOSE -- close memory statistics
58 ** SM_MEMSTAT_GET -- get memory statistics
62 ** pvalue -- (pointer to) memory statistics value (output)
95 ** SM_MEMSTAT_OPEN -- open memory statistics
120 ** SM_MEMSTAT_CLOSE -- close memory statistics
143 ** SM_MEMSTAT_GET -- get memory statistics
147 ** pvalue -- (pointer to) memory statistics value (output)
203 ** SM_MEMSTAT_OPEN -- open memory statistics
220 ** SM_MEMSTAT_CLOSE -- close memory statistics
[all …]
/freebsd/lib/libmemstat/
H A Dlibmemstat.330 .Nd "library interface to retrieve kernel memory allocator statistics"
144 provides an interface to retrieve kernel memory allocator statistics, for
149 supports both retrieving a single statistics snapshot, as well as
150 incrementally updating statistics for long-term monitoring.
167 statistics information; currently:
197 including retrieving statistics and properties, as well as setting of caller
204 it is managed by, as well as current statistics on use.
205 Some statistics are directly measured, others are derived from directly
206 measured statistics.
207 Certain high level statistics are present across all available allocators,
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStatistic.h11 /// to expose various metrics from passes. These statistics are printed at the
22 /// NOTE: Statistics *must* be declared as global variables.
35 // Determine whether statistics should be enabled. We must do it here rather
165 // STATISTIC - A macro to make definition of statistics really simple. This
175 /// Enable the collection and printing of statistics.
178 /// Check if statistics are enabled.
184 /// Print statistics to the file returned by CreateInfoOutputFile().
187 /// Print statistics to the given output stream.
190 /// Print statistics in JSON format. This does include all global timers (\see
196 /// Get the statistics. This can be used to look up the value of
[all …]
/freebsd/sbin/ping/tests/
H A Dtest_ping.py303 --- localhost ping statistics ---
319 --- localhost ping statistics ---
335 --- 192.0.2.1 ping statistics ---
350 --- 192.0.2.2 ping statistics ---
365 --- 2001:db8::1 ping statistics ---
380 --- 2001:db8::2 ping statistics ---
397 --- 192.0.2.1 ping statistics ---
412 --- 192.0.2.2 ping statistics ---
429 --- 2001:db8::1 ping statistics ---
444 --- 2001:db8::2 ping statistics ---
[all …]
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.135 statistics
44 command displays statistics kept about
47 For the NFSv4 server, the statistics are for operations within the Compound
50 statistics in the client(s).
55 Only display client side statistics.
57 Display statistics for the NFS server that are similar to those
79 Report the extra statistics collected by the NFS client and
84 except that the statistics include NFSv4.1 and NFSv4.2 and the numbers aren't
101 Only display server side statistics.
118 Reset statistics after displaying them.
/freebsd/usr.sbin/sa/
H A Dsa.835 .Nd print system accounting statistics
58 which contain system statistics according
112 If printing command statistics, sort output by the sum of user and system
118 If printing command statistics, sort by the average number of disk
120 If printing user statistics, print the average number of
123 If printing command statistics, sort and print by the total number
134 If printing command statistics, sort by the cpu-time average memory
136 If printing user statistics, print the cpu-time average
139 If printing command statistics, print and sort by the cpu-storage integral.
143 Print per-user statistics rather than per-command statistics.
[all …]
/freebsd/contrib/sendmail/src/
H A DMakefile.m422 # location of sendmail statistics file (usually /etc/mail/ or /var/log)
25 # statistics file name
26 STFILE= ifdef(`confSTFILE', `confSTFILE', `statistics')
29 # full path to installed statistics file (usually ${STDIR}/statistics)
41 bldPUSH_TARGET(`statistics')
43 statistics:
44 ${CP} /dev/null statistics
89 install-st: statistics
91 …${INSTALL} -c -o ${SBINOWN} -g ${UBINGRP} -m ifdef(`confSTMODE', `confSTMODE', `0600') statistics
93 install-submit-st: statistics ${DESTDIR}${MSPQ}
[all …]
/freebsd/lib/libbsdstat/
H A Dbsdstat.h35 * Base class for managing+displaying periodically collected statistics.
51 /* set the format of the statistics to display */ \
53 /* collect+store ``current statistics'' */ \
55 /* collect+store ``total statistics'' */ \
57 /* update ``total statistics'' if necessary from current */ \
65 /* print current statistics terminated by a \n */ \
67 /* print total statistics terminated by a \n */ \
69 /* print total statistics in a verbose (1 stat/line) format */ \
71 /* print available statistics */ \
75 * Statistics base class. This class is not usable; only
[all …]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dstats.h320 * struct mvm_statistics_load - RX statistics for multi-queue devices
386 * enum iwl_statistics_notif_flags - flags used in statistics notification
387 * @IWL_STATISTICS_REPLY_FLG_CLEAR: statistics were cleared after this report
394 * enum iwl_statistics_cmd_flags - flags used in statistics command
395 * @IWL_STATISTICS_FLG_CLEAR: request to clear statistics after the report
397 * @IWL_STATISTICS_FLG_DISABLE_NOTIF: disable unilateral statistics
406 * struct iwl_statistics_cmd - statistics config command
416 * enum iwl_statistics_notify_type_id - type_id used in system statistics
418 * @IWL_STATS_NTFY_TYPE_ID_OPER: request legacy statistics
419 * @IWL_STATS_NTFY_TYPE_ID_OPER_PART1: request operational part1 statistics
[all...]
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iro.h35 /* Tstorm port statistics */
38 /* Tstorm ll2 port statistics */
77 /* Tstorm LightL2 queue statistics */
80 /* Ustorm LiteL2 queue statistics */
83 /* Pstorm LiteL2 queue statistics */
86 /* Mstorm queue statistics */
98 /* Mstorm pf statistics */
101 /* Ustorm queue statistics */
104 /* Ustorm pf statistics */
107 /* Pstorm queue statistics */
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-iostat.835 .Nd display logical I/O statistics for ZFS storage pools
46 Displays logical I/O statistics for the given pools/vdevs.
47 Physical I/O statistics may be observed via
54 If no items are specified, statistics for every pool in the system are shown.
57 the statistics are printed every
69 The first report printed is always the statistics since boot regardless of
184 Verbose statistics Reports usage statistics for individual vdevs within the
185 pool, in addition to the pool-wide statistics.
187 Normally the first line of output reports the statistics since boot:
210 Include average latency statistics:
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp10 // way to expose various success metrics from passes. These statistics are
53 "Enable statistics output from program (available with Asserts)"), in initStatisticOptions()
56 "stats-json", cl::desc("Display statistics as json data"), in initStatisticOptions()
63 /// called. We print statistics from the destructor.
73 /// Sort statistics by debugtype,name,description.
85 iterator_range<const_iterator> statistics() const { in statistics() function in __anonece966b40111::StatisticInfo
189 // Print out the statistics header... in PrintStatistics()
191 << " ... Statistics Collected ...\n" in PrintStatistics()
194 // Print all of the statistics. in PrintStatistics()
209 // Print all of the statistics. in PrintStatisticsJSON()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_as2201.c29 * second. Then, it sends statistics commands to the radio and expects
30 * a multi-line reply showing the corresponding statistics or other
31 * selected data. Statistics commands are sent in order as determined by
34 * 1, the statistics data are written to the clockstats file for later
65 #define SMAX 200 /* statistics buffer length */
78 char *lastptr; /* statistics buffer pointer */
79 char stats[SMAX]; /* statistics buffer */
81 int index; /* current statistics command */
105 "LORAN ENSEMBLE\r", /* GPS/LORAN ensemble statistics */
111 "LORAN ENSEMBLE\r", /* GPS/LORAN ensemble statistics */
[all...]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectStats.cpp24 "Enable statistics collection", nullptr, in CommandObjectStatsEnable()
32 result.AppendError("statistics already enabled"); in DoExecute()
45 "Disable statistics collection", nullptr, in CommandObjectStatsDisable()
53 result.AppendError("need to enable statistics before disabling them"); in DoExecute()
130 interpreter, "statistics dump", "Dump metrics in JSON format", in CommandObjectStatsDump()
131 "statistics dump [<options>]", eCommandRequiresTarget) {} in CommandObjectStatsDump()
153 : CommandObjectMultiword(interpreter, "statistics", in CommandObjectStats()
154 "Print statistics about a debugging session", in CommandObjectStats()
155 "statistics <subcommand> [<subcommand-options>]") { in CommandObjectStats()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBStatisticsOptionsDocstrings.i2 "A container for options to use when dumping statistics."
5 %feature("docstring", "Sets whether the statistics should only dump a summary."
7 %feature("docstring", "Gets whether the statistics only dump a summary."
10 Sets whether the statistics will force loading all possible debug info."
13 Gets whether the statistics will force loading all possible debug info."
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.83 ipfstat \- reports on packet filter statistics and filter list
33 is to retrieve and display the accumulated statistics which have been
49 Display packet authentication statistics.
69 Show fragment state information (statistics) and held state information (in
100 printing statistics.
103 Show packet/flow state information (statistics only).
106 Show held state information (in the kernel) if any is present (no statistics).
136 The role of \fBipfstat\fP is to display current kernel statistics gathered
145 One of the statistics that \fBipfstat\fP shows is \fBticks\fP.
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStatistics.h1 //===-- Statistics.h --------------------------------------------*- C++ -*-===//
51 /// This is a RAII class is designed to help gather timing statistics within
53 /// elapsed times. This helps LLDB measure statistics for many things that are
85 /// A class to count success/fail statistics.
98 /// A class that represents statistics for a since lldb_private::Module.
177 /// A class that represents statistics for a since lldb_private::Target.
216 /// The single target to emit statistics for if non NULL, otherwise dump
217 /// statistics only for the specified target.
220 /// If true, only report high level summary statistics without
232 // This settings is here to maintain compatibility with "statistics enable"
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOPENSSL_LH_stats.pod7 OPENSSL_LH_node_stats_bio, OPENSSL_LH_node_usage_stats_bio - LHASH statistics
23 The B<LHASH> structure records statistics about most aspects of
26 OPENSSL_LH_stats() prints out statistics on the size of the hash table and how
28 number of additional statistics, but the tracking of these statistics is no
29 longer supported and these statistics are always reported as zero.

12345678910>>...58