diff --git a/docs/docs/howto.enterprise.html b/docs/docs/howto.enterprise.html index 89fcf21..546b6c0 100644 --- a/docs/docs/howto.enterprise.html +++ b/docs/docs/howto.enterprise.html @@ -47,7 +47,7 @@

some of the aligned features of PCP and the typical management framework.

Data

-The PCP archive logging utility pmlogger(1) +The PCP archiving utility pmlogger(1) generates performance data files in the PCP archive format, which is specifically designed for optimal fetch latency when retrieving data from the archive for replay and when seeking to diff --git a/docs/index.html b/docs/index.html index fd3868a..5e3e8fa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -141,6 +141,34 @@

News

+Sep 2023 +
+PCP 6.1.0 +

+
+
+
+
+

+User-defined tabs (dynamic screens) in pcp-htop. +New tools - pmlogredact, pcp-buddyinfo, pcp-meminfo, +pcp-netstat, pcp-slabinfo and pcp-zoneinfo. +New bar graph visualisation mode in pcp-atop. +Support for Qt6 in all PCP GUI tools. +Improvements to +OpenMetrics PMDA +metric labels and logging. +Additional Linux kernel virtual memory metrics. +

+
+
+ + +
+
+
+
+

Jun 2023
PCP 6.0.5 @@ -175,9 +203,9 @@

News

Improved handling of hostname changes in pmcd , -pmie , +pmie and -pmlogger . +pmlogger. Derived metrics help text API and instance domain similarity feature. New Linux kernel metrics in networking and shared process maps.

@@ -313,28 +341,6 @@

News

-
-
-
-
-

-Apr 2022 -
-PCP 5.3.7 -

-
-
-
-
-

-Bug fix release. -Added Linux kernel multipath, network and disk metrics. -Security Enhanced Linux improvements. -

-
-
-
-
diff --git a/index.haml b/index.haml index 0d13040..0b4f197 100644 --- a/index.haml +++ b/index.haml @@ -81,6 +81,27 @@ %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 + Sep 2023 + %br + PCP 6.1.0 + %div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'} + %div{:class => 'features_left col__module--cta'} + %p + User-defined tabs (dynamic screens) in pcp-htop. + New tools - pmlogredact, pcp-buddyinfo, pcp-meminfo, + pcp-netstat, pcp-slabinfo and pcp-zoneinfo. + New bar graph visualisation mode in pcp-atop. + Support for Qt6 in all PCP GUI tools. + Improvements to + %a{:href => 'https://man7.org/linux/man-pages/man1/pmdaopenmetrics.1.html'} OpenMetrics PMDA + metric labels and logging. + Additional Linux kernel virtual memory metrics. + %div{:class => 'row'} %section{:class => 'row__colspaced'} %div{:class => 'colspan12-2 colspan8-2 colspan6-1 colspan2-1 as-grid with-gutter'} @@ -110,9 +131,9 @@ %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 , + %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 . + %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. @@ -216,19 +237,4 @@ and 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'} - %div{:class => 'col__module--cta'} - %p - Apr 2022 - %br - PCP 5.3.7 - %div{:class => 'colspan12-8 colspan8-6 colspan6-5 colspan2-1 as-grid with-gutter'} - %div{:class => 'features_left col__module--cta'} - %p - Bug fix release. - Added Linux kernel multipath, network and disk metrics. - Security Enhanced Linux improvements. - = Haml::Engine.new(File.read("assets/haml-includes/footer.haml")).render