Summary: | sysutils/ganglia-monitor-core: gmond reports wrong number of running processes. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | KOIE Hidetaka <koie> | ||||
Component: | Individual Port(s) | Assignee: | Brooks Davis <brooks> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
KOIE Hidetaka
2011-02-03 07:30:11 UTC
Responsible Changed From-To: freebsd-ports-bugs->brooks over to maintainer brooks 2011-05-19 18:10:20 UTC FreeBSD ports repository Modified files: sysutils/ganglia-monitor-core Makefile sysutils/ganglia-monitor-core/files patch-libmetrics_freebsd_metrics.c Log: Don't report idle processes as running processing. Also don't count P_NOLOAD and TDF_NOLOAD processes. PR: ports/154480 Submitted by: KOIE Hidetaka <koie at suri.co.jp> Revision Changes Path 1.39 +1 -1 ports/sysutils/ganglia-monitor-core/Makefile 1.5 +29 -8 ports/sysutils/ganglia-monitor-core/files/patch-libmetrics_freebsd_metrics.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed with some small changes to account for the fact that TDF_NOLOAD doesn't exist until after 8.2. |