Home | History | Annotate | Download | only in doc

Lines Matching full:item

42 <item><tt/ss -t -a/ dumps all TCP sockets
43 <item><tt/ss -u -a/ dumps all UDP sockets
44 <item><tt/ss -w -a/ dumps all RAW sockets
45 <item><tt/ss -x -a/ dumps all UNIX sockets
122 <item><tt/all/ - for all the states
123 <item><tt/bucket/ - for TCP minisockets (<tt/TIME-WAIT|SYN-RECV/)
124 <item><tt/big/ - all except for minisockets
125 <item><tt/connected/ - not closed and not listening
126 <item><tt/synchronized/ - connected and not <tt/SYN-SENT/
158 <item>A. Address/port match, where address is checked against mask
218 <item> B. Port expressions:
242 <item>C. Keyword <tt/autobound/. It matches to sockets bound automatically
252 <item>1. List all the tcp sockets in state <tt/FIN-WAIT-1/ for our apache
263 <item> 2. Well, now look at the rest...
278 <item> 3. So, let's look at all our sockets using autobound ports:
285 <item> 4. And eventually find all the local processes connected
318 <item><tt/-h/ - show help page
319 <item><tt/-?/ - the same, of course
320 <item><tt/-v/, <tt/-V/ - print version of <tt/ss/ and exit
321 <item><tt/-s/ - print summary statistics. This option does not parse
325 <item><tt/-D FILE/ - do not display anything, just dump raw information
328 <item><tt/-F FILE/ - read continuation of filter from <tt/FILE/.
331 <item><tt/-r/ - try to resolve numeric address/ports
332 <item><tt/-n/ - do not try to resolve ports
333 <item><tt/-o/ - show some optional information, f.e. TCP timers
334 <item><tt/-i/ - show some infomration specific to TCP (RTO, congestion
336 <item><tt/-e/ - show even more optional information
337 <item><tt/-m/ - show extended information on memory used by the socket.
339 <item><tt/-p/ - show list of processes owning the socket
340 <item><tt/-f FAMILY/ - default address family used for parsing addresses.
345 <item><tt/-4/ - alias for <tt/-f inet/
346 <item><tt/-6/ - alias for <tt/-f inet6/
347 <item><tt/-0/ - alias for <tt/-f link/
348 <item><tt/-A LIST-OF-TABLES/ - list of socket tables to dump, separated
353 <item><tt/-x/ - alias for <tt/-A unix/
354 <item><tt/-t/ - alias for <tt/-A tcp/
355 <item><tt/-u/ - alias for <tt/-A udp/
356 <item><tt/-w/ - alias for <tt/-A raw/
357 <item><tt/-a/ - show sockets of all the states. By default sockets
360 <item><tt/-l/ - show only sockets in state <tt/LISTEN/
372 <item> All standard TCP states: <tt/established/, <tt/syn-sent/,
376 <item><tt/all/ - for all the states
377 <item><tt/connected/ - all the states except for <tt/listen/ and <tt/closed/
378 <item><tt/synchronized/ - all the <tt/connected/ states except for
380 <item><tt/bucket/ - states, which are maintained as minisockets, i.e.
382 <item><tt/big/ - opposite to <tt/bucket/
396 <item> <tt/dst ADDRESS_PATTERN/ - matches remote address and port
397 <item> <tt/src ADDRESS_PATTERN/ - matches local address and port
398 <item> <tt/dport RELOP PORT/ - compares remote port to a number
399 <item> <tt/sport RELOP PORT/ - compares local port to a number
400 <item> <tt/autobound/ - checks that socket is bound to an ephemeral
412 <item><tt/inet/ - <tt/ADDRESS_PATTERN/ consists of IP prefix, optionally
415 <item><tt/inet6/ - The same as <tt/inet/, only prefix refers to an IPv6
419 <item><tt/unix/ - <tt/ADDRESS_PATTERN/ is shell-style wildcard.
420 <item><tt/packet/ - format looks like <tt/inet/, only interface index
422 <item><tt/netlink/ - format looks like <tt/inet/, only socket pid
437 <item> <tt/PROC_SLABINFO/ to override <tt>/proc/slabinfo</tt>
438 <item> <tt/PROC_NET_TCP/ to override <tt>/proc/net/tcp</tt>
439 <item> <tt/PROC_NET_UDP/ to override <tt>/proc/net/udp</tt>
440 <item> etc.
515 <item> <tt/netstat -at/ - 15.6 seconds
516 <item> <tt/ss -atr/, but without <tt/tcp_diag/ - 5.4 seconds
517 <item> <tt/ss -atr/ with <tt/tcp_diag/ - 0.47 seconds