procfs
procfs copied to clipboard
procfs provides functions to retrieve system, kernel and process metrics from the pseudo-filesystem proc.
FreeBSD contains optional `linprocfs` and `linsysfs` modules that provides a subset of the equivalent Linux pseudo-filesystems. They are usually mounted in `/compat/linux/proc` and `/compat/linux/sys`. It would be great if this...
Hi Added fips_enabled status parsing from /proc/sys/crypto/fips_enabled. Had created a pull request earlier in prometheus/node_exporter repo but as per @discordianfish parsing needs to be from this repository. PR Link -...
When analysing performance issue, it is useful to know process run on which cpu. Signed-off-by: peter wang [email protected]
This adds support for several SAS classes from `/sys/class`: * `sas_host` * `sas_device` * `sas_end_device` * `sas_expander` * `sas_phy` * `sas_port` These are for issue #452, which is needed for...
The mountstats for NFS mounts can contain multiple xprt lines when `nconnect` is greater than one. Because traffic is equally spread between all the connections, when nconnect is greater than...
Linux exports ~5 useful metrics per SAS PHY, which can be useful for debugging SAS performance problems and errors. I'm planning on adding support for this to node_exporter (see https://github.com/prometheus/node_exporter/issues/2386),...
As part of prometheus/node_exporter#1604, parse information from `/sys/class/net/*/bonding*/*` to provide information regarding current bonding state for bonding controllers and their devices. I have some style/format questions that I would appreciate...
We have a case that some of the cpu (threads) are offline intentionally (see lscpu below), procfs will "interpolate" those offline values. This patch made the /proc/stat parsing with the...
I'm running a full ipv6 linux host with nftables (iptables replacement) I'm notice that conntrack node-exporter collector is failing on all hosts because "conntrack probably not loaded" I've followed the...