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

[Feature][Zeta][REST-API] Add REST API To Get System Monitoring Information #4315

Merged
merged 5 commits into from
Mar 24, 2023

Conversation

MonsterChenzhuo
Copy link
Contributor

Purpose of this pull request

close #4144

Check list

@MonsterChenzhuo
Copy link
Contributor Author

MonsterChenzhuo commented Mar 9, 2023

request

http://localhost:5801/hazelcast/rest/maps/system-monitoring-information

response

图片

图片

[
{
"processors":"8",
"physical.memory.total":"16.0G",
"physical.memory.free":"16.3M",
"swap.space.total":"0",
"swap.space.free":"0",
"heap.memory.used":"135.7M",
"heap.memory.free":"440.8M",
"heap.memory.total":"576.5M",
"heap.memory.max":"3.6G",
"heap.memory.used/total":"23.54%",
"heap.memory.used/max":"3.73%",
"minor.gc.count":"6",
"minor.gc.time":"110ms",
"major.gc.count":"2",
"major.gc.time":"73ms",
"load.process":"24.78%",
"load.system":"60.00%",
"load.systemAverage":"2.07",
"thread.count":"117",
"thread.peakCount":"118",
"cluster.timeDiff":"0",
"event.q.size":"0",
"executor.q.async.size":"0",
"executor.q.client.size":"0",
"executor.q.client.query.size":"0",
"executor.q.client.blocking.size":"0",
"executor.q.query.size":"0",
"executor.q.scheduled.size":"0",
"executor.q.io.size":"0",
"executor.q.system.size":"0",
"executor.q.operations.size":"0",
"executor.q.priorityOperation.size":"0",
"operations.completed.count":"10",
"executor.q.mapLoad.size":"0",
"executor.q.mapLoadAllKeys.size":"0",
"executor.q.cluster.size":"0",
"executor.q.response.size":"0",
"operations.running.count":"0",
"operations.pending.invocations.percentage":"0.00%",
"operations.pending.invocations.count":"0",
"proxy.count":"8",
"clientEndpoint.count":"0",
"connection.active.count":"2",
"client.connection.count":"0",
"connection.count":"0"
}
]

@MonsterChenzhuo
Copy link
Contributor Author

MonsterChenzhuo commented Mar 9, 2023

In cluster mode:
图片

@liugddx
Copy link
Member

liugddx commented Mar 18, 2023

Please add e2e case like #4140

Copy link
Member

@liugddx liugddx left a comment

Choose a reason for hiding this comment

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

LGTM

@liugddx
Copy link
Member

liugddx commented Mar 22, 2023

@Hisoka-X @EricJoy2048 PTAL thanks.

@EricJoy2048 EricJoy2048 changed the title [Feature][Zeta][REST-API]Get system monitoring information [Feature][Zeta][REST-API]Add REST API To Get System Monitoring Information Mar 24, 2023
@EricJoy2048 EricJoy2048 changed the title [Feature][Zeta][REST-API]Add REST API To Get System Monitoring Information [Feature][Zeta][REST-API] Add REST API To Get System Monitoring Information Mar 24, 2023
@EricJoy2048 EricJoy2048 merged commit e1b69a2 into apache:dev Mar 24, 2023
MonsterChenzhuo added a commit to MonsterChenzhuo/incubator-seatunnel that referenced this pull request Apr 19, 2023
ic4y pushed a commit to ic4y/incubator-seatunnel that referenced this pull request May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Zeta][REST-API]Get system monitoring information.
3 participants