OSGI Console SS command

Hi :slight_smile:
I access the console on my openhabian build by:

ssh openhab@localhost -p 8101

From there I can use various commands like

bundle:list
log:tail

etc
However… I’ve read in forum posts, people suggesting using commands like:

ss nest

To see if framework is installed or active etc. There is no ‘ss’ command.
I can get the same info I guess by using bundle:list with a grep filter, but it just had me wondering.
Can anyone explain?

Can you point to any of these postings. As far as I can tell from the Karaf documentation and experimentation there is no ss command.

Yeah sure, here you go :slight_smile:

Given the age of that posting it is possible, even likely, that that command is a shortcut that no longer exists.

Does it execute when you run it in the console? All I get is “Command not found: ss”

Keep in mind that last August OH 2 has either just released beta 1 or was about to. A whole lot changed between that and the release. It seems resaonable that undocumented and non-intuitive commands like that were removed along the way.

It is not one of the built in Karaf commands so it had to be something the devs explicetly added. And what they add they can remove.

For now I would say if it isn’t documented in the OH docs or the Karaf docs it doesn’t exist or if it exists you shouldn’t use it.