by Devin Yang
(This article was automatically translated.)

Published - 5 years ago ( Updated - 5 years ago )

can use the command:
cat /proc/net/sockstat
result:
sockets: used 4807
TCP: inuse 2190 orphan 4 tw 42 alloc 4430 mem 2247
UDP: inuse 38 mem 81
UDPLITE: inuse 0
RAW: inuse 0
FRAG: inuse 0 memory 0

Tags:

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


Turn Raspberry PI into Air audio

Turn Raspberry into air-audio, build according to the diagram, guarantee success, I tried..

docker,sqlserver

D-Laravel builds SQL Server environment

How to build D-Laravel's SQL Server environment

javascript

Introducing document.designMode

document.designMode, you can control the entire document to become editable. We adjust by "on" and "off". We can do many things through document.execCommand, for example: insertText.