ladybird/Base/usr/share/man/man1/Inspector.md

433 B

Name

Inspector - Serenity process inspector

Synopsis

$ Inspector [pid]

Arguments

  • pid: Process ID to inspect

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)