当前位置: 首页 > article >正文

ESRALLY安装与使用

ESRALLY安装与使用

geonames、geopoint:都是和地理位置相关的,如果需要测试ES在地理位置处理的性能可以选用
http_logs:是http_server的,如果要测服务器日志、redis日志、apache日志可以选用
说明:esrally 自带的测试数据即为 rally_track 文件夹中的内容,主要包括:

Geonames(geonames): for evaluating the performance of structured data.
Geopoint(geopoint): for evaluating the performance of geo queries.
Percolator(percolator): for evaluating the performance of percolation queries.
PMC(pmc): for evaluating the performance of full text search.
NYC taxis(nyc_taxis): for evaluating the performance for highly structured data.
Nested(nested): for evaluating the performance for nested documents.
Logging(logging): for evaluating the performance of (Web) server logs.
noaa(noaa): for evaluating the performance of range fields.
我在测试的时候主要用到了以下几个:

Geonames:评估结构化数据的性能
PMC:评估全文搜索的性能
Nested:评估嵌套文档的性能
Logging:评估(Web)服务器日志的性能
noaa:评估range的性能
在这里插入图片描述

安装ESRALLY

安装配套关系(已测试):
python-3.8.13 git-1.9.5
注:3.8<=version<3.10(安装3.11会出问题)

安装Python3

详见:安装Python3 with ssl
https://blog.csdn.net/sdssee/article/details/143515176

安装GIT

git安装教程:
1、环境准备

rm -rf /usr/local/git
mkdir -p /usr/local/git

2、 下载依赖

yum install curl-devel expat-devel gettext-devel

http://www.kler.cn/a/381382.html

相关文章:

  • 【万字详文介绍】:迭代扩张卷积神经网络(IDCNN)
  • 【addRepository 在tomcat 8和tomcat 9的支持情况】
  • 【C++、数据结构】哈希表——散列表(一)(概念/总结)
  • ES跟Kafka集成
  • 文件系统上云的挑战
  • 细腻的链接:C++ list 之美的解读
  • 「C/C++」C/C++的区别
  • C#编程:VSTO在Excel工作表中输出List数据
  • c++的list类
  • 「Mac畅玩鸿蒙与硬件22」鸿蒙UI组件篇12 - Canvas 组件的动态进阶应用
  • 免费且强大的PDF转换工具——PDFgear
  • 戴尔电脑 Bios 如何进入?Dell Bios 进入 Bios 快捷键是什么?
  • VSCODE新版本无法remote ssh到老系统Linux上的问题
  • C# 实现读取Excel文件并设置单元格计算公式再保存
  • Java学习Day57:碧水金睛兽!(Spring Cloud微服务1.0)
  • 如何优雅处理异常?处理异常的原则
  • Redis ——发布订阅
  • 电脑软件:推荐一款免费且实用的电脑开关机小工具
  • Spring(三)ApplicationContext刷新全过程
  • 【GCN】 代码详解 (1) 如何运行【pytorch】可运行版本
  • REst full API
  • 如何在 CentOS 7.9 上安装 Docker
  • cesium实现测面功能
  • Redis完全指南:从基础功能到缓存管理与高可用性设计
  • 【Vue 全家桶】2、Vue 组件化编程
  • linux重启PHP