aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/hatop
Commit message (Collapse)AuthorAgeFilesLines
* - Convert ports of sysutils/ to new USES=pythonmva2014-10-251-1/+1
| | | | Approved by: portmgr (implicit)
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-07-171-1/+1
| | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
* Remove NOPORTDOCS and NOPORTEXAMPLES.adamw2014-07-051-2/+2
|
* Stagify.vanilla2014-06-111-8/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | sysutils)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 0.7.7pgollucci2010-10-122-4/+4
| | | | | PR: ports/151389 Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
* HATop is an interactive ncurses client and real-time monitoringdecke2010-08-213-0/+51
statistics displaying tool for the HAProxy unix socket. HATop's appearance is similar to top. It supports various modes for detailed statistics of all configured proxies and services in near realtime. In addition, it features an interactive CLI for the haproxy unix socket. This allows administrators to control the given haproxy instance (change server weight, put servers into maintenance mode, etc.) directly out of hatop (using keybinds or the CLI) and monitor the results immediately. WWW: http://feurix.org/projects/hatop/ PR: ports/149719 Submitted by: Jim Riggs <ports at christianserving dot org> (maintainer) Approved by: beat (co-mentor)