Installation Info (RFC-120)
A period when the community can review the RFC (comment Docs)
Document Maintainers: Andi Gabriel Tan 2024. List of other contributors in Annex. 1.
Copyright: MIT license
Copyright © 2018-2024 Axiologic Research and Contributors.
This document is licensed under MIT license.
Abstract
This RFC provides information about the current APIHub running instance, along with details about the current workspace and OpenDSU-SDK installation.
1. Installation details
The service presents resource usages like userCPUTime, systemCPUTime, uptime and a number of reads/writes using FS. Also, the commit numbers of the workspace and OpenDSU-SDK installation are provided.
GET /installation-details/
1.1. Responses
Status Code | Description |
---|---|
200 | Returns details about current resource usages as well as the workspace and OpenDSU-SDK commits numbers. |
1.1.1 Schema
{
"opendsu-sdk": {
"commitNo": "string",
"commitMessage": "string"
},
"workspace": {
"commitNo": "string",
"commitMessage": "string"
},
"resourceUsage": {
"userCPUTime": 2718000,
"systemCPUTime": 906000,
"maxRSS": 235008,
"sharedMemorySize": 0,
"unsharedDataSize": 0,
"unsharedStackSize": 0,
"minorPageFault": 0,
"majorPageFault": 226256,
"swappedOut": 0,
"fsRead": 708,
"fsWrite": 27,
"ipcSent": 5,
"ipcReceived": 2,
"signalsCount": 0,
"voluntaryContextSwitches": 0,
"involuntaryContextSwitches": 0,
"uptime": 47.777584
}
}
Contributors
-
Axiologic Research: New content and improvements. Original texts under PharmaLedger Association and Novartis funding. MIT licensed content accordingly with the contracts. Publish and maintain the www.opendsu.org site.
-
PharmaLedger Project: Review, feedback, observations, new content, and corrections MIT licensed accordingly with the consortium agreements.
- PrivateSky Research Project: MIT licensed content accordingly with the contracts. https://profs.info.uaic.ro/~ads/PrivateSky/
Annex 1. Contributors
Current Editors | |
---|---|
Sînică Alboaie | sinica.alboaie@axiologic.net |
Rafael Mastaleru | raf@rms.ro |
Nicoleta Mihalache | nicoleta@axiologic.net |
Contributors Axiologic Research | |
Adrian Ganga | adrian@axiologic.net |
Andi-Gabriel Țan | andi@axiologic.net |
Cosmin Ursache | cosmin@axiologic.net |
Daniel Sava | daniel@axiologic.net |
Nicoleta Mihalache | nicoleta@axiologic.net |
Valentin Gérard | valentin@axiologic.net |
PrivateSky Contributors | |
Alex Sofronie | alsofronie@gmail.com (DPO) |
Cosmin Ursache | cos.ursache@gmail.com (UAIC) |
Daniel Sava | sava.dumitru.daniel@gmail.com (HVS, AQS) |
Daniel Visoiu | visoiu.daniel.g@gmail.com (SGiant) |
Lenuța Alboaie | lalboaie@gmail.com (UAIC) |
Rafael Mastaleru | rafael@rms.ro (RMS) |
Sînică Alboaie | salboaie@gmail.com (UAIC) |
Vlad Balmos | vlad.balmos@gmail.com (Code932) |
PharmaLedger Contributors | |
Ana Balan | bam@rms.ro (RMS) |
Bogdan Mastahac | mab@rms.ro (RMS) |
Cosmin Ursache | cos@rms.ro (RMS) |
Rafael Mastaleru | raf@rms.ro (RMS) |