Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 71 for MONITOR (0.13 sec)

  1. cmd/globals.go

    	globalEventNotifier    *EventNotifier
    	globalNotifyTargetList *event.TargetList
    	globalLambdaTargetList *levent.TargetList
    
    	globalBucketMetadataSys *BucketMetadataSys
    	globalBucketMonitor     *bandwidth.Monitor
    	globalPolicySys         *PolicySys
    	globalIAMSys            *IAMSys
    	globalBytePoolCap       atomic.Pointer[bpool.BytePoolCap]
    
    	globalLifecycleSys       *LifecycleSys
    	globalBucketSSEConfigSys *BucketSSEConfigSys
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  2. cluster/log-dump/log-dump.sh

    readonly supervisord_logfiles="kubelet.log supervisor/supervisord.log supervisor/kubelet-stdout.log supervisor/kubelet-stderr.log supervisor/docker-stdout.log supervisor/docker-stderr.log"
    readonly systemd_services="kubelet kubelet-monitor kube-container-runtime-monitor ${LOG_DUMP_SYSTEMD_SERVICES:-containerd}"
    readonly extra_log_files="${LOG_DUMP_EXTRA_FILES:-}"
    readonly extra_systemd_services="${LOG_DUMP_SAVE_SERVICES:-}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 21:15:57 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure.sh

        cp "${dst_dir}/kubernetes/gci-trusty/gke-internal-configure-helper.sh" "${KUBE_BIN}/"
      fi
    
      cp "${dst_dir}/kubernetes/gci-trusty/health-monitor.sh" "${KUBE_BIN}/health-monitor.sh"
    
      rm -f "${KUBE_HOME}/${manifests_tar}"
      rm -f "${KUBE_HOME}/${manifests_tar}.sha512"
    }
    
    # A helper function for loading a docker image. It keeps trying up to 5 times.
    #
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 36.5K bytes
    - Viewed (0)
  4. pilot/pkg/xds/debug.go

    		}
    		cmdNames = append(cmdNames, key)
    	}
    	sort.Strings(cmdNames)
    	writeJSON(w, cmdNames, req)
    }
    
    // ndsz implements a status and debug interface for NDS.
    // It is mapped to /debug/ndsz on the monitor port (15014).
    func (s *DiscoveryServer) ndsz(w http.ResponseWriter, req *http.Request) {
    	if s.handlePushRequest(w, req) {
    		return
    	}
    	proxyID, con := s.getDebugConnection(req)
    	if con == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 00:26:45 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/interfaces.go

    	Count(key string) (int64, error)
    
    	// RequestWatchProgress requests the a watch stream progress status be sent in the
    	// watch response stream as soon as possible.
    	// Used for monitor watch progress even if watching resources with no changes.
    	//
    	// If watch is lagging, progress status might:
    	// * be pointing to stale resource version. Use etcd KV request to get linearizable resource version.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 07:53:48 UTC 2024
    - 14.8K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/EventListener.kt

     */
    package okhttp3
    
    import java.io.IOException
    import java.net.InetAddress
    import java.net.InetSocketAddress
    import java.net.Proxy
    
    /**
     * Listener for metrics events. Extend this class to monitor the quantity, size, and duration of
     * your application's HTTP calls.
     *
     * All start/connect/acquire events will eventually receive a matching end/release event, either
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  7. pkg/volume/util/atomic_writer.go

    // data directory symlink are created in the writer's target dir.  This scheme
    // allows the files to be atomically updated by changing the target of the
    // data directory symlink.
    //
    // Consumers of the target directory can monitor the ..data symlink using
    // inotify or fanotify to receive events when the content in the volume is
    // updated.
    type AtomicWriter struct {
    	targetDir  string
    	logContext string
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  8. docs/en/docs/deployment/concepts.md

    * There can be **multiple processes** of the **same program** running at the same time.
    
    If you check out the "task manager" or "system monitor" (or similar tools) in your operating system, you will be able to see many of those processes running.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 18K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/helper/SystemHelper.java

    import org.lastaflute.web.servlet.request.RequestManager;
    import org.lastaflute.web.util.LaServletContextUtil;
    import org.lastaflute.web.validation.ActionValidator;
    import org.opensearch.monitor.os.OsProbe;
    
    import com.google.common.cache.CacheBuilder;
    import com.google.common.cache.CacheLoader;
    import com.google.common.cache.LoadingCache;
    import com.ibm.icu.util.ULocale;
    
    public class SystemHelper {
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun May 26 05:52:29 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  10. docs/bucket/replication/README.md

    On the target bucket, `s3:PutObject` event shows `X-Amz-Replication-Status` status of `REPLICA` in the metadata. Additional metrics to monitor backlog state for the purpose of bandwidth management and resource allocation are exposed via Prometheus - see <https://github.com/minio/minio/blob/master/docs/metrics/prometheus/list.md> for more details.
    
    ### Sync/Async Replication
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jan 24 23:46:33 UTC 2023
    - 18.2K bytes
    - Viewed (0)
Back to top