Inspector(1) - SerenityOS man pages

Name

Inspector - Serenity process inspector

Synopsis

$ Inspector [pid]

Arguments

Description

Inspector facilitates process inspection via RPC.

The inspected process must have previously allowed the accept(2) system call with pledge(2) to allow inspection via UNIX socket.

Examples

$ Inspector $(pidof Shell)