Created attachment 188908 [details] p5-Proc-ProcessTable-Colorizer.diff This colorizes the output from Proc::ProcessTable. This is largely meant to be used from the command line instead of as a module via the included bin script. Among other fun things, it allows searching of the process table. Searching is currently possible against the following criteria. zombie swapped out regex command line matching CPU seconds used by a process percent of memory usage percent of CPU usage wait channel in use bin/cps - A colorized version of ps with various extra useful options WWW: http://search.cpan.org/~vvelox/Proc-ProcessTable-Colorizer/
A commit references this bug: Author: swills Date: Sat Jan 5 17:49:16 UTC 2019 New revision: 489358 URL: https://svnweb.freebsd.org/changeset/ports/489358 Log: sysutils/p5-Proc-ProcessTable-Colorizer: create port This colorizes the output from Proc::ProcessTable. This is largely meant to be used from the command line instead of as a module via the included bin script. Among other fun things, it allows searching of the process table. Searching is currently possible against the following criteria. zombie swapped out regex command line matching CPU seconds used by a process percent of memory usage percent of CPU usage wait channel in use bin/cps - A colorized version of ps with various extra useful options WWW: http://search.cpan.org/dist/Proc-ProcessTable-Colorizer/ PR: 224399 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Changes: head/sysutils/Makefile head/sysutils/p5-Proc-ProcessTable-Colorizer/ head/sysutils/p5-Proc-ProcessTable-Colorizer/Makefile head/sysutils/p5-Proc-ProcessTable-Colorizer/distinfo head/sysutils/p5-Proc-ProcessTable-Colorizer/pkg-descr head/sysutils/p5-Proc-ProcessTable-Colorizer/pkg-plist
Committed with changes, thanks for the patch. Sorry it took so long to commit.