opnsense-exporter/vendor/github.com/prometheus/procfs
ihatemodels 24e8161262 Add initial project structure
- add base structure
 - unify the proto metrics creation and propagation
 - implement arp and openvpn
 - refactor to meet the prom exporter standart
 - add instance label to the metrics
 - refactor the call chain
 - add gateway, unbound_dns and openvpn implementations
 - add gateway stuff
 - structure refactor; mod clean; cron implementation
 - implement cron in the collector; refactor utils in the opnsense package

refactor names and implement option functions to disable collectorInstances

add GH action workflows

Create codeql.yml

- clean

fix stuff
2023-11-26 16:06:03 +02:00
..
internal Add initial project structure 2023-11-26 16:06:03 +02:00
.gitignore Add initial project structure 2023-11-26 16:06:03 +02:00
.golangci.yml Add initial project structure 2023-11-26 16:06:03 +02:00
arp.go Add initial project structure 2023-11-26 16:06:03 +02:00
buddyinfo.go Add initial project structure 2023-11-26 16:06:03 +02:00
cmdline.go Add initial project structure 2023-11-26 16:06:03 +02:00
CODE_OF_CONDUCT.md Add initial project structure 2023-11-26 16:06:03 +02:00
CONTRIBUTING.md Add initial project structure 2023-11-26 16:06:03 +02:00
cpuinfo.go Add initial project structure 2023-11-26 16:06:03 +02:00
cpuinfo_armx.go Add initial project structure 2023-11-26 16:06:03 +02:00
cpuinfo_loong64.go Add initial project structure 2023-11-26 16:06:03 +02:00
cpuinfo_mipsx.go Add initial project structure 2023-11-26 16:06:03 +02:00
cpuinfo_others.go Add initial project structure 2023-11-26 16:06:03 +02:00
cpuinfo_ppcx.go Add initial project structure 2023-11-26 16:06:03 +02:00
cpuinfo_riscvx.go Add initial project structure 2023-11-26 16:06:03 +02:00
cpuinfo_s390x.go Add initial project structure 2023-11-26 16:06:03 +02:00
cpuinfo_x86.go Add initial project structure 2023-11-26 16:06:03 +02:00
crypto.go Add initial project structure 2023-11-26 16:06:03 +02:00
doc.go Add initial project structure 2023-11-26 16:06:03 +02:00
fs.go Add initial project structure 2023-11-26 16:06:03 +02:00
fs_statfs_notype.go Add initial project structure 2023-11-26 16:06:03 +02:00
fs_statfs_type.go Add initial project structure 2023-11-26 16:06:03 +02:00
fscache.go Add initial project structure 2023-11-26 16:06:03 +02:00
ipvs.go Add initial project structure 2023-11-26 16:06:03 +02:00
kernel_random.go Add initial project structure 2023-11-26 16:06:03 +02:00
LICENSE Add initial project structure 2023-11-26 16:06:03 +02:00
loadavg.go Add initial project structure 2023-11-26 16:06:03 +02:00
MAINTAINERS.md Add initial project structure 2023-11-26 16:06:03 +02:00
Makefile Add initial project structure 2023-11-26 16:06:03 +02:00
Makefile.common Add initial project structure 2023-11-26 16:06:03 +02:00
mdstat.go Add initial project structure 2023-11-26 16:06:03 +02:00
meminfo.go Add initial project structure 2023-11-26 16:06:03 +02:00
mountinfo.go Add initial project structure 2023-11-26 16:06:03 +02:00
mountstats.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_conntrackstat.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_dev.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_ip_socket.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_protocols.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_route.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_sockstat.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_softnet.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_tcp.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_udp.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_unix.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_wireless.go Add initial project structure 2023-11-26 16:06:03 +02:00
net_xfrm.go Add initial project structure 2023-11-26 16:06:03 +02:00
netstat.go Add initial project structure 2023-11-26 16:06:03 +02:00
NOTICE Add initial project structure 2023-11-26 16:06:03 +02:00
proc.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_cgroup.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_cgroups.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_environ.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_fdinfo.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_interrupts.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_io.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_limits.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_maps.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_netstat.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_ns.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_psi.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_smaps.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_snmp.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_snmp6.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_stat.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_status.go Add initial project structure 2023-11-26 16:06:03 +02:00
proc_sys.go Add initial project structure 2023-11-26 16:06:03 +02:00
README.md Add initial project structure 2023-11-26 16:06:03 +02:00
schedstat.go Add initial project structure 2023-11-26 16:06:03 +02:00
SECURITY.md Add initial project structure 2023-11-26 16:06:03 +02:00
slab.go Add initial project structure 2023-11-26 16:06:03 +02:00
softirqs.go Add initial project structure 2023-11-26 16:06:03 +02:00
stat.go Add initial project structure 2023-11-26 16:06:03 +02:00
swaps.go Add initial project structure 2023-11-26 16:06:03 +02:00
thread.go Add initial project structure 2023-11-26 16:06:03 +02:00
ttar Add initial project structure 2023-11-26 16:06:03 +02:00
vm.go Add initial project structure 2023-11-26 16:06:03 +02:00
zoneinfo.go Add initial project structure 2023-11-26 16:06:03 +02:00

procfs

This package provides functions to retrieve system, kernel, and process metrics from the pseudo-filesystems /proc and /sys.

WARNING: This package is a work in progress. Its API may still break in backwards-incompatible ways without warnings. Use it at your own risk.

Go Reference CircleCI Go Report Card

Usage

The procfs library is organized by packages based on whether the gathered data is coming from /proc, /sys, or both. Each package contains an FS type which represents the path to either /proc, /sys, or both. For example, cpu statistics are gathered from /proc/stat and are available via the root procfs package. First, the proc filesystem mount point is initialized, and then the stat information is read.

fs, err := procfs.NewFS("/proc")
stats, err := fs.Stat()

Some sub-packages such as blockdevice, require access to both the proc and sys filesystems.

    fs, err := blockdevice.NewFS("/proc", "/sys")
    stats, err := fs.ProcDiskstats()

Package Organization

The packages in this project are organized according to (1) whether the data comes from the /proc or /sys filesystem and (2) the type of information being retrieved. For example, most process information can be gathered from the functions in the root procfs package. Information about block devices such as disk drives is available in the blockdevices sub-package.

Building and Testing

The procfs library is intended to be built as part of another application, so there are no distributable binaries.
However, most of the API includes unit tests which can be run with make test.

Updating Test Fixtures

The procfs library includes a set of test fixtures which include many example files from the /proc and /sys filesystems. These fixtures are included as a ttar file which is extracted automatically during testing. To add/update the test fixtures, first ensure the fixtures directory is up to date by removing the existing directory and then extracting the ttar file using make fixtures/.unpacked or just make test.

rm -rf testdata/fixtures
make test

Next, make the required changes to the extracted files in the fixtures directory. When the changes are complete, run make update_fixtures to create a new fixtures.ttar file based on the updated fixtures directory. And finally, verify the changes using git diff testdata/fixtures.ttar.