Skip to content

Commit

Permalink
Updates for latest pcp-6.3.2 bug fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Nov 5, 2024
1 parent 4587d2f commit 4bff9d5
Show file tree
Hide file tree
Showing 9 changed files with 41 additions and 45 deletions.
Binary file added docs/images/filesys.free_byhost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/filesys.free_bytime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 24 additions & 26 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,30 @@ <h1>News</h1>
<div class='colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'>
<div class='col__module--cta'>
<p>
Nov 2024
<br>
PCP 6.3.2
</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 bug fix release.
Optional support for zstd archive compression.
New per-process I/O metrics access control mechanism in the
<a href='https://man7.org/linux/man-pages/man1/pmdaproc.1.html'>proc</a>
PMDA.
</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 2024
<br>
PCP 6.3.1
Expand Down Expand Up @@ -365,32 +389,6 @@ <h1>News</h1>
</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>
May 2023
<br>
PCP 6.0.4
</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>
Improved handling of hostname changes in
<a href='https://man7.org/linux/man-pages/man1/pmcd.1.html'>pmcd ,</a>
<a href='https://man7.org/linux/man-pages/man1/pmie.1.html'>pmie</a>
and
<a href='https://man7.org/linux/man-pages/man1/pmlogger.1.html'>pmlogger.</a>
Derived metrics help text API and instance domain similarity feature.
New Linux kernel metrics in networking and shared process maps.
</p>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
Expand Down
Binary file modified docs/papers/archive-interpolation.ods
Binary file not shown.
Binary file modified docs/papers/archive-interpolation.odt
Binary file not shown.
Binary file modified docs/papers/archive-interpolation.pdf
Binary file not shown.
Binary file added images/filesys.free_byhost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/filesys.free_bytime.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 17 additions & 19 deletions index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,23 @@
%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 2024
%br
PCP 6.3.2
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--cta'}
%p
Minor bug fix release.
Optional support for zstd archive compression.
New per-process I/O metrics access control mechanism in the
%a{:href => 'https://man7.org/linux/man-pages/man1/pmdaproc.1.html'} proc
PMDA.

%div{:class => 'row'}
%section{:class => 'row__colspaced'}
%div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'}
Expand Down Expand Up @@ -254,23 +271,4 @@
%a{:href => 'https://man7.org/linux/man-pages/man1/pcp2json.1.html'} pcp2json
extended with new HTTP POST functionality.

%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
May 2023
%br
PCP 6.0.4
%div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'}
%div{:class => 'features_left col__module--cta'}
%p
Improved handling of hostname changes in
%a{:href => 'https://man7.org/linux/man-pages/man1/pmcd.1.html'} pmcd ,
%a{:href => 'https://man7.org/linux/man-pages/man1/pmie.1.html'} pmie
and
%a{:href => 'https://man7.org/linux/man-pages/man1/pmlogger.1.html'} pmlogger.
Derived metrics help text API and instance domain similarity feature.
New Linux kernel metrics in networking and shared process maps.

= Haml::Engine.new(File.read("assets/haml-includes/footer.haml")).render

0 comments on commit 4bff9d5

Please sign in to comment.