-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
28 lines (28 loc) · 1.33 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: netstat
Type: Package
Title: Retrieve Network Statistics Including Available TCP Ports
Version: 0.1.2
Authors@R: c(
person("Steve", "Condylios", , "steve.condylios@gmail.com", c("aut", "cre"),
comment = c(ORCID = "0000-0003-0599-844X")),
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Patrice", "Kiener", email="fattailsr@inmodelia.com", role=c("aut"),
comment = c(ORCID = "0000-0002-0505-9920"))
)
Maintainer: Steve Condylios <steve.condylios@gmail.com>
BugReports: https://github.com/stevecondylios/netstat/issues
URL: https://github.com/stevecondylios/netstat
Description: R interface for the 'netstat' command line utility used to retrieve and parse
commonly used network statistics, including available and in-use
transmission control protocol (TCP) ports. Primers offering technical background information
on the 'netstat' command line utility are available in the "Linux System Administrator's Manual"
by Michael Kerrisk (2014)
<https://man7.org/linux/man-pages/man8/netstat.8.html>, and on the Microsoft website (2017)
<https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/netstat>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports: utils
Language: en-US