Skip to content

Do we have the same processes running before and after an upgrade?

Notifications You must be signed in to change notification settings

jreisinger/checkprocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

A little tool to help you with a Linux distribution upgrade (like apt-get dist-upgrade).

  • checkprocs - a self-containted script to check whether we have the same processes running before and after an upgrade.

  • checkprocs.t - tests to verify the checkprocs script.

Running

Just download the script and run it. Something like:

wget https://raw.githubusercontent.com/jreisinger/checkprocs/master/checkprocs && chmod u+x checkprocs
./checkprocs -h

Testing

Build Status

To test checkprocs (ex. when you are a developer adding new features) manually:

[perlbrew exec] prove checkprocs.t

More

For more (about modulinos) see Testing a Perl Script post. Also Oliver's redis_memtop looks interesting.

I wrote this tool while upgrading my $employer's servers.

About

Do we have the same processes running before and after an upgrade?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages