Class AixGraphicsCard
java.lang.Object
oshi.hardware.common.AbstractGraphicsCard
oshi.hardware.common.platform.unix.aix.AixGraphicsCard
- All Implemented Interfaces:
GraphicsCard
Graphics Card info obtained from lscfg
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<GraphicsCard> getGraphicsCards(Supplier<List<String>> lscfg) Gets graphics cardsMethods inherited from class AbstractGraphicsCard
createStatsSession, getDeviceId, getName, getVendor, getVersionInfo, getVRam, toStringModifier and TypeMethodDescriptionOpens a newGpuStatssession for sampling dynamic GPU metrics.Retrieves the card's Device IDgetName()Retrieves the full name of the card.Retrieves the card's manufacturer/vendorRetrieves a list of version/revision data from the card.longgetVRam()Retrieves the Video RAM (VRAM) available on the GPUtoString()Returns a string representation of this graphics card including any available dynamic metrics.
-
Method Details
-
getGraphicsCards
Gets graphics cards- Parameters:
lscfg- A memoized lscfg list- Returns:
- List of graphics cards
-