Skip to content
/ psnap Public

PSNAP is an utility to create snapshots of processes for linux.

Notifications You must be signed in to change notification settings

ttxine/psnap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSNAP

PSNAP is an utility to create snapshots of processes for linux.

Now it supports x86_64 only.

Usage

  • Get the id of the process to snapshot with ps utility.
  • Then use psnap to make process snapshot:
    ./psnap --pid [pid] -o snap
    Root privileges may be required to run the psnap program.
  • To run the snapshot use the psnapexec utility:
    ./psnapexec snap

Build

To build psnap and psnapexec just use:

make

About

PSNAP is an utility to create snapshots of processes for linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published