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

[Question] <title>ssh response data only has header: #1540

Open
davie89 opened this issue Feb 7, 2024 · 5 comments
Open

[Question] <title>ssh response data only has header: #1540

davie89 opened this issue Feb 7, 2024 · 5 comments
Labels
question Further information is requested

Comments

@davie89
Copy link

davie89 commented Feb 7, 2024

Question

2024-02-07 14:51:58 [342544077367040-ubuntu-agent_process-8278] INFO org.dromara.hertzbeat.collector.dispatch.MetricsCollect - [Collect Success, Run 72ms, All 72ms].
2024-02-07 14:51:58 [342544076478208-ubuntu-agent_process-8279] ERROR org.dromara.hertzbeat.collector.collect.ssh.SshCollectImpl - ssh response data only has header: 2263 2.8 1.1 ./titanagent
2024-02-07 14:51:58 [342544076478208-ubuntu-agent_process-8279] INFO org.dromara.hertzbeat.collector.dispatch.MetricsCollect - [Collect Success, Run 74ms, All 74ms].
2024-02-07 14:51:58 [342544075802368-ubuntu-agent_process-8285] ERROR org.dromara.hertzbeat.collector.collect.ssh.SshCollectImpl - ssh response data only has header: 1550 2.7 1.1 ./titanagent
2024-02-07 14:51:58 [342544075802368-ubuntu-agent_process-8285] INFO org.dromara.hertzbeat.collector.dispatch.MetricsCollect - [Collect Success, Run 68ms, All 68ms].
2024-02-07 14:51:58 [342544076347136-ubuntu-agent_process-8282] ERROR org.dromara.hertzbeat.collector.collect.ssh.SshCollectImpl - ssh response data only has header: 2189 2.8 1.0 ./titanagent
2024-02-07 14:51:58 [342544076347136-ubuntu-agent_process-8282] INFO org.dromara.hertzbeat.collector.dispatch.MetricsCollect - [Collect Success, Run 72ms, All 72ms].
2024-02-07 14:51:58 [342544076580608-ubuntu-agent_process-8297] ERROR org.dromara.hertzbeat.collector.collect.ssh.SshCollectImpl - ssh response data only has header: 2266 2.6 1.0 ./titanagent
2024-02-07 14:51:58 [342544076580608-ubuntu-agent_process-8297] INFO org.dromara.hertzbeat.collector.dispatch.MetricsCollect - [Collect Success, Run 66ms, All 66ms].
2024-02-07 14:51:58 [342544076867328-ubuntu-agent_process-8293] ERROR org.dromara.hertzbeat.collector.collect.ssh.SshCollectImpl - ssh response data only has header: 440075 12.8 1.5 ./titanagent
2024-02-07 14:51:58 [342544076867328-ubuntu-agent_process-8293] INFO org.dromara.hertzbeat.collector.dispatch.MetricsCollect - [Collect Success, Run 78ms, All 78ms].

@davie89 davie89 added the question Further information is requested label Feb 7, 2024
@davie89
Copy link
Author

davie89 commented Feb 7, 2024

”ssh response data only has header “ 版本是1.4.4

@hertzbeat
Copy link
Contributor

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


"ssh response data only has header" version is 1.4.4

@davie89
Copy link
Author

davie89 commented Feb 7, 2024

script: ps -aux | sort -k4nr | awk 'BEGIN{ print "pid cpu_usage mem_usage command" } {print $2, $3, $4, $11}'| grep titanagent

@hertzbeat
Copy link
Contributor

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


script: ps -aux | sort -k4nr | awk 'BEGIN{ print "pid cpu_usage mem_usage command" } {print $2, $3, $4, $11}'| grep titanagent

@tomsun28
Copy link
Contributor

tomsun28 commented Feb 8, 2024

script: ps -aux | sort -k4nr | awk 'BEGIN{ print "pid cpu_usage mem_usage command" } {print $2, $3, $4, $11}'| grep titanagent

what the shell script running response in console

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants