Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 207982 - sys-apps/watsup ebuild request
Summary: sys-apps/watsup ebuild request
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://kornelix.squarespace.com/watsup
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-29 01:05 UTC by Fabio Bonfante
Modified: 2009-03-26 01:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Potential ebuild for watsup. (watsup-0.08.ebuild,1.20 KB, text/plain)
2008-01-30 03:58 UTC, Chris
Details
Patch used by the above ebuild. (watsup-pbuild.patch,1.33 KB, text/plain)
2008-01-30 03:59 UTC, Chris
Details
watsup-1.6.ebuild (watsup-1.6.ebuild,929 bytes, text/plain)
2009-03-26 01:11 UTC, Fabio Bonfante
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fabio Bonfante 2008-01-29 01:05:17 UTC
Watsup monitors Linux system resources and the processes using those resources.
It is different from monitor programs you have seen before:

    * Overhead is low, supporting a sample interval down to 0.1 seconds
    * Overall system and top process resources are shown on one page
    * CPU, memory, disk I/O, network I/O, and page faults are monitored
    * The highest ranked processes fitting in the window are shown, with minimal
      jumping around between samples (easier to watch one or a few processes)
    * Process rank is a weighted sum of CPU, hard page faults, and disk I/O over the last
      several samples (the weight of each sample declines with age)
    * Font can be made large or small (for display in a corner of the screen)
-----------------

Well, seems an interesting app for me...
Comment 1 Chris 2008-01-30 03:58:51 UTC
Created attachment 142176 [details]
Potential ebuild for watsup.

I've not written an ebuild for something without a build script so hopefully I setup all the flags and what-not correctly.  Worked on my amd64 machine.
Comment 2 Chris 2008-01-30 03:59:10 UTC
Created attachment 142178 [details]
Patch used by the above ebuild.
Comment 3 Fabio Bonfante 2009-03-26 01:11:46 UTC
Created attachment 186284 [details]
watsup-1.6.ebuild

updated and simplified ebuild