pyproctools

Description

Various commandline tools to get info from /proc

Based on Solaris proctools utilities.

Although it’s not supposed to be an exact copy of the same existing tools in
Solaris, some of them are very similar.

Available commands

  • pwait Wait for all of the specified processes to terminate.
  • pstop Stop each process (send SIGSTOP).
  • pcont Continue running a previously stopped process (send SIGCONT).
  • pfd Shows the open file descriptors for each pid.
  • pldd List the dynamic libraries and other files mapped into each process.

Download

Requeriments

  • Python 2.4 or later
  • Linux 2.6.14 or later

Changelog

  • 1.0
    • First release

Links

License

pyproctools uses GNU/GPL License.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.