| To: | Michael Newton <kimbrr@xxxxxxx>, Mark Goodwin <markgw@xxxxxxx> |
|---|---|
| Subject: | [PATCH 06/12] Fix process priority metric |
| From: | Nathan Scott <nscott@xxxxxxxxxx> |
| Date: | Mon, 20 Nov 2006 16:09:54 +1100 |
| Cc: | pcp@xxxxxxxxxxx |
| Organization: | Aconex |
| Reply-to: | nscott@xxxxxxxxxx |
| Sender: | pcp-bounce@xxxxxxxxxxx |
The units for a processes priority are not kilobytes, looks like another
cut and paste typo.
--
Nathan
Index: devel-pcp-2.5.99/src/pmdas/linux/pmda.c
===================================================================
--- devel-pcp-2.5.99.orig/src/pmdas/linux/pmda.c 2006-11-20
11:28:18.075070750 +1100
+++ devel-pcp-2.5.99/src/pmdas/linux/pmda.c 2006-11-20
11:28:23.535412000 +1100
@@ -1183,7 +1183,7 @@ static pmdaMetric metrictab[] = {
/* proc.psinfo.priority */
{ NULL,
{ PMDA_PMID(CLUSTER_PID_STAT,17), PM_TYPE_U32, PROC_INDOM,
PM_SEM_DISCRETE,
- PMDA_PMUNITS(1,0,0,PM_SPACE_KBYTE,0,0) } },
+ PMDA_PMUNITS(0,0,0,0,0,0) } },
/* proc.psinfo.nice */
{ NULL,
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 11/12] Fix pmparsetime(3) man page typo, Nathan Scott |
|---|---|
| Next by Date: | [PATCH 02/12] Fix Windows libpcp_pmda build, Nathan Scott |
| Previous by Thread: | [PATCH 11/12] Fix pmparsetime(3) man page typo, Nathan Scott |
| Next by Thread: | [PATCH 02/12] Fix Windows libpcp_pmda build, Nathan Scott |
| Indexes: | [Date] [Thread] [Top] [All Lists] |