opensearch-project / opensearch-project/performance-analyzer
Implement system metrics equivalent for Windows
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 48
- Forks
- 78
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
Child of https://github.com/opensearch-project/performance-analyzer/issues/75
System metrics are easily access in Linux, but a number of metrics are unavailable (directly) in Windows. There might be a need for finding out equivalent libraries or utilities that can provide the same level.
e.g. https://github.com/opensearch-project/performance-analyzer-rca/blob/main/src/main/java/org/opensearch/performanceanalyzer/metrics_generator/linux/LinuxCPUPagingActivityGenerator.java
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the LinuxCPUPagingActivityGenerator.java example linked in the issue and investigate Windows libraries or utilities that expose equivalent system metrics. Define which metrics can be provided on Windows and how their results should correspond to the Linux implementation. Done means the required Windows system metrics are implemented with equivalent coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100