Steve Scargall
Steve Scargall
Phoronix does not currently support persistent memory on Linux (or Windows). I've created Pull Request #410 to add the required device lookups on Linux. This pull request is necessary to...
In my blog post [How To Monitor Persistent Memory Performance on Linux using PCM, Prometheus, and Grafana](https://stevescargall.com/2021/09/16/how-to-monitor-persistent-memory-performance-on-linux-using-pcm-prometheus-and-grafana/), I created a systemd.service to start and stop the pcm-sensor-server. It would be...
Currently, none of the pcm* commands list the version. It would be helpful to implement a `-v, --version` subcommand to list the version of the binaries and exit back to...
# FEAT: 'pmempool create' should support creating auto-growing poolsets ## Rationale This feature request is different to the `pmempool resize` feature pmem/pmdk#4170 in that this one allows the user to...
# FEAT: `pmempool feature --query` should display all available pool features ## Rationale Currently, `pmempool feature --query` mandates the user to provide the feature they want to test. To improve...
# FEAT: Include pool features in `pmempool info` output ## Rationale To improve the user experience, primarily to save running multiple commands to establish what features are supported by a...
The `--continue` option works when we want to create a single namespace per region across all regions. It does not work when we provide other argument options such as `--size`....
It would be very useful to support namespace creation using a percentage value of the total region capacity in addition to the current method that supports size as bytes. It...
``` -B, --buses Include bus / CXL root object(s) in the listing. Typically, on ACPI systems the bus object is a singleton associated with the ACPI0017 device, but there are...
There's a typo in the serial description of both man pages CXL-DISABLE-MEMDEV(1) && CXL-ENABLE-MEMDEV(1) ``` -S, --serial Rather an a memdev id number, interpret the argument(s) as a list of...