| Crates.io | lls |
| lib.rs | lls |
| version | 0.4.2 |
| created_at | 2022-11-08 11:22:03.09919+00 |
| updated_at | 2025-04-22 00:09:44.858078+00 |
| description | list listening sockets |
| homepage | |
| repository | https://github.com/jcaesar/lls |
| max_upload_size | |
| id | 707974 |
| size | 79,991 |
list of listening sockets for humans
sshd (pid 836 user root) / :22 tcp / 0.0.0.0 + ::
systemd-resolved (pid 623 user systemd-resolve)
├ :53 tcp
│ ├ 127.0.0.53 (lo)
│ └ 127.0.0.54 (lo)
├ :53 udp
│ ├ 127.0.0.53 (lo)
│ └ 127.0.0.54 (lo)
├ :5355 tcp / 0.0.0.0 + ::
└ :5355 udp / 0.0.0.0 + ::
NetworkManager (pid 733 user root)
├ :58 raw / *
└ :546 udp / fe80::eb32:98c3:7108:525d (wlan0)
systemd (pid 1 user root) / :631 tcp / 127.0.0.1 (lo)
cupsd (pid 866 user root) / :631 tcp / ::1 (lo)
kdeconnectd (pid 1245 user k900)
├ :1716 tcp / *
└ :1716 udp / *
avahi-daemon (pid 655 user avahi)
├ :5353 udp / 0.0.0.0 + ::
├ :39826 udp / 0.0.0.0
└ :49528 udp / ::
lls selling points:
More specifically
ss has a nice short command, but then you need a lot of arguments. -plut0wn maybe? (Though of course, ss can do things lls can't, like printing established connections or unix sockets.)ss output requires ~160 columns, while lls makes do with ~60.ss output order is unfathomable.ss will just display the command name, e.g. python or node, but not what script is running.
lls tries to parse the command line of the interpreters and display the script name where possible.ss prints almost no information for listening ports belonging to WireGuard or VXLAN interfaces, and what it prints is more confusing than helpful.