Searched refs:stats (Results 1 - 12 of 12) sorted by relevance

/solaris-userland-s11u3/components/php-5_3/Solaris/
H A Dphp-apc-stats.conf24 Alias /stats/apc "/usr/php/<<VERSION>>/samples/apc"
H A Dphp-memcache-stats.conf24 Alias /stats/memcache "/usr/php/<<VERSION>>/samples/memcache"
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dnfs.py65 stats = {}
67 stats["volume_backend_name"] = backend_name or self.__class__.__name__
68 stats["driver_version"] = ZFS_NFS_VERSION
69 stats["vendor_name"] = 'Oracle'
70 stats['storage_protocol'] = self.driver_volume_type
81 stats['total_capacity_gb'] = global_capacity / float(units.Gi)
82 stats['free_capacity_gb'] = global_free / float(units.Gi)
83 stats['reserved_percentage'] = 0
84 stats['QoS_support'] = False
85 self._stats = stats
[all...]
H A Dzfs.py464 stats = {}
466 stats["volume_backend_name"] = backend_name or self.__class__.__name__
467 stats["storage_protocol"] = self.protocol
468 stats["driver_version"] = self.version
469 stats["vendor_name"] = 'Oracle'
470 stats['QoS_support'] = False
475 stats['total_capacity_gb'] = \
477 stats['free_capacity_gb'] = Size(avail_size).get(Size.gb_units)
478 stats['reserved_percentage'] = self.configuration.reserved_percentage
480 stats['location_inf
[all...]
/solaris-userland-s11u3/components/visual-panels/sysmon/src/java/vpanels/app/sysmon/com/oracle/solaris/vp/panels/sysmon/client/swing/
H A DSmfMonitoredResource.java54 private InstanceStatistics stats; field in class:SmfMonitoredResource
69 stats = new InstanceStatistics(repo);
70 stats.addPropertyChangeListener(propFwdListener);
103 return stats.getStatus();
108 return stats.getStatusText();
/solaris-userland-s11u3/components/php-5_3/APC/
H A DMakefile43 $(INSTALL) -m 0644 $(COMPONENT_DIR)/../Solaris/php-apc-stats.conf \
44 $(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR)/php$(PHP_REL)-apc-stats.conf; \
46 $(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR)/php$(PHP_REL)-apc-stats.conf; \
/solaris-userland-s11u3/components/php-5_3/memcache/
H A DMakefile45 $(INSTALL) -m 0644 $(COMPONENT_DIR)/../Solaris/php-memcache-stats.conf \
46 $(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR)/php$(PHP_REL)-memcache-stats.conf; \
48 $(PROTO_DIR)/$(APACHE2_SAMPLES_CONFDIR)/php$(PHP_REL)-memcache-stats.conf; \
/solaris-userland-s11u3/components/visual-panels/smf/src/java/vpanels/app/smf/com/oracle/solaris/vp/panels/smf/client/swing/
H A DMainControl.java95 private InstanceStatistics stats = new InstanceStatistics(); field in class:MainControl
153 stats.setManagedObject(fRepo);
165 stats.setManagedObject(null);
276 return stats;
/solaris-userland-s11u3/components/unixodbc/
H A DMakefile89 CONFIGURE_OPTIONS += --enable-stats
/solaris-userland-s11u3/components/open-fabrics/libibverbs/
H A Dsolaris_compatibility.c1363 sol_get_cpu_stats(sol_cpu_stats_t *stats) argument
1369 memset(stats, 0, sizeof (sol_cpu_stats_t));
1400 stats->t_user += knp->value.ui64;
1409 stats->t_kernel += knp->value.ui64;
1418 stats->t_idle += knp->value.ui64;
1427 stats->t_iowait += knp->value.ui64;
1436 stats->t_intr += knp->value.ui64; /* This is in NSEC */
/solaris-userland-s11u3/components/openstack/nova/files/solariszones/
H A Ddriver.py3134 """Update currently known host stats."""
3723 """Get the currently known host CPU stats.
3905 stats = self._host_stats
3906 if not isinstance(stats, list):
3907 stats = [stats]
3908 return [s['hypervisor_hostname'] for s in stats]
/solaris-userland-s11u3/components/openstack/horizon/files/branding/css/
H A Dsolaris1.css1854 .glyphicon-stats:before {

Completed in 105 milliseconds