java 插件10.67.2.01_java插件无法运行

Java插件10.25.2.17使用JRE版本1.7.0_25-b17JavaHotSpot(TM)ClientVM用户主目录=C:\Users\Zhang----------------------------------------------------c:清除控制台窗口f:终结在结束队...

Java 插件10.25.2.17

使用 JRE 版本 1.7.0_25-b17 Java HotSpot(TM) Client VM

用户主目录 = C:\Users\Zhang

----------------------------------------------------

c: 清除控制台窗口

f: 终结在结束队列上的对象

g: 垃圾收集

h: 显示此帮助消息

l: 转储类加载器列表

m: 打印内存使用情况

o: 触发日志记录

q: 隐藏控制台

r: 重新加载策略配置

s: 转储系统和部署属性

t: 转储线程列表

v: 转储线程堆栈

x: 清除类加载器高速缓存

0-5: 设置跟踪级别为

----------------------------------------------------

Reseting Vectors

Error in URL in ReadFile.java

Error in reading Configuration File

Error in URL in ReadFile.java

Error in Reading Message File

Errorjava.net.MalformedURLException: no protocol: nullapi.IDX

java.net.MalformedURLException: no protocol: nullapi.IDX

at java.net.URL.(Unknown Source)

at java.net.URL.(Unknown Source)

at java.net.URL.(Unknown Source)

at API_DataManager.init_readAPITreeFile(API_DataManager.java:298)

at API_DataManager.(API_DataManager.java:249)

at apiwizard.init(apiwizard.java:67)

at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)

at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Foreground = sun.swing.PrintColorUIResource[r=51,g=51,b=51]

Error in API_JTreeRenderer: Image not found

Max: w = 0, h = 0

展开

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
import paramiko import pytest import psutil from common.abs_common import log @pytest.fixture(scope="module") def ssh_client(): print('-----ssh远程连接-------') ssh = paramiko.SSHClient() ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) ssh.connect('10.67.6.56', username='root', password='1') yield ssh ssh.close() print("获取PCIe设备的bus number,带宽和速度") def test_network_interface(ssh_client): stdin, stdout, stderr = ssh_client.exec_command("lspci|grep -i 'non' | cut -f1 -d ' '") interface = stdout.read().decode() stdin, stdout, stderr = ssh_client.exec_command(f"lspci -s {interface} -vvv |grep -i Lnkcap | cut -f2 -d ','") widthcap = stdout.read().decode().strip() outputwidthcap = stdout.read().decode("utf-8") stdin, stdout, stderr = ssh_client.exec_command(f"lspci -s {interface} -vvv |grep -i Lnksta | cut -f2 -d ','") widthsta = stdout.read().decode().strip() outputwidthsta = stdout.read().decode("utf-8") stdin, stdout, stderr = ssh_client.exec_command(f"lspci -s {interface} -vvv |grep -i Lnkcap | cut -f3 -d ','") speedcap = stdout.read().decode().strip() outputspeedcap = stdout.read().decode("utf-8") stdin, stdout, stderr = ssh_client.exec_command(f"lspci -s {interface} -vvv |grep -i Lnksta | cut -f3 -d ','") speedsta = stdout.read().decode().strip() outputspeedsta = stdout.read().decode("utf-8") print("比较lspci中PCIe设备的带宽和速度Lnkcap和Lnksta") assert widthcap == widthsta assert speedcap == speedsta print(outputwidthcap,outputwidthsta,outputspeedcap,outputspeedsta) if __name__ == '__main__': pytest.main(['-o log_cli=True --html=./test_get_nic_width.html -s'])
最新发布
06-10

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值