Code Monkey home page Code Monkey logo

Comments (1)

liu-657667 avatar liu-657667 commented on June 3, 2024

创建moduleReplicaSet耗时120ms

2023-09-05T06:04:34.590Z	INFO	start reconcile for moduleDeployment
2023-09-05T06:04:34.591Z	INFO	get module replicaSet failed
2023-09-05T06:04:34.591Z	INFO	moduleReplicaSet is not exist
2023-09-05T06:04:34.709Z	INFO	KubeAPIWarningLogger	unknown field "spec.template.metadata.creationTimestamp"
2023-09-05T06:04:34.710Z	INFO	finish to create a new one

创建module耗时131ms

2023-09-05T06:04:34.710Z	INFO	start reconcile for moduleReplicaSet
2023-09-05T06:04:34.710Z	INFO	start scaleup module
2023-09-05T06:04:34.723Z	INFO	finish reconcile for moduleDeployment
2023-09-05T06:04:34.724Z	INFO	start reconcile for moduleDeployment
2023-09-05T06:04:34.724Z	INFO	finish reconcile for moduleDeployment
2023-09-05T06:04:34.841Z	INFO	finish scaleup module
2023-09-05T06:04:34.841Z	INFO	finish reconcile for moduleReplicaSet

Prepare状态变更耗时7ms

2023-09-05T06:04:34.842Z	INFO	start reconcile for module
2023-09-05T06:04:34.842Z	INFO	module status change 	{"to": "Prepare"}
2023-09-05T06:04:34.849Z	INFO	finish reconcile for module

Upgrading状态变更耗时10ms

2023-09-05T06:04:34.849Z	INFO	start reconcile for module
2023-09-05T06:04:34.850Z	INFO	module status change 	{"to": "Upgrading"}
2023-09-05T06:04:34.859Z	INFO	finish reconcile for module

模块安装耗时40s283ms

2023-09-05T06:04:34.859Z	INFO	start reconcile for module
2023-09-05T06:04:34.859Z	INFO	start to install module
2023-09-05T06:05:15.142Z	INFO	install biz success

Completing状态变更耗时20ms

2023-09-05T06:05:15.144Z	INFO	module status change 	{"to": "Completing"}
2023-09-05T06:05:15.162Z	INFO	finish reconcile for module

添加finalizers耗时8ms

2023-09-05T06:05:15.163Z	INFO	start reconcile for module
2023-09-05T06:05:15.163Z	INFO	module finalizers add	{"value": "serverless.alipay.com/module-installed"}
2023-09-05T06:05:15.171Z	INFO	finish reconcile for module

Available状态变更6ms

2023-09-05T06:05:15.171Z	INFO	start reconcile for module
2023-09-05T06:05:15.171Z	INFO	module status change 	{"to": "Available"}
2023-09-05T06:05:15.177Z	INFO	finish reconcile for module

总体调和时间302ms

Available状态变更调用,do nothing

2023-09-05T06:05:15.178Z	INFO	start reconcile for module	{"request": {"name":"moduledeployment-sample-replicas-dynamic-provider-j55xg","namespace":"default"}}
2023-09-05T06:05:15.178Z	INFO	finish reconcile for module	{"request": {"name":"moduledeployment-sample-replicas-dynamic-provider-j55xg","namespace":"default"}}
image-9

20次安装统计

序号 创建moduleReplicaSet 创建module Prepare Upgrading Completing 添加finalizers Available 调和总耗时
1 120ms 131ms 7ms 10ms 20ms 8ms 6ms 302ms
2 128ms 131ms 5ms 6ms 20ms 9ms 9ms 308ms
3 114ms 130ms 9ms 3ms 17ms 8ms 6ms 287ms
4 136ms 115ms 8ms 6ms 17ms 9ms 9ms 300ms
5 134ms 130ms 6ms 5ms 16ms 6ms 7ms 304ms
6 122ms 172ms 9ms 6ms 21ms 13ms 8ms 351ms
7 122ms 136ms 7ms 4ms 23ms 9ms 17ms 318ms
8 127ms 132ms 12ms 6ms 11ms 7ms 3ms 298ms
9 121ms 130ms 9ms 9ms 17ms 9ms 7ms 302ms
10 126ms 147ms 8ms 6ms 25ms 11ms 10ms 333ms
11 124ms 143ms 8ms 6ms 30ms 7ms 6ms 324ms
12 121ms 148ms 10ms 8ms 29ms 11ms 6ms 333ms
13 115ms 124ms 6ms 4ms 18ms 8ms 5ms 280ms
14 114ms 130ms 6ms 9ms 33ms 11ms 21ms 324ms
15 120ms 139ms 20ms 4ms 13ms 9ms 5ms 310ms
16 176ms 119ms 5ms 5ms 25ms 7ms 7ms 344ms
17 116ms 121ms 7ms 5ms 27ms 16ms 18ms 310ms
18 124ms 144ms 9ms 7ms 21ms 11ms 10ms 326ms
19 119ms 132ms 6ms 5ms 19ms 6ms 7ms 294ms
20 119ms 148ms 8ms 6ms 18ms 7ms 7ms 313ms
AVG 124.9ms 135.1ms 8.25ms 6ms 21ms 9.1ms 8.7ms 313.05ms
MAX 176ms 172ms 20ms 10ms 33ms 16ms 21ms 351ms
MIN 114ms 115ms 5ms 3ms 11ms 6ms 3ms 280ms

from sofa-serverless.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.