Bug 224399 - New Port: sysutils/p5-Proc-ProcessTable-Colorizer a colorized version of ps
Summary: New Port: sysutils/p5-Proc-ProcessTable-Colorizer a colorized version of ps
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-17 08:07 UTC by Zane C. Bowers-Hadley
Modified: 2019-01-05 17:50 UTC (History)
2 users (show)

See Also:


Attachments
p5-Proc-ProcessTable-Colorizer.diff (4.17 KB, patch)
2017-12-17 08:07 UTC, Zane C. Bowers-Hadley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zane C. Bowers-Hadley 2017-12-17 08:07:39 UTC
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/
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-05 17:49:37 UTC
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
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-01-05 17:50:13 UTC
Committed with changes, thanks for the patch. Sorry it took so long to commit.