[info=98d306335024d479b47b00363877f07e]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/pcp-image?expand=0&rev=126
This commit is contained in:
Dan Čermák 2024-05-07 19:11:09 +00:00 committed by Git OBS Bridge
parent 00f807338e
commit 5d6c560a8d
2 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,6 @@
# Performance Co-Pilot container
![Redistributable](https://img.shields.io/badge/Redistributable-Yes-green)
Performance Co-Pilot ([PCP](https://pcp.io)) is a system performance analysis toolkit.
@ -11,7 +13,7 @@ $ podman run -d \
-p 44321:44321 \
-p 44322:44322 \
-v pcp-archives:/var/log/pcp/pmlogger \
registry.suse.com/suse/pcp
registry.opensuse.org/opensuse/pcp:%%pcp_patch%%
```
**Note:** On SELinux enabled systems, the following boolean needs to be set: `sudo setsebool -P container_manage_cgroup true`
@ -27,7 +29,7 @@ $ sudo podman run -d \
-e HOST_MOUNT=/host \
-v pcp-archives:/var/log/pcp/pmlogger \
-v /:/host:ro,rslave \
registry.suse.com/suse/pcp
registry.opensuse.org/opensuse/pcp:%%pcp_patch%%
```
## Configuration
@ -62,7 +64,7 @@ $ podman run -d \
-e PCP_SERVICES=pmlogger \
-v $(pwd)/pmlogger.control:/etc/pcp/pmlogger/control.d/local:z \
-v pcp-archives:/var/log/pcp/pmlogger \
registry.suse.com/suse/pcp
registry.opensuse.org/opensuse/pcp:%%pcp_patch%%
```
pmlogger.control:

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue May 7 19:07:24 UTC 2024 - Dirk Mueller <dmueller@suse.com>
- extend READMEs; correct eula for application images
-------------------------------------------------------------------
Thu May 2 06:59:49 UTC 2024 - Dirk Mueller <dmueller@suse.com>