Skip to content

Add new functions to read various net files for a specific process#226

Merged
eminence merged 1 commit intomasterfrom
proc_net_functions
Dec 18, 2022
Merged

Add new functions to read various net files for a specific process#226
eminence merged 1 commit intomasterfrom
proc_net_functions

Conversation

@eminence
Copy link
Owner

The functions in the net module all read from the /proc/net symlink, which always points to the current process.

These new functions read from /proc/pid/net

Closes #126
Supersedes #218

The functions in the `net` module all read from the `/proc/net` symlink,
which always points to the current process.

These new functions read from `/proc/pid/net`

Closes #126
Supersedes #218
@eminence eminence merged commit ff5832e into master Dec 18, 2022
@eminence eminence deleted the proc_net_functions branch December 29, 2022 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow reading from specific pid's /net/dev

1 participant