Revision history for Proc-ProcessTable-piddler
0.3.0 2026-08-02/15:45
- Add pipe chains, shown by default.
- Show what holds the far end of pipes,
FIFOs, unix sockets, and SHM.
- Humanize open file sizes.
- Roll up alike SHM when deduping.
- Show total SHM with the process info.
- Show the jail a process is in on FreeBSD.
- Unwrap 32 bit wrapped RSS and VSZ.
- Show EUID and EGID when reported.
- Parse lsof field output, so DEVICE is
now its raw device number.
- Don't print lsof warnings.
- Skip the network connection table when
there are no connections.
- Internal cleanup and documentation fixes.
- Remove the unused nextColor method.
- Strip the padding Linux puts on CPU% and
guard against inf from a fresh process.
- Describe the Info string in the help,
requiring Proc::ProcessTable::InfoString
0.2.0 for it.
0.2.0 2019-09-04/00:00
- Add support for the environ key.
- Add add fifo, a_ignore, and memreglib.
- Documentation cleanup.
- If we don't plan to add something, don't
dedup it.
0.1.0 2019-09-03/05:20
- Add NO_COLOR support.
0.0.0 2019-09-03/04:10
- Initial release.