Attention

This is no longer maintained and has been superseded by datajoint-company/datajoint-docs. Please file new issues there (or help contribute!). We are currently migrating and generating new content until December 2022 after which we’ll be decomissioning https://docs.datajoint.org and https://tutorials.datajoint.org in favor of https://datajoint.com/docs/.

For example, to sort the output by hostname in descending order:

dj.kill('', dj.conn, 'host desc');

  ID   USER   HOST        DB   COMMAND   TIME   STATE   INFO   TIME_MS   ROWS_SENT   ROWS_EXAMINED
 +--+ +----+ +---------+ +--+ +-------+ +----+ +-----+ +----+ +-------+ +---------+ +-------------+
  35   cat    localhost:38772   Sleep     94                    94040     0           0
  36   cat    localhost:36543   Sleep     68                    68421     1           0

process to kill ('q'-quit, 'a'-all) > q
Talk to the Community