因为我实在是太想买鸡了,但是囊中羞涩,所以拷打了一天的美国豆包写了这个买鸡模拟器
可以看见界面整体还算可以,美国豆包只能写成这样子了

然后用也是能用的,超开完全没问题
a05777@localhost:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 39 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 16
On-line CPU(s) list: 0-15
Vendor ID: GenuineIntel
Model name: Intel(R) Xeon(R) CPU E3-1231 v3 @ 3.40GHz
CPU family: 6
Model: 60
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 16
Stepping: 3
BogoMIPS: 6783.29
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr ss
e sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl cpuid pni pclmulqdq ssse3
fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm pti
ssbd ibrs ibpb stibp fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt md_clear arch_capab
ilities
Caches (sum of all):
L1d: 512 KiB (16 instances)
L1i: 512 KiB (16 instances)
L2: 4 MiB (16 instances)
L3: 128 MiB (16 instances)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0-15
Vulnerabilities:
Gather data sampling: Not affected
Indirect target selection: Not affected
Itlb multihit: KVM: Mitigation: VMX unsupported
L1tf: Mitigation; PTE Inversion
Mds: Mitigation; Clear CPU buffers; SMT disabled
Meltdown: Mitigation; PTI
Mmio stale data: Unknown: No mitigations
Reg file data sampling: Not affected
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP disabled; RSB filling; PBRSB-eIBRS
Not affected; BHI Not affected
Srbds: Vulnerable: No microcode
Tsa: Not affected
Tsx async abort: Not affected
Vmscape: Mitigation; IBPB before exit to userspace
a05777@localhost:~$
16颗CPU,2颗更比一颗弱(
超级三缓(
-----------------------A Bench Script By spiritlhl-----------------------
测评频道: https://t.me/+UHVoo2U4VyA5NTQ1
VPS融合怪版本:2026.05.08
Shell项目地址:https://github.com/spiritLHLS/ecs
Go项目地址 [推荐]:https://github.com/oneclickvirt/ecs
---------------------基础信息查询--感谢所有开源项目----------------------
CPU 型号 : Intel(R) Xeon(R) CPU E3-1231 v3 @ 3.40GHz
CPU 核心数 : 16
CPU 频率 : 3391.646 MHz
CPU 缓存 : L1: 512.00 KB / L2: 4.00 MB / L3: 128.00 MB
AES-NI指令集 : ✔ Enabled
VM-x/AMD-V支持 : ❌ Disabled
内存 : 180.79 MiB / 3.83 GiB
Swap : [ no swap partition or swap file detected ]
硬盘空间 : 852.14 MiB / 2.76 GiB
启动盘路径 : /dev/sda1
系统在线时间 : 0 days, 0 hour 12 min
负载 : 0.55, 3.23, 4.94
系统 : Debian GNU/Linux 13 (trixie) (x86_64)
架构 : x86_64 (64 Bit)
内核 : 6.12.90+deb13.1-amd64
TCP加速方式 : cubic
虚拟化架构 : QEMU
NAT类型 : Port Restricted Cone
IPV4 ASN : AS967 VMISS Inc.
IPV4 位置 : Tsuen Wan / Tsuen Wan / HK
------------------------CPU测试--通过sysbench测试-------------------------
-> CPU 测试中 (Fast Mode, 1-Pass @ 5sec)
1 线程测试(单核)得分: 895 Scores
16 线程测试(多核)得分: 6974 Scores
--------------------内存测试--感谢lemonbench开源----------------------------
-> 内存测试 Test (Fast Mode, 1-Pass @ 5sec)
单线程读测试: 21333.08 MB/s
单线程写测试: 17844.72 MB/s
然后整体目录是这样的
Mode LastWriteTime Length Name
---- ------------- ------ ----
d----- 2026/6/14 10:03 bin
d----- 2026/6/14 19:40 images
-a---- 2026/6/14 19:37 9017856 core-no-qemu-gui.exe
-a---- 2026/6/14 15:09 9017344 core.exe
-a---- 2026/6/14 19:30 11815 index.html
-a---- 2026/6/14 19:36 6894 main.go
-a---- 2026/6/14 19:35 5398 mianban.go
-a---- 2026/6/14 19:35 9751552 panel.exe
食用方式
需要Intel VT-x 或 AMD SVM虚拟化
先双击打开“core-no-qemu-gui.exe”这个是没有QEMU的图形界面的,或者使用core.exe,这个会弹出一个QEMU的图形界面,方便排查问题
然后打开“panel.exe”,在浏览器访问127.0.0.1:8888就可以打开主界面了
然后就好了,超开的话可能有亿点点卡
不用了就清理掉/images/文件夹下面除了base.qcow2以外的所有文件,注意,关闭core.exe后虚拟机将直接关闭,且无法恢复,镜像也不会自动删除
默认密码&登陆地址
a05777:a05777
root:123456
ssh [email protected] -p 52222
(禁用了root直接登录,请使用su -或者sudo -i提权)
重要提醒
不要把该程序附带的qcow2镜像文件用于实际生产环境,该镜像运行的虚拟机的SSH主机指纹是一样的,这意味着别人可以冒充你的服务器,所以不要把它用于任何生产环境,不是生产环境的也不建议使用此镜像
下载链接
这里
或者手动复制
https://node1-rn.a05777.uk:8444/vps.7z
无痛解决想买鸡的难题(
其他
其实我是想修改显示的CPU名称的,传给后端的CPU型号是“EPYC”,但是QEMU不认,或者说我程序写的不咋地,反正能用就行,能用就行...
无痛解决想买鸡的难题(