Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
garrett authored Oct 19, 2022
1 parent 984b416 commit 8bd4cf6
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions _posts/2022-10-18-cockpit-278.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,24 @@ Here are the release notes from Cockpit 278 and cockpit-podman 55:

## Metrics: Display individual disk read/write usage

Metrics page now supports monitoring throughput of each individual disk when multiple disks are detected.
Metrics can show individual disk throughput of multiple disks.
![screenshot of display individual disk read/write usage]({{ site.baseurl }}/images/278-metrics-display-individual-disk-read-write-usage.png)


## Pod CPU, memory, port and volume details

Podman now shows the CPU and memory usage of all the containers in a pod, the CPU usage shown is the highest CPU usage of one of the containers in the pod. Next to the CPU and memory information the exposed ports and volumes are shown, clicking on the port icon shows the port mapping of the pod.
Podman now displays CPU, memory usage, ports, and volumes of the containers in a pod.

![screenshot of ## pod cpu, memory, port and volume details]({{ site.baseurl }}/images/278-pod-cpu-memory-port-and-volume-details.png)
A pod's CPU usage is the highest CPU usage of one of the containers in the pod.

![screenshot of ## pod cpu, memory, port and volume details]({{ site.baseurl }}/images/278-pod-cpu-memory-port-and-volume-details.png)
Clicking on the port icon shows the port mapping of the pod.

![screenshot of ## pod cpu, memory, port and volume details]({{ site.baseurl }}/images/278-pod-cpu-memory-port-and-volume-details-2.png)

## Create new pod support

Podman now allows the creation of pods with an optional port or volume mapping.
Podman can now create pods, including optional port and volume mappings.

![screenshot of ## ability to create new pod group]({{ site.baseurl }}/images/278-ability-to-create-new-pod-group.png)

Expand All @@ -46,8 +48,8 @@ Cockpit 278 and cockpit-podman 55 are available now:
* [For your Linux system](https://cockpit-project.org/running.html)

* [Cockpit Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/278)
* [Cockpit Fedora 37]()
* [Cockpit Fedora 36]()
* [Cockpit Fedora 37](https://bodhi.fedoraproject.org/updates/FEDORA-2022-957c7eaa0d)
* [Cockpit Fedora 36](https://bodhi.fedoraproject.org/updates/FEDORA-2022-614e5cb4e7)
* [Cockpit Client](https://flathub.org/apps/details/org.cockpit_project.CockpitClient)
* [cockpit-podman Source Tarball](https://github.com/cockpit-project/cockpit-podman/releases/tag/55)
* [cockpit-podman Fedora 37](https://bodhi.fedoraproject.org/updates/FEDORA-2022-d1924d2873)
Expand Down

0 comments on commit 8bd4cf6

Please sign in to comment.