Skip to content

Conversation

@v-safilho
Copy link
Contributor

Add the Linux client/server workload to evaluate hardware performance using Elasticsearch.

related to PBI #28841299

using global::VirtualClient.Contracts;
using Microsoft.VisualBasic;

internal class ElasticsearchMetricReader
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like it should be a metrics parser, for our other workloads we extend from the MetricsParser abstract class. It seems to do what you're doing here with this reader.

using System.Threading;
using System.Threading.Tasks;

internal class ParallelDownloadHandler
Copy link
Member

@saibulusu saibulusu Jan 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems generic and not related to elastic search/rally? I think VirtualClient.Core or VirtualClient.Dependencies might be a better place for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants