分享好友 最新动态首页 最新动态分类 切换频道
Kafka Tool linux版本,适用于kafka0.11及以上
2024-12-26 20:30
#!/bin/sh

Kafka Tool linux版本,适用于kafka0.11及以上

# Uncomment the following line to override the JVM search sequence # INSTALL4J_JAVA_HOME_OVERRIDE= # Uncomment the following line to add additional VM parameters # INSTALL4J_ADD_VM_PARAMS= INSTALL4J_JAVA_PREFIX="" GREP_OPTIONS="" read_db_entry() { if [ -n "$INSTALL4J_NO_DB" ]; then return 1 fi db_home=$HOME db_file_suffix= if [ ! -w "$db_home" ]; then db_home=/tmp db_file_suffix=_$USER fi db_file=$db_home/.install4j$db_file_suffix if [ -d "$db_file" ] || ([ -f "$db_file" ] && [ ! -r "$db_file" ]) || ([ -f "$db_file" ] && [ ! -w "$db_file" ]); then db_file=$db_home/.install4j_jre$db_file_suffix fi if [ ! -f "$db_file" ]; then return 1 fi if [ ! -x "$java_exc" ]; then return 1 fi found=1 exec 7< $db_file while read r_type r_dir r_ver_major r_ver_minor r_ver_micro r_ver_patch r_ver_vendor<&7; do if [ "$r_type" = "JRE_VERSION" ]; then if [ "$r_dir" = "$test_dir" ]; then ver_major=$r_ver_major ver_minor=$r_ver_minor ver_micro=$r_ver_micro ver_patch=$r_ver_patch fi elif [ "$r_type" = "JRE_INFO" ]; then if [ "$r_dir" = "$test_dir" ]; then is_openjdk=$r_ver_major found=0 break fi fi done exec 7<&- return $found } create_db_entry() { tested_jvm=true echo testing JVM in $test_dir ... version_output=`"$bin_dir/java" $1 -version 2>&1` is_gcj=`expr "$version_output" : '.*gcj'` is_openjdk=`expr "$version_output" : '.*OpenJDK'` if [ "$is_gcj" = "0" ]; then java_version=`expr "$version_output" : '.*"(.*)".*'` ver_major=`expr "$java_version" : '([0-9][0-9]*)..*'` ver_minor=`expr "$java_version" : '[0-9][0-9]*.([0-9][0-9]*)..*'` ver_micro=`expr "$java_version" : '[0-9][0-9]*.[0-9][0-9]*.([0-9][0-9]*).*'` ver_patch=`expr "$java_version" : '[0-9][0-9]*.[0-9][0-9]*.[0-9][0-9]*[._]([0-9][0-9]*).*'` fi if [ "$ver_patch" = "" ]; then ver_patch=0 fi if [ -n "$INSTALL4J_NO_DB" ]; then return fi db_new_file=${db_file}_new if [ -f "$db_file" ]; then awk '$1 != "'"$test_dir"'" {print $0}' $db_file > $db_new_file rm $db_file mv $db_new_file $db_file fi dir_escaped=`echo "$test_dir" | sed -e 's/ /\\ /g'` echo "JRE_VERSION $dir_escaped $ver_major $ver_minor $ver_micro $ver_patch" >> $db_file echo "JRE_INFO $dir_escaped $is_openjdk" >> $db_file } test_jvm() { tested_jvm=na test_dir=$1 bin_dir=$test_dir/bin java_exc=$bin_dir/java if [ -z "$test_dir" ] || [ ! -d "$bin_dir" ] || [ ! -f "$java_exc" ] || [ ! -x "$java_exc" ]; then return fi tested_jvm=false read_db_entry || create_db_entry $2 if [ "$ver_major" = "" ]; then return; fi if [ "$ver_major" -lt "1" ]; then return; elif [ "$ver_major" -eq "1" ]; then if [ "$ver_minor" -lt "8" ]; then return; fi fi if [ "$ver_major" = "" ]; then return; fi if [ "$ver_major" -gt "1" ]; then return; elif [ "$ver_major" -eq "1" ]; then if [ "$ver_minor" -gt "8" ]; then return; fi fi app_java_home=$test_dir } add_class_path() { if [ -n "$1" ] && [ `expr "$1" : '.**'` -eq "0" ]; then local_classpath="$local_classpath${local_classpath:+:}$1" fi } compiz_workaround() { if [ "$is_openjdk" != "0" ]; then return; fi if [ "$ver_major" = "" ]; then return; fi if [ "$ver_major" -gt "1" ]; then return; elif [ "$ver_major" -eq "1" ]; then if [ "$ver_minor" -gt "6" ]; then return; elif [ "$ver_minor" -eq "6" ]; then if [ "$ver_micro" -gt "0" ]; then return; elif [ "$ver_micro" -eq "0" ]; then if [ "$ver_patch" -gt "09" ]; then return; fi fi fi fi osname=`uname -s` if [ "$osname" = "Linux" ]; then compiz=`ps -ef | grep -v grep | grep compiz` if [ -n "$compiz" ]; then export AWT_TOOLKIT=MToolkit fi fi } read_vmoptions() { vmoptions_file=`eval echo "$1" 2>/dev/null` if [ ! -r "$vmoptions_file" ]; then vmoptions_file="$prg_dir/$vmoptions_file" fi if [ -r "$vmoptions_file" ] && [ -f "$vmoptions_file" ]; then exec 8< "$vmoptions_file" while read cur_option<&8; do is_comment=`expr "W$cur_option" : 'W *#.*'` if [ "$is_comment" = "0" ]; then vmo_classpath=`expr "W$cur_option" : 'W *-classpath (.*)'` vmo_classpath_a=`expr "W$cur_option" : 'W *-classpath/a (.*)'` vmo_classpath_p=`expr "W$cur_option" : 'W *-classpath/p (.*)'` vmo_include=`expr "W$cur_option" : 'W *-include-options (.*)'` if [ ! "$vmo_classpath" = "" ]; then local_classpath="$i4j_classpath:$vmo_classpath" elif [ ! "$vmo_classpath_a" = "" ]; then local_classpath="${local_classpath}:${vmo_classpath_a}" elif [ ! "$vmo_classpath_p" = "" ]; then local_classpath="${vmo_classpath_p}:${local_classpath}" elif [ "$vmo_include" = "" ]; then if [ "W$vmov_1" = "W" ]; then vmov_1="$cur_option" elif [ "W$vmov_2" = "W" ]; then vmov_2="$cur_option" elif [ "W$vmov_3" = "W" ]; then vmov_3="$cur_option" elif [ "W$vmov_4" = "W" ]; then vmov_4="$cur_option" elif [ "W$vmov_5" = "W" ]; then vmov_5="$cur_option" else vmoptions_val="$vmoptions_val $cur_option" fi fi fi done exec 8<&- if [ ! "$vmo_include" = "" ]; then read_vmoptions "$vmo_include" fi fi } unpack_file() { if [ -f "$1" ]; then jar_file=`echo "$1" | awk '{ print substr($0,1,length-5) }'` bin/unpack200 -r "$1" "$jar_file" if [ $? -ne 0 ]; then echo "Error unpacking jar files. The architecture or bitness (32/64)" echo "of the bundled JVM might not match your machine." returnCode=1 cd "$old_pwd" if [ ! "W $INSTALL4J_KEEP_TEMP" = "W yes" ]; then rm -R -f "$sfx_dir_name" fi exit $returnCode fi fi } run_unpack200() { if [ -f "$1/lib/rt.jar.pack" ]; then old_pwd200=`pwd` cd "$1" echo "Preparing JRE ..." for pack_file in lib.*' > /dev/null; then prg="$link" else prg="`dirname $prg`/$link" fi done prg_dir=`dirname "$prg"` progname=`basename "$prg"` cd "$prg_dir" prg_dir=`pwd` app_home=. cd "$app_home" app_home=`pwd` bundled_jre_home="$app_home/jre" if [ "__i4j_lang_restart" = "$1" ]; then cd "$old_pwd" else cd "$prg_dir"/. gunzip -V > /dev/null 2>&1 if [ "$?" -ne "0" ]; then echo "Sorry, but I could not find gunzip in path. Aborting." exit 1 fi if [ -d "$INSTALL4J_TEMP" ]; then sfx_dir_name="$INSTALL4J_TEMP/${progname}.$$.dir" else sfx_dir_name="${progname}.$$.dir" fi mkdir "$sfx_dir_name" > /dev/null 2>&1 if [ ! -d "$sfx_dir_name" ]; then sfx_dir_name="/tmp/${progname}.$$.dir" mkdir "$sfx_dir_name" if [ ! -d "$sfx_dir_name" ]; then echo "Could not create dir $sfx_dir_name. Aborting." exit 1 fi fi cd "$sfx_dir_name" if [ "$?" -ne "0" ]; then echo "The temporary directory could not created due to a malfunction of the cd command. Is the CDPATH variable set without a dot?" exit 1 fi sfx_dir_name=`pwd` if [ "W$old_pwd" = "W$sfx_dir_name" ]; then echo "The temporary directory could not created due to a malfunction of basic shell commands." exit 1 fi trap 'cd "$old_pwd"; rm -R -f "$sfx_dir_name"; exit 1' HUP INT QUIT TERM tail -c 869117 "$prg_dir/${progname}" > sfx_archive.tar.gz 2> /dev/null if [ "$?" -ne "0" ]; then
最新文章
零基础打造个人专属空间,实用搭建指南
本方案旨在从零开始,助您打造专属个人实用。涵盖规划、、主机选择、搭建、内容管理等方面,一步步实现个性化空间。无论您是初学者还是有一定经验的用户,都能轻松上手,开启您的之旅。明确类型与功能挑选适宜的建设购置域名与进行设计开展
腾讯文档 AI 开启公测附申请链接 一键生成Word / Excel / PPT / 思维导图等
腾讯文档今日宣布,腾讯文档 AI 即日开启公测,面向全网用户陆续开放体验,支持全品类文档生成、跨品类信息处理等。目前公测名额限量30000名,可通过官方链接申请。我们从官方介绍获悉,腾讯文档 AI 支持一句话生成 Word / Excel / PPT /
淘宝个人店铺和企业店铺有什么不同?(建议个人店铺升级为企业店铺)
随着淘宝平台的不断壮大,越来越多的人开始在淘宝开店了,我们可以把淘宝店铺分为个人淘宝店铺以及淘宝企业店铺,这两种店铺类型是有区别的,下面的内容中我们了解一下这两者之间到底有什么区别哦。1、注册企业店铺注册需要用营业执照,而
超級SEO助手,如何批量发布文章?
SEO Helper 客户端是 http://seohelper.cn 网站开发的 SEO 工具软件,其主要为用户br提供SEO相关的信息查询服务,从而使用户能够更方便地了解各种信息,如网站在百度、谷歌、br雅虎、搜狗等搜索引擎的页面收录数量和反向链接数量,网站的Pa
【5D时代动感影院加盟】开店加盟5D时代动感影院,立马做老板!
电影院是人们经常去的休闲娱乐场所,它环境干净,舒适,是非常适合人休闲的地方。加上有时有趣搞笑,紧张刺激,有时跌宕起伏的电影剧情,使得好像观看的人们也经历了一次不同凡响的体验,这样观众也觉得这张电影票值了。电影的票价也不是
seo公司有哪些公司(seo公司有哪些公司名称)
大家好,今天小编关注到一个比较有意思的话题,就是关于seo公司有哪些公司的问题,于是小编就整理了3个相关介绍seo公司有哪些公司的解答,让我们一起看看吧。网站seo公司哪家好?一般公司中完整的SEO团队都包括哪些职位?杭州外贸seo哪家公
小伙伴们,你们知道吗?那些我们日常生活中无处不在的小“眼睛”——传感器,其实背后隐藏着一场激烈的科技盛宴!今天,我就带大家来盘点一下那些在全球传感器市场占据主导地位的大佬们!
微三云超级云平台:为鸿蒙小程序开发提供强大技术支撑!
微三云超级云平台:为鸿蒙小程序开发提供强大技术支撑!平台运营+技术服务+系统搭建前文引言:微三云有什么热销的模式,微三云 2024 年创新模式 微三云,让再小的商家也拥有自己的大数据!10 年磨一剑,不忘初心,砥砺前行! 我们的愿景 —
网络文学频现抄袭门,有作者用软件自动生成小说
近年,网络小说成抄袭重灾区。《花千骨》《锦绣未央》《三生三世十里桃花》等改编成热门电视剧的原著都曾被曝涉嫌抄袭。文化资本的逐利性、商业力量的诱惑力、读者市场的激烈竞争都是抄袭的直接推手,但背后还是人的价值观在起支配作用。(
飞机运一个人赚多少钱?其实不到50元
油贵,飞机和人员也贵,使得航空业的利润微薄,即使2025年会是丰收之年,也只有每位旅客7美元的利润空间文|《财经》实习生 陈思宇 编辑|王静仪 6.4美元,折合人民币约46.37元,是2024年航空公司每送一位乘客赚的钱。 这是个微妙的数字。
相关文章
推荐文章
发表评论
0评