Coder Social home page Coder Social logo

kevwargo / psmisc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from acg/psmisc

0.0 1.0 0.0 1.86 MB

A set of tools that use the proc filesystem.

Home Page: http://psmisc.sourceforge.net/

License: GNU General Public License v2.0

Makefile 1.10% Shell 1.21% M4 3.20% C 94.50%

psmisc's Introduction

psmisc
======

This package contains five little utilities that use the proc FS:

  fuser     identifies processes using files or sockets (similar to Sun's
	    or SGI's fuser)
  killall   kills processes by name, e.g. killall -HUP named
  pidof	    like killall, buts lists PIDs instead of killing processes
  pstree    shows the currently running processes as a tree
  peekfd    shows the data travelling over a file descriptor

They should work with most recent kernels. Man pages are included.

- Werner Almesberger <[email protected]>

src/loop.h was stolen from util-linux package which in turn stole it from
the Linux kernel.

fuser on network fs
-------------------
On network filesystems, fuser can hang because its trying to stat files
that may go away.  If you use the --with-timeout-stat option during
the configure step then fuser will fork a process to run stat. This means
fuser doesn't hang, but it is much slower.

Translations
------------
My thanks for the various translators who have cheerfully given me the po
files to make psmisc speak different languages.  If your language is not
supported then let me know, all it takes is translating one file in 
a certain manner.

Icons
-----
The pstree icons were drawn by Tatlin at Coresis who has given permission
for them to be used for psmisc.

Copyright Change
----------------

The license has changed to GPL for version 20 onwards with permission
of the original authors.  People who want to use these programs under
the previous license will have to look at psmisc 19 or below.

psmisc's People

Contributors

bitstreamout avatar csmall avatar

Watchers

Jaraš Lojka avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.