Lines Matching refs:kstat
33 import rad.bindings.com.oracle.solaris.rad.kstat_2 as kstat
180 'NVVT_KSTAT': 'kstat',
465 """Solaris Zones Driver using the zonemgr(3RAD) and kstat(3RAD) providers.
553 kstat.Control())
748 raise exception.NovaException("kstat URI must be string type: "
751 if not uri.startswith("kstat:/"):
752 uri = "kstat:/" + uri
757 kstat.Kstat(), rad.client.ADRGlobPattern({"uri": uri}))
760 LOG.info(_("Unable to retrieve kstat object '%s' via kstat(3RAD): "
778 LOG.error(_("Unable to aggregate non-summable kstat %s;%s "
786 if not isinstance(ks, kstat.Kstat):
787 reason = (_("Attempted to get a kstat from %s type.") % (type(ks)))
809 accum_uri = "kstat:/zones/cpu/sys_zone_accum/%d" % zone.id
810 uri = "kstat:/zones/cpu/sys_zone_%d" % zone.id
2687 uri = "kstat:/zone_caps/caps/%s_zone_%d/%d" % (stat, zone.id,
2691 # Get the inital accumulated data kstat, then get the sys_zone kstat
2693 # kstat, and if the generation number hasn't changed, add its values.
2697 accum_uri = "kstat:/zones/cpu/sys_zone_accum/%d" % zone.id
2698 uri = "kstat:/zones/cpu/sys_zone_%d" % zone.id
2705 # all the same kstat type. This gets a list of all the statistics
2706 # which end in "_cur" from the first (guaranteed) kstat element.
3777 uri = "kstat:/misc/unix/pset/0"
3786 uri = "kstat:/pages/unix/system_pages"