Skip to content

无法连接到服务器 redfish.dmtf.org:443 #398

@TheProdigyLeague

Description

@TheProdigyLeague

High CPU usage and network errors on Lenovo Redfish interface

Image

The Lenovo Redfish interface has high CPU usage and network errors on a Google Brya emulator. The root cause appears to be a combination of a frontend script and a backend process.

Steps to Reproduce

  • Log into the Lenovo Redfish interface.

  • Observe system and network logs for errors.

  • Attempt to navigate the interface or send an HTTP GET request to the Redfish API.

Image

Script Log

jquery-3.5.1.min.dc5e7f18c8.js

ia(function(a) {
    var b = n.createElement("input");
    b.setAttribute("type", "hidden"),
    a.appendChild(b).setAttribute("name", "D"),
    a.querySelectorAll("[name=d]").length && q.push("name" + L + "*[*^$|!~]?="),
    a.querySelectorAll(":enabled").length || q.push(":enabled", ":disabled"),
    a.querySelectorAll("*,:x"),
    q.push(",.*:")
})

intense jQuery scripting, "bloat code"...

2025-08-17 12:33:02.275    452-484  system_server      system_server             E  Cannot obtain CPU frequency count
2025-08-17 12:33:02.275    452-484  system_server      system_server             E  Cannot obtain CPU frequency count
2025-08-17 12:33:02.275    452-484  system_server      system_server             E  Cannot obtain CPU frequency count
2025-08-17 12:33:02.275    452-484  system_server      system_server             E  Cannot read thread CPU times for PID 452

results in heavy CPU usage

.NET logs

3039 180.167121615 100.115.92.202 72.47.235.184 TCP 74 [TCP Retransmission] 43150  443 [SYN] Seq=0 Win=64240 Len=0 MSS=1460 SACK_PERM TSval=2095117422 TSecr=0 WS=128
3040 180.239185574 72.47.235.184 100.115.92.202 ICMP 102 Destination unreachable (Port unreachable)
####################
# Request:
####################
GET / HTTP/1.1
Host: 72.47.235.184:53
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
####################
# Response:
####################
No response received

which results in heavy latency issues and network crashes...

Image

The system logs show repeated CPU frequency and thread time errors, while network logs show TCP connection issues and unreachable destinations. This suggests a resource contention issue or a bug in the Redfish interface's handling of system resources.

The Redfish interface should operate smoothly without high CPU usage, network errors, or connection failures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions