上一页 1 2 3 4 5 6 7 8 9 ··· 46 下一页
摘要: 一、场景 公司对redis节点进行增加,需要验证节点增加后,对于redis本身性能及服务性能的影响 二、 使用工具 jmeter redis data set插件 Documentation: https://jmeter-plugins.org/wiki/RedisDataSet/ 缺点: 1、只 阅读全文
posted @ 2024-06-12 17:31 代码诠释的世界 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 一、场景 简单来讲、这玩意就是下载大文件用的 二、官网 https://www.atlassian.com/git/tutorials/git-lfs#what-is-git-lfs 三、安装 curl -s https://packagecloud.io/install/repositories/ 阅读全文
posted @ 2024-06-12 16:37 代码诠释的世界 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 一、场景 使用jmeter GUI测试的时候,想观察服务器性能变化 二、插件官方地址 Documentation: https://jmeter-plugins.org/wiki/PerfMon/ 三、安装插件 首选要安装插件管理的包(这里就不讲了,之前写过) 下载地址:https://jmeter 阅读全文
posted @ 2024-06-12 16:17 代码诠释的世界 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 1、问题场景 太慢了 2、命令 split -b 500m test.DEBUG.BAK test.DEBUG.BAK_ 3、命令帮助 $ split --help 用法:split [选项]... [文件 [前缀]] 将 <文件> 拆分并输出到 "前缀aa"、"前缀ab" 等文件; 默认以 100 阅读全文
posted @ 2024-05-29 17:09 代码诠释的世界 阅读(175) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/671744884 阅读全文
posted @ 2024-05-28 17:05 代码诠释的世界 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 一、问题现象 打开应用突然打不开了,一个docker应用依赖显卡 报错:failed to create shim task: OCI runtime create failed:xxxxxx 二、定位处理 1、查看显示情况 $ nvidia-smi Unable to determine the 阅读全文
posted @ 2024-05-23 20:10 代码诠释的世界 阅读(1870) 评论(0) 推荐(0) 编辑
摘要: 一、Redis Insight 1、官网下载 https://redis.io/insight/#insight-form 2、安装 sudo dpkg -i RedisInsight-linux-amd64.deb 3、运行 二、 AnotherRedisDesktopManager 1、官网下载 阅读全文
posted @ 2024-05-22 20:26 代码诠释的世界 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 1、方法 终端执行 :$ gsettings set org.gnome.desktop.interface clock-show-seconds true 阅读全文
posted @ 2024-05-21 16:15 代码诠释的世界 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 一、CUDA安装方法 https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#pre-installation-actions 1、使用二进制 https://developer.nvidia.com/cuda-12 阅读全文
posted @ 2024-05-20 20:12 代码诠释的世界 阅读(1840) 评论(0) 推荐(0) 编辑
摘要: 1、问题现象 安装完windterm,时间长不超过会锁屏,然后不知道怎么解锁 2、解决办法 默认的密码是空,也就是不用输入,直接回车即可解锁 3、重新设置密码 打开锁屏按钮 点击更改主密码 点击更改主密码 然后重新锁屏试下 阅读全文
posted @ 2024-05-20 09:49 代码诠释的世界 阅读(1374) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 46 下一页