Skip to content

METviewer Performance Question #2069

Discussion options

You must be logged in to vote

METplus is installed on AWS c5.4xlarge EC2 instance. It has 16 CPUs and 32G RAM. Here are the specs:
https://instances.vantage.sh/aws/ec2/c5.4xlarge
I run similar job with SL1L2 aggregation logic and bootstrapping replication = 1. The number of record that was retrived from DB is 161898.
Python:
agg_stat.py - time 0:01:15.288
line.py - time 0:00:15.483

Rscript:
agg_stat.R - 00:00:05.41
plot_20230323_204639.R - 0:00:00.989

As you could see, Rscript is faster than Python and it is expected. But the amount of time it takes to calculate statistics in general is much smaller in our case most likely because of the more advence type of the EC2 instance.

Replies: 5 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@lindsayrblank
Comment options

@lindsayrblank
Comment options

@lindsayrblank
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@lindsayrblank
Comment options

Answer selected by lindsayrblank
Comment options

You must be logged in to vote
4 replies
@lindsayrblank
Comment options

@lindsayrblank
Comment options

@venitahagerty
Comment options

@lindsayrblank
Comment options

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