forked from ncabatoff/process-exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add namedprocess_namegroup_tcp_socket_count metrics
Some times, we need to know how many TCP socket are used by a process or a group of process. Adding this metrics allows to know precisely the number of socket created and their states.
- Loading branch information
Showing
11 changed files
with
344 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
sl local_address rem_address st tx_queue rx_queue tr tm->when retrnsmt uid timeout inode | ||
0: 3500007F:0035 00000000:0000 0A 00000000:00000000 00:00000000 00000000 101 0 24695 1 0000000000000000 100 0 0 10 5 | ||
1: 0100007F:8695 00000000:0000 0A 00000000:00000000 00:00000000 00000000 1000 0 32001 1 0000000000000000 100 0 0 10 0 | ||
2: 0100007F:8695 0100007F:9580 01 00000000:00000000 00:00000000 00000000 1000 0 188938 1 0000000000000000 22 4 30 10 -1 | ||
3: 0100007F:8695 0100007F:957E 01 00000000:00000000 00:00000000 00000000 1000 0 188936 1 0000000000000000 22 4 0 10 43 | ||
4: 0100007F:9580 0100007F:8695 01 00000000:00000000 00:00000000 00000000 1000 0 166671 2 0000000000000000 22 4 0 10 -1 | ||
5: 0100007F:957E 0100007F:8695 01 00000000:00000000 00:00000000 00000000 1000 0 194784 1 0000000000000000 22 4 26 10 -1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.