We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
recon_alloc:memory(usage)
recon_alloc:memory(allocated)
recon:scheduler_usage/1
recon:port_types/0
length([P || P <- processes(), [{_,Ls},{_,Ms}] <- [process_info(P, [links,monitors])], []==Ls, []==Ms]).
The text was updated successfully, but these errors were encountered:
Implement leo-project/leofs/issues/305
f9fd3a5
Sample:
$ snmpwalk -v 2c -c public 127.0.0.1:4010 .1.3.6.1.4.1.35450.34 SNMPv2-SMI::enterprises.35450.34.1.0 = STRING: "[email protected]" SNMPv2-SMI::enterprises.35450.34.2.0 = Gauge32: 298 SNMPv2-SMI::enterprises.35450.34.3.0 = Gauge32: 41916568 SNMPv2-SMI::enterprises.35450.34.4.0 = Gauge32: 23770028 SNMPv2-SMI::enterprises.35450.34.5.0 = Gauge32: 18152076 SNMPv2-SMI::enterprises.35450.34.6.0 = Gauge32: 5867308 SNMPv2-SMI::enterprises.35450.34.7.0 = Gauge32: 298 SNMPv2-SMI::enterprises.35450.34.8.0 = Gauge32: 41852943 SNMPv2-SMI::enterprises.35450.34.9.0 = Gauge32: 23774747 SNMPv2-SMI::enterprises.35450.34.10.0 = Gauge32: 18090933 SNMPv2-SMI::enterprises.35450.34.11.0 = Gauge32: 5872625 SNMPv2-SMI::enterprises.35450.34.12.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.13.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.14.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.15.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.16.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.17.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.18.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.19.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.20.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.21.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.22.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.23.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.24.0 = Gauge32: 0 SNMPv2-SMI::enterprises.35450.34.31.0 = Gauge32: 68 SNMPv2-SMI::enterprises.35450.34.32.0 = Gauge32: 61958853 SNMPv2-SMI::enterprises.35450.34.33.0 = Gauge32: 68 SNMPv2-SMI::enterprises.35450.34.34.0 = Gauge32: 61635269
See also: leo-project/leo_statistics - Implement vm-related stats
Sorry, something went wrong.
mocchira
No branches or pull requests
recon_alloc:memory(usage)
,recon_alloc:memory(allocated)
to confirm whether memory fragmentation occur on Erlang VMrecon:scheduler_usage/1
to confirm the actual cpu usage is caused by Erlang schedulers or Erlang processes and so onrecon:port_types/0
to confirm the number of Ports sorted by type(tcp|udp sockets, file, stdio and so on).The text was updated successfully, but these errors were encountered: