Skip to content

Commit 1a151f1

Browse files
authored
Update README.md
1 parent 0f503dd commit 1a151f1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,8 @@ WHERE listening.address = '127.0.0.1';
129129
Table Types
130130
-----------
131131

132-
processes:
132+
`processes`: Columns are based on psutil's Process attributes, see http://pythonhosted.org/psutil/#psutil.Process
133133

134-
Columns are based on psutil's Process attributes, see http://pythonhosted.org/psutil/#psutil.Process
134+
`listening_ports`: pid, address, port
135135

136-
137-
listening_ports:
138-
139-
columns: pid, address, port
136+
`net_connections`: pid, address, port, type, status

0 commit comments

Comments
 (0)