linux内核高级优化脚本可以用于hadoop生态圈环境的组件安装linux内核调优具体的每一步的解释请参考03搭建cdh备注:使用与centos6和centos7两个系统版本执行[root@lb01scripts]#pwd/opt/scripts[root@lb01scripts]#lltotal12-rw-r--r--1rootroot3837Apr2214:34adlinuxopt.sh-r
分类:
系统相关 时间:
2019-04-22 15:21:16
阅读次数:
256
#!/bin/bash #author liuhui by #this script is only for CentOS 7.x #check the OS platform=`uname -i` if [ $platform != "x86_64" ];then echo "this scrip ...
分类:
其他好文 时间:
2019-01-23 01:24:14
阅读次数:
214
原文地址:https://unity3d.com/cn/learn/tutorials/topics/performance-optimization/optimizing-scripts-unity-games?playlist=44069 介绍 当我们的游戏运行时,我们设备的中央处理器(CPU) ...
分类:
编程语言 时间:
2019-01-16 22:56:10
阅读次数:
285
本文主要写一下在使用Loadrunner录制完毕APP脚本之后如何对脚本进行回放,如有不足,欢迎评论补充。 如没有安装Loadrunner软件,请查看链接:软件测试_测试工具_LoadRunner; 如不清楚如何使用Loadrunner录制APP脚本,请查看链接:软件测试_APP测试_性能测试_脚本 ...
分类:
移动开发 时间:
2019-01-11 15:13:40
阅读次数:
269
CentOS7优化脚本#!/bin/bash#thisscriptisonlyforCentOS7.xplatform=`uname-i`if[$platform!="x86_64"];thenecho"脚本仅适合64位CentOS7系统"exit1fiecho"----------CentOS764位系统,开始优化----------"#添加公网DNS地址cat>>/etc/reso
分类:
其他好文 时间:
2018-12-10 11:43:49
阅读次数:
186
CentOS7优化脚本#!/bin/bash#thisscriptisonlyforCentOS7.xplatform=`uname-i`if[$platform!="x86_64"];thenecho"脚本仅适合64位CentOS7系统"exit1fiecho"----------CentOS764位系统,开始优化----------"#添加公网DNS地址cat>>/etc/reso
分类:
其他好文 时间:
2018-12-10 11:39:59
阅读次数:
175
##############################################################FileName:system.sh#Author:She#E-mail:shenzhuang@aliyun.com#CreatedTime:Fri18May201805:01:02PMCST#=========================================
分类:
其他好文 时间:
2018-10-31 11:24:23
阅读次数:
248
1)脚本创建流程创建脚本->选择协议-设置录制选项-录制脚本-停止录制-优化脚本(去掉无用内容)-强化脚本(注释、代码结构调整、参数化、检查点、事物、关联)-调试脚本(观察日志) 2)场景设置的流程新建场景(手动、目标场景)-设计调度策略(调度类型、组、场景、起动、持续、停止方式)->设置负载产生器 ...
分类:
其他好文 时间:
2018-05-02 13:08:44
阅读次数:
161