Skip to content
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

Bug 156 #158

Merged
merged 3 commits into from
Jun 6, 2024
Merged

Bug 156 #158

merged 3 commits into from
Jun 6, 2024

Conversation

goranbs
Copy link
Contributor

@goranbs goranbs commented Jun 6, 2024

Resolves #156

What has been done:

  • resource-utils.ts - new function for computing current value from cumulative value. The function getMetricsUsageUtils has been updated to return additional metrics for current CPU data and current Network transmitted and received data.
  • SIM-PIPE/frontend/src/routes/projects/dryruns/[dry_run]/[resource]/+page.svelte has been been updated to receive this new data from getMetricsUsageUtils.
  • The very same frontend page as mention above has got an update of its getResource function. This function extracts the relevant data for the plotting function depending on what data is queried for the plot.
  • Minor beauty-fix for how error message from pipeline is displayed in the logcard at the top of the log entries, and max-height of the logbox to prevent plots from being rendered very large in the y-direction of the page.

@goranbs goranbs merged commit 1c8713c into main Jun 6, 2024
3 checks passed
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.

[Bug]: CPU/Network usage displayed are not accurate (they are cumulative measures instead of current measures)
1 participant