| Newsgroups |
gmane.comp.sysutils.pcp |
| Message-ID |
<[email protected]> |
--yabbadabbadoo
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
7 New Commits:
[pcp:master] By Ken McDonell <[email protected]>:
efa20cdfa3bc ( https://github.com/performancecopilot/pcp/commit/efa20cdfa3=
bc716339b6c3bcedd7a8286af823eb ) : derived metrics: add support for double =
precision floating point constants Part 1 of a groupd of changes to expand =
the derived metrics definition language. Double precision floating point co=
nstants are of the form [0-9.][0-9.]*, so for example: 0.5 or 1234.5678 or =
.3
Added: qa/927 ( https://github.com/performancecopilot/pcp/blob/master/qa/9=
27 )
Added: qa/927.out ( https://github.com/performancecopilot/pcp/blob/master/=
qa/927.out )
Modified: man/man3/pmregisterderived.3 ( https://github.com/performancecop=
ilot/pcp/blob/master/man/man3/pmregisterderived.3 )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/master=
/qa/group )
Modified: src/libpcp/src/derive.c ( https://github.com/performancecopilot/=
pcp/blob/master/src/libpcp/src/derive.c )
Modified: src/libpcp/src/derive.h ( https://github.com/performancecopilot/=
pcp/blob/master/src/libpcp/src/derive.h )
Modified: src/libpcp/src/derive_fetch.c ( https://github.com/performanceco=
pilot/pcp/blob/master/src/libpcp/src/derive_fetch.c )
[pcp:master] By Ken McDonell <[email protected]>:
36d88165a466 ( https://github.com/performancecopilot/pcp/commit/36d88165a4=
66852c36c9c974d287457e352f1606 ) : derived metrics: align diagnostics with =
last round of code changes small libpcp change, knock-on changes in several=
QA tests.
Modified: qa/225.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/225.out )
Modified: qa/249.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/249.out )
Modified: qa/256.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/256.out )
Modified: qa/260.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/260.out )
Modified: qa/263.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/263.out )
Modified: qa/275.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/275.out )
Modified: qa/334.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/334.out )
Modified: src/libpcp/src/derive.c ( https://github.com/performancecopilot/=
pcp/blob/master/src/libpcp/src/derive.c )
[pcp:master] By Ken McDonell <[email protected]>:
242d2b91f43d ( https://github.com/performancecopilot/pcp/commit/242d2b91f4=
3d763781ce1c0d130ee39f501443eb ) : build/rpm/pcp.spec.in: rework pcp-selinu=
x prereq logic Last attempt was just wrong.
Modified: build/rpm/pcp.spec.in ( https://github.com/performancecopilot/pc=
p/blob/master/build/rpm/pcp.spec.in )
[pcp:master] By Ken McDonell <[email protected]>:
422c2582fb1e ( https://github.com/performancecopilot/pcp/commit/422c2582fb=
1e4e3f587bb8e8fa4f5684250a54b4 ) : derived metrics: add support for relatio=
nal expressions Part 2 of a group of changes to expand the derived metrics =
definition language. This commit adds relational expressions using the C-st=
yle operators "<", "<=3D", "=3D=3D", ">=3D", ">" and "!=3D".
Modified: man/man3/pmregisterderived.3 ( https://github.com/performancecop=
ilot/pcp/blob/master/man/man3/pmregisterderived.3 )
Modified: qa/225.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/225.out )
Modified: qa/803.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/803.out )
Modified: qa/927 ( https://github.com/performancecopilot/pcp/blob/master/q=
a/927 )
Modified: qa/927.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/927.out )
Modified: src/libpcp/src/derive.c ( https://github.com/performancecopilot/=
pcp/blob/master/src/libpcp/src/derive.c )
Modified: src/libpcp/src/derive.h ( https://github.com/performancecopilot/=
pcp/blob/master/src/libpcp/src/derive.h )
Modified: src/libpcp/src/derive_fetch.c ( https://github.com/performanceco=
pilot/pcp/blob/master/src/libpcp/src/derive_fetch.c )
[pcp:master] By Ken McDonell <[email protected]>:
cd22fa9dfe88 ( https://github.com/performancecopilot/pcp/commit/cd22fa9dfe=
881491870d9cc190d13906c967d494 ) : qa/935: (new) check operator precedence =
for derived metrics
Added: qa/935 ( https://github.com/performancecopilot/pcp/blob/master/qa/9=
35 )
Added: qa/935.out ( https://github.com/performancecopilot/pcp/blob/master/=
qa/935.out )
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/master=
/qa/group )
[pcp:master] By Ken McDonell <[email protected]>:
df0ca7e7ae7c ( https://github.com/performancecopilot/pcp/commit/df0ca7e7ae=
7c9eef6e2ab0582aa4a06266543649 ) : Merge branch 'master' of git://git.pcp.i=
o/pcp
Modified: qa/group ( https://github.com/performancecopilot/pcp/blob/master=
/qa/group )
Modified: src/libpcp_web/src/http_client.c ( https://github.com/performanc=
ecopilot/pcp/blob/master/src/libpcp_web/src/http_client.c )
Modified: src/libpcp_web/src/json_helpers.c ( https://github.com/performan=
cecopilot/pcp/blob/master/src/libpcp_web/src/json_helpers.c )
Modified: src/pmdas/docker/docker.c ( https://github.com/performancecopilo=
t/pcp/blob/master/src/pmdas/docker/docker.c )
Modified: src/pmdas/linux/ipc.c ( https://github.com/performancecopilot/pc=
p/blob/master/src/pmdas/linux/ipc.c )
Modified: src/pmdas/linux/proc_buddyinfo.c ( https://github.com/performanc=
ecopilot/pcp/blob/master/src/pmdas/linux/proc_buddyinfo.c )
Modified: src/pmdas/linux/sysfs_tapestats.c ( https://github.com/performan=
cecopilot/pcp/blob/master/src/pmdas/linux/sysfs_tapestats.c )
Modified: src/pmdas/mmv/src/mmv.c ( https://github.com/performancecopilot/=
pcp/blob/master/src/pmdas/mmv/src/mmv.c )
[pcp:master] By Nathan Scott <[email protected]>:
b7e0676c0824 ( https://github.com/performancecopilot/pcp/commit/b7e0676c08=
244cf4b16ee7316a59b76543619250 ) : qa: update 968 expected output for a der=
ived metrics error string
Modified: qa/968.out ( https://github.com/performancecopilot/pcp/blob/mast=
er/qa/968.out )
--yabbadabbadoo
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
7 New Commits:
<p>
[pcp:master] By Ken McDonell <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/efa20cdfa3bc71=
6339b6c3bcedd7a8286af823eb">efa20cdfa3bc</a>: derived metrics: add support =
for double precision floating point constants
Part 1 of a groupd of changes to expand the derived metrics definition
language.
Double precision floating point constants are of the form [0-9.][0-9.]*,
so for example: 0.5 or 1234.5678 or .3<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/927">qa/927</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/927.out">qa/927.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/man/man3/pmregisterderived.3">man/man3/pmregisterderived.3</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/group">qa/group</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/derive.c">src/libpcp/src/derive.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/derive.h">src/libpcp/src/derive.h</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/derive_fetch.c">src/libpcp/src/derive_fetch.c</a><br>
<p><hr>
<p>
[pcp:master] By Ken McDonell <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/36d88165a46685=
2c36c9c974d287457e352f1606">36d88165a466</a>: derived metrics: align diagno=
stics with last round of code changes
small libpcp change, knock-on changes in several QA tests.<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/225.out">qa/225.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/249.out">qa/249.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/256.out">qa/256.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/260.out">qa/260.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/263.out">qa/263.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/275.out">qa/275.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/334.out">qa/334.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/derive.c">src/libpcp/src/derive.c</a><br>
<p><hr>
<p>
[pcp:master] By Ken McDonell <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/242d2b91f43d76=
3781ce1c0d130ee39f501443eb">242d2b91f43d</a>: build/rpm/pcp.spec.in: rework=
pcp-selinux prereq logic
Last attempt was just wrong.<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/build/rpm/pcp.spec.in">build/rpm/pcp.spec.in</a><br>
<p><hr>
<p>
[pcp:master] By Ken McDonell <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/422c2582fb1e4e=
3f587bb8e8fa4f5684250a54b4">422c2582fb1e</a>: derived metrics: add support =
for relational expressions
Part 2 of a group of changes to expand the derived metrics definition
language.
This commit adds relational expressions using the C-style operators
"<", "<=3D", "=3D=3D", ">=3D", ">" and "!=3D".<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/man/man3/pmregisterderived.3">man/man3/pmregisterderived.3</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/225.out">qa/225.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/803.out">qa/803.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/927">qa/927</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/927.out">qa/927.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/derive.c">src/libpcp/src/derive.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/derive.h">src/libpcp/src/derive.h</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp/src/derive_fetch.c">src/libpcp/src/derive_fetch.c</a><br>
<p><hr>
<p>
[pcp:master] By Ken McDonell <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/cd22fa9dfe8814=
91870d9cc190d13906c967d494">cd22fa9dfe88</a>: qa/935: (new) check operator =
precedence for derived metrics<p>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/935">qa/935</a><br>
Added: <a href=3D"https://github.com/performancecopilot/pcp/blob/master/qa=
/935.out">qa/935.out</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/group">qa/group</a><br>
<p><hr>
<p>
[pcp:master] By Ken McDonell <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/df0ca7e7ae7c9e=
ef6e2ab0582aa4a06266543649">df0ca7e7ae7c</a>: Merge branch 'master' of git:=
//git.pcp.io/pcp<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/group">qa/group</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp_web/src/http_client.c">src/libpcp_web/src/http_client.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/libpcp_web/src/json_helpers.c">src/libpcp_web/src/json_helpers.c</a><b=
r>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/docker/docker.c">src/pmdas/docker/docker.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/ipc.c">src/pmdas/linux/ipc.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/proc_buddyinfo.c">src/pmdas/linux/proc_buddyinfo.c</a><br>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/linux/sysfs_tapestats.c">src/pmdas/linux/sysfs_tapestats.c</a><b=
r>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/src/pmdas/mmv/src/mmv.c">src/pmdas/mmv/src/mmv.c</a><br>
<p><hr>
<p>
[pcp:master] By Nathan Scott <[email protected]>:<br>
<a href=3D"https://github.com/performancecopilot/pcp/commit/b7e0676c08244c=
f4b16ee7316a59b76543619250">b7e0676c0824</a>: qa: update 968 expected outpu=
t for a derived metrics error string<p>
Modified: <a href=3D"https://github.com/performancecopilot/pcp/blob/master=
/qa/968.out">qa/968.out</a><br>
<p>
<div width=3D"1" style=3D"color:white;clear:both">_._,_._,_</div>
<hr>
Groups.io Links:<p>
You receive all messages sent to this group.
<p>
<a target=3D"_blank" href=3D"https://groups.io/g/pcp/message/15258">View/R=
eply Online (#15258)</a> |
<a target=3D"_blank" href=3D"mailto:[email protected]?subject=3DRe:%20%5Bpcp=
%5D%20Github%20push%20to%20performancecopilot%3Apcp%20%23github">Reply To G=
roup</a>
| <a target=3D"_blank" href=3D"mailto:?subject=3DRe:%20%5Bpcp%5D%20Git=
hub%20push%20to%20performancecopilot%3Apcp%20%23github">Reply To Sender</a>
|
<a target=3D"_blank" href=3D"https://groups.io/mt/4427356?uid=3D174580">=
Mute This Topic</a>
=20
| <a href=3D"https://groups.io/g/pcp/post">New Topic</a><br>
<a href=3D"https://groups.io/mk?hashtag=3Dgithub&subid=3D354243">Mute #git=
hub</a>
<p>
<p>pcp mailing list<br />[email protected]<br /><a href=3D"https://groups.io/g=
/pcp/messages" target=3D"_blank">https://groups.io/g/pcp/messages</a></p>
<a href=3D"https://groups.io/g/pcp/editsub?uid=3D174580">Change Your Subsc=
ription</a><br>
<a href=3D"https://groups.io/g/pcp">Group Home</a><br>
<a href=3D"mailto:[email protected]">Contact Group Owner</a><br>
<a href=3D"https://groups.io/static/tos">Terms Of Service</a><br>
<a href=3D"https://groups.io/g/pcp/leave/354243/563757577/xyzzy">Unsubscri=
be From This Group</a><br>
<div width=3D"1" style=3D"color:white;clear:both">_._,_._,_</div>
--yabbadabbadoo--