faas-sim icon indicating copy to clipboard operation
faas-sim copied to clipboard

question about utilization log

Open GitHubDiom opened this issue 3 years ago • 3 comments

I ran the file ext/raith21/main.py and check the output dataFrame.

And I found something wrong with the values in the log file.

Some values for CPU and memory exceed 100 and even reach 500.

I used Pandas to analyze the data and the results are as follows, I don't know if I modified the program to cause the data recording error.

                cpu           mem
count  73803.000000  73803.000000
mean      88.563560     30.511850
std      105.502109     42.766048
min        0.000000      0.000000
25%        4.750000      0.967088
50%       50.833333     11.770266
75%      144.333333     44.669338
max      529.000000    214.148662

GitHubDiom avatar Apr 06 '21 13:04 GitHubDiom