I was asked to develop a way for IB statistics to be accessed on a smart phone and came up with Remote IB Statistics or rIBs for short and posted the repos on openfabrics.org for review/comment.
There are four repos associated with this concept. ~jays/ibstatd the daemon to be run on a node in the cluster (as root) to allow access to a subset of ib commands provided by plugin libraries. A command line client is also included in this repo along with plugins for most if not all the ib commands and the job schedulers slurm and lsf. ~jays/ibuserd a subset of ibstatd that does not have plugins and only provides a command line interface so systems that do not allow root access to users can do ib commands. E.g. ib ibchecknet ~jays/ribs-android a native android app client to connect to the ibstatd daemon. ~jays/ribs-jquery an HTML5 client written using jquery to allow connections to the ibstatd daemon from most browsers including those on iPhone and Android phones as well as tablets or desktops. The connection to the daemon is over an ssl socket and certs are exchanges and verified to some extent. This is cleanly an area that could be improved upon. New plugins could also be added if other job schedulers are needed. Jay -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
