Bug 227504 - [NEW PORT] sysutils/py-s-tui: Stress Terminal UI - stress test and monitoring tool
Summary: [NEW PORT] sysutils/py-s-tui: Stress Terminal UI - stress test and monitoring...
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: Yuri Victorovich
URL: https://pypi.python.org/pypi/s-tui/0....
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-13 18:09 UTC by Kai Knoblich
Modified: 2018-04-14 11:02 UTC (History)
2 users (show)

See Also:


Attachments
py-s-tui.shar (2.08 KB, text/plain)
2018-04-13 18:09 UTC, Kai Knoblich
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Knoblich freebsd_committer freebsd_triage 2018-04-13 18:09:44 UTC
Created attachment 192501 [details]
py-s-tui.shar

Hello,

attached is the shar file for the Python package py-s-tui, the Stress Terminal UI. 

s-tui is a terminal UI for monitoring the computer. s-tui allows to monitor:

- CPU temperature/utilization/frequency/power
- performance dips caused by thermal throttling

s-tui requires minimal resources and no X-server. There are also built in
options for stressing the CPU (support for stress/stress-ng).

QA:
~~~
- poudriere (11.1-RELEASE amd64 + i386) for each py27 + py36 flavor -> OK
- portlint -> OK


Note:

- This port is listed on the wanted port lists (see also: https://wiki.freebsd.org/WantedPorts)
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2018-04-14 06:53:38 UTC
Committed with changes as sysutils/s-tui.

It is an application, not a library. No need to build multiple packages if the executable is the only thing that is used.

Thank you for your contribution!
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-04-14 06:53:50 UTC
A commit references this bug:

Author: yuri
Date: Sat Apr 14 06:53:30 UTC 2018
New revision: 467289
URL: https://svnweb.freebsd.org/changeset/ports/467289

Log:
  New port: sysutils/s-tui: Stress Terminal UI - stress test and monitoring tool

  While here, fixed 2 minot sorting problems in sysutils/Makefile.

  PR:		227504
  Submitted by:	Kai <freebsd_ports@k-worx.org>

Changes:
  head/sysutils/Makefile
  head/sysutils/s-tui/
  head/sysutils/s-tui/Makefile
  head/sysutils/s-tui/distinfo
  head/sysutils/s-tui/pkg-descr
  head/sysutils/s-tui/pkg-message
Comment 3 Kai Knoblich freebsd_committer freebsd_triage 2018-04-14 11:02:36 UTC
(In reply to Yuri Victorovich from comment #1)

Thank you for the explanations. I'll consider them at the next opportunity where it applies.