Skip to content
This repository has been archived by the owner on Jun 2, 2021. It is now read-only.
/ notop Public archive

platform agnostic process management utility

License

Notifications You must be signed in to change notification settings

not-my-segfault/notop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notop

how the hell does top work anyways?

and other questions every linux/unix user has asked themselves at least once

the simple solution? notop

its as simple as it is efficient. most top commands are just clunky. and it uses no direct system/kernel calls either. only commands that you'll already find on your system.

install instructions

  • clone the repo to your system

    git clone https://github.com/jnats/notop

  • make sure install.sh is set as executable

    chmod +x install.sh

  • run install.sh

    ./install.sh

dependencies

  • either doas or sudo (for install.sh (or just run install.sh as root))
  • ps
  • tr
  • sed
  • cut
  • bc
  • uptime

About

platform agnostic process management utility

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages