-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add hardware meta data #169
Comments
blocked by #100 |
Currently we have the following related information available from prometheus:
|
Currently we have the following in our example: <http://example.org/ExampleHardware> a hobbit:Hardware ;
hobbit:hasModel "...." ;
hobbit:hasProcessors "...." ;
hobbit:hasMemory "...." ;
hobbit:hasDisks "..." ;
hobbit:hasNetworkAdapters "...." ;
hobbit:hasOS "Linux .." ;
hobbit:hasFileSystem "..." ;
hobbit:hasCPUTypeCount "1"^^xsd:int ;
hobbit:hasRAM "..." . Can we improve that to clarify more what is expected? For example, for memory: amount, manufacturer, exact model? |
That is up to us. We can also reuse the MEX vocabulary which already defines some of these things (see hobbit-project/ontology#4). |
Add environment variable names for hardware data (necessary for hobbit-project/platform#169 )
@denkv I think you list of available information is already sufficient. We just have to
|
Developed version 1.0.12. * Added a class to access environmental variables (fixes #13). * Added env. variable names for number of system and benchmark nodes as requested by hobbit-project/platform#169 * Allow to set timeout of storage service client.
|
Description
As a developer of a system / benchmark, I would like to know the hardware on which the my system / benchmark is executed to decide how many instances I can deploy at runtime.
Solution
The platform should provide detailed information about the nodes for the system / benchmark. This can be done using an RDF model that is submitted as environmental variable.
In a first step, submitting the number of nodes, e.g., as an own environmental variable, would be sufficient. (Has high priority)
Tasks
The text was updated successfully, but these errors were encountered: