metricsop

package
v0.5.22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2024 License: MIT Imports: 8 Imported by: 0

README

サンプルリスト

このディレクトリには以下のサンプルがあります。

file example name note
heap.go metrics_heap runtime/metrics を利用してヒープメモリ関連の情報を取得するサンプルです.
cpu.go metrics_cpu runtime/metrics を利用してCPU関連の情報を取得するサンプルです.
sched.go metrics_sched runtime/metrics を利用してスケジューラ関連の情報を取得するサンプルです.

Documentation

Overview

Package metricsop runtime/metrics を利用したメトリクス取得のサンプルが配置されています。

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cpu

func Cpu() error

Cpu は、runtime/metrics を利用してCPU関連の情報を取得するサンプルです.

REFERENCES

func Heap

func Heap() error

Heap は、runtime/metrics を利用してヒープメモリ関連の情報を取得するサンプルです.

REFERENCES

func NewRegister

func NewRegister() mapping.Register

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。

func Sched

func Sched() error

Sched は、runtime/metrics を利用してスケジューラ関連の情報を取得するサンプルです.

REFERENCES

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL