Skip to content
Snippets Groups Projects
  1. Feb 18, 2011
  2. Feb 04, 2011
  3. Feb 03, 2011
  4. Feb 02, 2011
  5. Jan 26, 2011
  6. Jan 21, 2011
  7. Jan 18, 2011
  8. Jan 12, 2011
  9. Jan 11, 2011
  10. Jan 05, 2011
  11. Dec 30, 2010
  12. Dec 20, 2010
  13. Dec 17, 2010
  14. Dec 14, 2010
  15. Dec 13, 2010
  16. Dec 01, 2010
  17. Nov 26, 2010
  18. Nov 24, 2010
  19. Nov 01, 2010
  20. Oct 28, 2010
  21. Oct 27, 2010
  22. Oct 26, 2010
  23. Oct 20, 2010
  24. Oct 05, 2010
  25. Sep 30, 2010
  26. Sep 20, 2010
  27. Sep 14, 2010
  28. Sep 13, 2010
  29. Sep 07, 2010
  30. Aug 24, 2010
    • Michael Hanselmann's avatar
      Add simple lock monitor · 19b9ba9a
      Michael Hanselmann authored
      
      This patch adds an initial implementation of a lock monitor, accessible
      for the user through “gnt-debug locks”. It currently shows all resource
      locks: BGL, nodes and instances. Config and job queue locks could be
      shown too, but wouldn't be of much help.  The current owner(s) and mode
      are also shown.
      
      Showing pending acquires will require further changes on the SharedLock
      internals and is not yet implemented.
      
      Example output:
      $ gnt-debug locks -o name,mode,owner
      Name            Mode      Owner
      BGL/BGL         shared    JobQueue19/Job147
      instances/inst1 exclusive JobQueue19/Job147
      instances/inst2 -         -
      instances/inst3 -         -
      instances/inst4 -         -
      nodes/node1     exclusive JobQueue19/Job147
      nodes/node2     exclusive JobQueue19/Job147
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      19b9ba9a
  31. Aug 23, 2010
Loading