Skip to content

Commit

Permalink
Update package list for building pcp.io and add the 6.1.1 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Nov 17, 2023
1 parent e2bef16 commit cd88cfd
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pcp.io website build

1) Install the following packages (e.g. for Fedora):
dnf install -y git ruby rubygem-haml lynx rsync linkchecker rubygems
dnf install -y git ruby ruby-devel rubygem-haml lynx rsync linkchecker rubygems

2) Install the following rubygems:
gem install sass-globbing compass
Expand Down
32 changes: 32 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,38 @@ <h1>News</h1>
<div class='colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'>
<div class='col__module--cta'>
<p>
Nov 2023
<br>
PCP 6.1.1
</p>
</div>
</div>
<div class='colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'>
<div class='features_left col__module--cta'>
<p>
Minor feature and bug fix release.
Support for optional geolocation metric labels,
additional archive mode mode printing options in
<a href='https://man7.org/linux/man-pages/man1/pmie.1.html'>pmie</a>
and new metrics (Linux resctrl, Seagate FARM, networking and memory).
Mac OS port updatd and added into continuous integration.
HTTP compression in the REST APIs provided by the
<a href='https://man7.org/linux/man-pages/man1/pmproxy.1.html'>pmproxy</a>
daemon.
Significant performance improvements in the
<a href='https://man7.org/linux/man-pages/man1/pmlogcheck.1.html'>pmlogcheck</a>
utility with compressed archives within the
<a href='https://man7.org/linux/man-pages/man1/pmlogger_daily.1.html'>logging infrastructure.</a>
</p>
</div>
</div>
</section>
</div>
<div class='row'>
<section class='row__colspaced'>
<div class='colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'>
<div class='col__module--cta'>
<p>
Sep 2023
<br>
PCP 6.1.0
Expand Down
25 changes: 25 additions & 0 deletions index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,31 @@
%h1 News
%div{:class => 'row-parent'}

%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
%div{:class => 'col__module--cta'}
%p
Nov 2023
%br
PCP 6.1.1
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--cta'}
%p
Minor feature and bug fix release.
Support for optional geolocation metric labels,
additional archive mode mode printing options in
%a{:href => 'https://man7.org/linux/man-pages/man1/pmie.1.html'} pmie
and new metrics (Linux resctrl, Seagate FARM, networking and memory).
Mac OS port updatd and added into continuous integration.
HTTP compression in the REST APIs provided by the
%a{:href => 'https://man7.org/linux/man-pages/man1/pmproxy.1.html'} pmproxy
daemon.
Significant performance improvements in the
%a{:href => 'https://man7.org/linux/man-pages/man1/pmlogcheck.1.html'} pmlogcheck
utility with compressed archives within the
%a{:href => 'https://man7.org/linux/man-pages/man1/pmlogger_daily.1.html'} logging infrastructure.

%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
Expand Down

0 comments on commit cd88cfd

Please sign in to comment.