Home
last modified time | relevance | path

Searched refs:statistics (Results 1 – 25 of 71) sorted by relevance

123

/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DStatisticList.java490 private final StatisticList statistics; field in StatisticOperations
514 public StatisticOperations(StatisticList statistics) in StatisticOperations() argument
516 this.statistics = statistics; in StatisticOperations()
529 it = statistics.iterator(); in calc_sd()
536 sd /= statistics.size(); in calc_sd()
560 buf.append("\nsample = " + statistics.size()); in toZoneString()
586 return ("sample = " + statistics.size() + in toString()
610 if (statistics.size() >= 5) in isValid()
623 doubleValue() / statistics.size(); in process()
/onnv-gate/usr/src/cmd/filebench/config/
H A Dgeneric.func37 # Initialise statistics and argument arrays
60 # statistics scripts to miss arguments !
61 # Clear, run the benchmark, snap statistics
62 # This command will also run external statistics (supplied in an array)
68 # create processes and start run, then collect statistics
/onnv-gate/usr/src/lib/sun_fc/common/
H A DSun_fcGetPortStatistics.cc38 HBA_UINT32 port, PHBA_PORTSTATISTICS statistics) { in Sun_fcGetPortStatistics() argument
42 if (statistics == NULL) { in Sun_fcGetPortStatistics()
/onnv-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c511 struct amd8111s_statistics *statistics = &pOdl->statistics; in amd8111s_recv_copy() local
528 statistics->rx_desc_err ++; in amd8111s_recv_copy()
531 statistics->rx_desc_err_FRAM ++; in amd8111s_recv_copy()
535 statistics->rx_desc_err_OFLO ++; in amd8111s_recv_copy()
540 statistics->rx_double_overflow ++; in amd8111s_recv_copy()
547 statistics->rx_desc_err_CRC ++; in amd8111s_recv_copy()
551 statistics->rx_desc_err_BUFF ++; in amd8111s_recv_copy()
564 statistics->rx_error_zerosize ++; in amd8111s_recv_copy()
568 statistics->rx_allocfail ++; in amd8111s_recv_copy()
575 statistics->rx_ok_packets ++; in amd8111s_recv_copy()
[all …]
H A Damd8111s_main.h276 struct amd8111s_statistics statistics; member
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A Dlh_stats.pod6 lh_node_stats_bio, lh_node_usage_stats_bio - LHASH statistics
22 The B<LHASH> structure records statistics about most aspects of
27 lh_stats() prints out statistics on the size of the hash table, how
/onnv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dcache_kstats_readme.txt37 eventually be phased out. In general the statistics have fallen
55 statistics.
57 These make use of the original statistics gathering mechanism for sdbc,
60 statistics that are global to the entire cache, while the _sd_shared_t struct
61 is used to track statistics particular to a cache descriptor (cd).
65 This global kstat represents statistics which reflect the state of the entire
118 These "cd" kstats present statistics which reflect the state of a single cache
164 global statistics, as well as those per cache descriptor. Since kstat_io_t
229 These "cd" I/O kstats present statistics which reflect the state of a single
243 allocation in the cache. These are "global" statistics.
H A Ddynmem_readme.txt154 number of dynamic memory statistics available to gauge its current state.
247 the kstat library reporting mechanism. In general the statistics fall into
335 and retrieve the statistics for each device the user must:
343 4. to get the device count and associated statistics the user now simply
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dstats.c22 static struct statistics Stat;
140 struct statistics stats;
/onnv-gate/usr/src/cmd/sendmail/include/sendmail/
H A Dmailstats.h25 struct statistics struct
/onnv-gate/usr/src/cmd/agents/snmp/mib/
H A Dmib_HTTP.txt335 "The table providing overview statistics for the xxx protocol
344 "Overview statistics for an individual xxx Server or Client."
445 "The table providing detailed request statistics for the xxx
454 "Request statistics for an individual xxx Server or Client."
473 "The particular request method the statistics apply to."
541 "The table providing detailed response statistics for the xxx
550 "Response statistics for an individual xxx Server or Client."
569 "The particular response status the statistics apply to."
672 "The table providing detailed timeout statistics for the xxx
681 "Timeout statistics for a particular xxx Server or Client."
H A Dmib_MS.txt123 -- The two first tables provide some statistics per Access/Transfer method
124 -- for the entire MS and the other two tables provide some statistics
127 -- We do not provide statistics per Access/Transfer method per Group
129 -- be easy to sum these statistics on all users contained in that Group
331 "The table holding statistics for an MS per
378 "The index used to group statistics per Access method."
507 "The table holding statistics for a entire MS per
548 "The index used to group statistics per Transfer method."
640 -- statistics about the MS.
1016 "The table holding statistics specific to each User per
[all …]
H A Dmib_DM.txt51 " Entry containing operations related statistics
352 -- Entry statistics/Cache performance
359 entry statistics and cache performance of the DSAs."
367 " Entry containing statistics pertaining to entries
593 DSA operations, entry statistics and cache
638 entry statistics and cache performance."
/onnv-gate/usr/src/uts/common/io/nge/
H A Dnge_rx.c79 sw_stp = &ngep->statistics.sw_statistics; in nge_recv_recycle()
159 sw_stp = &ngep->statistics.sw_statistics; in nge_recv_packet()
262 sw_stp = &ngep->statistics.sw_statistics; in nge_rxsta_handle()
H A Dnge_kstats.c80 istp = &ngep->statistics; in nge_statistics_update()
178 sw_stp = &ngep->statistics.sw_statistics; in nge_debuginfo_update()
280 nge_statistics_t *nstp = &ngep->statistics; in nge_m_stat()
H A Dnge_chip.c1405 psw_stat = (nge_sw_statistics_t *)&ngep->statistics.sw_statistics; in nge_chip_err()
1664 ngep->statistics.sw_statistics.tx_stall++; in nge_factotum_stall_check()
1742 ngep->statistics.sw_statistics.intr_count++; in nge_intr_handle()
1743 ngep->statistics.sw_statistics.intr_lval = pintr_src->intr_val; in nge_intr_handle()
1748 ngep->statistics.sw_statistics.rx_err++; in nge_intr_handle()
1750 ngep->statistics.sw_statistics.rx_nobuffer++; in nge_intr_handle()
1759 ngep->statistics.sw_statistics.tx_stop_err++; in nge_intr_handle()
/onnv-gate/usr/src/lib/libsqlite/tool/
H A Dreport1.txt5 in GDBM. The following are statistics on the sizes of keys and data
/onnv-gate/usr/src/cmd/sort/
H A DMakefile.com69 STATS_OBJS = main.o statistics.o $(BASE_OBJS)
/onnv-gate/usr/src/cmd/sgs/lex/common/
H A Dldefs.h251 void statistics(void);
H A Dmain.c237 statistics();
H A Dheader.c370 statistics(void) in statistics() function
/onnv-gate/usr/src/uts/common/io/bge/
H A Dbge_kstats.c203 bstp = DMA_VPTR(bgep->statistics); in bge_statistics_update()
609 DMA_ZERO(bgep->statistics); in bge_init_kstats()
615 ksp->ks_data = DMA_VPTR(bgep->statistics); in bge_init_kstats()
671 bstp = DMA_VPTR(bgep->statistics); in bge_m_stat()
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_CTX_sess_number.pod5 …L_CTX_sess_misses, SSL_CTX_sess_timeouts, SSL_CTX_sess_cache_full - obtain session cache statistics
/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/
H A DSolaris_Performance1.0.mof372 // Memory usage statistics
397 // Composite statistics
510 * Association between a Process and its statistics.
/onnv-gate/usr/src/uts/common/io/
H A Dgld.c695 mac_pvt->statistics = kmem_zalloc(sizeof (struct gld_stats), KM_SLEEP); in gld_register()
808 if (mac_pvt->statistics != NULL) in gld_register()
809 kmem_free(mac_pvt->statistics, sizeof (struct gld_stats)); in gld_register()
903 kmem_free(mac_pvt->statistics, sizeof (struct gld_stats)); in gld_unregister()
1043 stats = mac_pvt->statistics; in gld_update_kstat()
1282 gsp->glds_speed.value.ui64 = mac_pvt->statistics->glds_speed; in gld_update_vlan_kstat()
1283 media = mac_pvt->statistics->glds_media; in gld_update_vlan_kstat()
2070 stats0 = mac_pvt->statistics; in gld_start()
2519 BUMP(mac_pvt->statistics, stats, glds_rcvbadinterp, 1); in gld_precv()
2611 stats0 = mac_pvt->statistics; in gld_recv_tagged()
[all …]

123