List "in-use" devices on server's CLI

Is it possible to list which USB devices are in use on the server's CLI? Something similar to the client's "-t LIST" command (I'm running server on the Linux box and a mix of Linux and Mac OSX clients).

#2

The server doesnt have a command line interface, there is no mechanism for directly talking to the server bypassing the client. Hence you need to run the LIST command on one of the clients and parse that to see what devices are in use (look for the "in-use by" string)

#3

Probably you could start client on server directly (connecting to 127.0.0.1) and do LIST command

#4

Actually running the client on the server, will require usbip compiled on the server otherwise the client wont start...