HomeSort by relevance Sort by last modified time
    Searched refs:Kstat (Results 1 - 16 of 16) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
Kstat.pm 28 # Kstat.pm provides the bootstrap for the Sun::Solaris::Kstat module.
31 package Sun::Solaris::Kstat;
37 bootstrap Sun::Solaris::Kstat $VERSION;
Kstat.xs 30 * Kstat.xs is a Perl XS (eXStension module) that makes the Solaris
31 * kstat(3KSTAT) facility available to Perl scripts. Kstat is a general-purpose
35 * It would be too inefficient to read every kstat in the system, so this module
72 * appropriate raw kstat read routines.
75 /* Kstat related includes */
77 #include <kstat.h>
87 /* Ultra-specific kstat includes */
107 #define DEBUG_ID "Sun::Solaris::Kstat"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/kstat/
Kstat.java 29 package com.sun.solaris.service.kstat;
35 * <code>/usr/include/sys/kstat.h</code> for details.
37 public final class Kstat {
48 Kstat(long kctl, long ksp)
55 * Returns the kstat's <code>ks_snaptime</code> field.
60 * Returns the kstat's <code>ks_crtime</code> field.
65 * Returns the named value -- the value of the named kstat, or
66 * field in a raw kstat, as applicable, and available. Returns
67 * <i>null</i> if no such named kstat or field is available.
69 * @throws KstatTypeNotSupportedException if the raw kstat is no
    [all...]
KstatCtl.java 29 package com.sun.solaris.service.kstat;
32 * <code>kstat</code> controlling object. Allows kstats to be looked up
48 * Invokes <code>kstat_open(3KSTAT)</code>. The returned object
58 * Calls <code>kstat_close(3KSTAT)</code>.
67 * Invokes <code>kstat_open(3KSTAT)</code>.
72 * Invokes <code>kstat_close(3KSTAT)</code>.
77 * Invokes <code>kstat_lookup(3KSTAT)</code> and returns a Kstat
80 public native Kstat lookup(String module, int instance, String name);
83 * Invokes <code>kstat_chain_update(3KSTAT)</code>
    [all...]
Makefile 28 # cmd/pools/poold/com/sun/solaris/service/kstat/Makefile
35 SOURCE = Kstat.java \
  /onnv/onnv-gate/usr/src/cmd/pools/poold/libjkstat/
Makefile 39 com.sun.solaris.service.kstat.Kstat \
40 com.sun.solaris.service.kstat.KstatCtl
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/
Kstat.t 27 # test script for Sun::Solaris::Kstat
53 use Sun::Solaris::Kstat;
57 # Check we can create a Kstat object OK
60 if (! eval { $ks = Sun::Solaris::Kstat->new() }) {
  /onnv/onnv-gate/usr/src/cmd/kstat/
kstat.pl 37 use Sun::Solaris::Kstat;
49 "kstat [ -qlp ] [ -T d|u ] [ -c class ]\n" .
52 "kstat [ -qlp ] [ -T d|u ] [ -c class ]\n" .
171 my $ks = Sun::Solaris::Kstat->new(strip_strings => 1);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/contrib/
Makefile 47 $(SUN_SOLARIS)/Kstat \
  /onnv/onnv-gate/usr/src/cmd/psrinfo/
psrinfo.pl 38 use Sun::Solaris::Kstat;
48 # Regexp describing cpu_info kstat fields describing CPU hierarchy.
51 # Translation of kstat name to human-readable form
76 # Hash with CPU ID as a key and specific per-cpu kstat hash as a value
291 # Return numerically sorted list of distinct values of a given cpu_info kstat
306 # Return subset of CPUs sharing specified value of a given cpu_info kstat field.
438 my $ks = Sun::Solaris::Kstat->new(strip_strings => 1) or
463 # Construct %cpu_list hash keyed by CPU ID with cpu_info kstat hash as its
474 # The name part of the cpu_info kstat should always be a string
561 my $ci = $info->{$name}; # cpu_info kstat for this CP
    [all...]
  /onnv/onnv-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
SystemMonitor.java 36 import com.sun.solaris.service.kstat.*;
76 * Kstat interface for raw data
249 Kstat kstat = kc.lookup("cpu", local
252 if (kstat == null)
256 kstat.read();
258 value = (UnsignedInt64) kstat.
  /onnv/onnv-gate/usr/src/cmd/lgrpinfo/
lgrpinfo.pl 37 # Sun::Solaris::Kstat is used to extract per-lgroup load average.
38 use Sun::Solaris::Kstat;
47 # kernel in the 'loadscale' variable of lgroup kstat, but in case it is missing
736 my $ks = Sun::Solaris::Kstat->new(strip_strings => 1) or
741 warn(gettext("$cmdname: can not read lgrp kstat\n)")),
  /onnv/onnv-gate/usr/src/cmd/intrd/
intrd.pl 53 # script. That file is expected to implement a kstat "simulator" which
67 require Sun::Solaris::Kstat;
125 # getstat() is handed a reference to a kstat and generates a hash, returned
132 # {"snaptime"} kstat's snaptime
161 # kstats are not generated atomically. Each kstat hierarchy will
164 # coherent kstat timing information across all the kstats. To
183 #"state" fld of kstat w/
338 # {"minsnap"} time of the first kstat snaptime used in this delta
339 # {"maxsnap"} time of the last kstat snaptime used in this delta
507 # Transfer over basic info about the kstat. W
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWperl584core/
prototype_i386 324 d none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Sun/Solaris/Kstat 0755 root bin
325 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Sun/Solaris/Kstat/Kstat.bs 0444 root bin
326 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/Sun/Solaris/Kstat/Kstat.so 0555 root bin
prototype_sparc 324 d none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/Sun/Solaris/Kstat 0755 root bin
325 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/Sun/Solaris/Kstat/Kstat.bs 0444 root bin
326 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/Sun/Solaris/Kstat/Kstat.so 0555 root bin
prototype_com 207 f none usr/perl5/5.8.4/lib/Sun/Solaris/Kstat.pm 0444 root bin

Completed in 480 milliseconds