Jay Pipes
Jay Pipes
I think `ghw` has become sufficiently feature-rich to warrant a real docs solution other than the README.md page. I'm thinking of using [Docsy](https://www.docsy.dev/) for this.
It's possible to retrieve the number of virtual functions (VFs) on an SR-IOV physical function (PF) on Linux by querying the following pseudo-files: * `/sys/class/net/$NIC_NAME/device/sriov_numvfs`: The number of active VFs...
After the fix for Issue #11, it became apparent that the String() output for `ghw.MemoryCache` was less than ideal for visualizing the interconnection between various caches on the CPU socket:...
I'm actually not sure which Win32 subsystem or WMI table holds information about the socket and memory topology for the hardware, so we'll have to figure that out.
Information to grab about any RAID controller installed on the host: * Whether the RAID implementation is software or firmware-based * What RAID levels are supported * What firmware/drivers are...
The Placement API was [introduced](https://github.com/openstack/nova/commit/2ae10ce5225f593dd6b0d784adafa34939c26260#diff-fcca11e34c1b5fce52a4ddbc418aa2d5) to OpenStack in the Newton release. It allows **administrative** users to request and modify data about resource providers, inventory records, allocation records and grouping of...
The Amazon RDS [DBClusterEndpoint](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CreateDBClusterEndpoint.html) resource represents the RDS Aurora Serverless API's command-line/configuration options for DB clusters. - [ ] generator config file to un-ignore DBClusterEndpoint resource - [ ] generate...
The canary tests that were [added](https://github.com/aws-controllers-k8s/applicationautoscaling-controller/commit/d96d1282923a2382d1a0f863f7355a73bf4cb493) to the applicationautoscaling-controller repository are specific to SageMaker and not the applicationautoscaling-controller codebase. They should be removed.
Different AWS service API use different data types to represent pretty much the exact same thing: a set of Key:Value pairs ("tags") for the resource. For instance, some APIs use...
We currently have the `ACK.ResourceSynced` Condition that informs the Kubernetes user whether the desired state of a resource matches the latest observed state of the resource. The `ACK.ResourceSynced` Condition is...