Let’s see how that could look like:
$ snap services
Service Startup Current Notes
lxd.activate enabled inactive -
lxd.daemon enabled active socket-activated,running
owner-of.many-sockets enabled active socket-activated,see-verbose
test-snapd-timer-service.random-timer disabled inactive timer-activated
test-snapd-timer-service.regular-timer enabled active timer-activated,running
And the detailed/verbose output:
$ snap services --verbose owner-of.many-sockets
Service Startup Current
owner-of.many-sockets.one enabled active
owner-of.many-sockets.two enabled inactive
owner-of.many-sockets.three disabled inactive
Where one
, two
, three
, would be the socket names.