当前位置:网站首页>Solr basic operations 14
Solr basic operations 14
2022-06-30 00:08:00 【franket】
close Solr
Under normal operation , There will be two. java Monitor separately in 8983 and 7574
[[email protected] solr-5.3.0]# ps faux | grep solr
root 63799 0.0 0.0 103252 828 pts/1 S+ 13:45 0:00 | \_ grep solr
root 3579 0.8 13.0 2002356 513088 pts/0 Sl Sep09 11:10 java -server -Xss256k -Xms512m -Xmx512m -XX:NewRatio=3 -XX:SurvivorRatio=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=8 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ConcGCThreads=4 -XX:ParallelGCThreads=4 -XX:+CMSScavengeBeforeRemark -XX:PretenureSizeThreshold=64m -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=50 -XX:CMSMaxAbortablePrecleanTime=6000 -XX:+CMSParallelRemarkEnabled -XX:+ParallelRefProcEnabled -XX:CMSFullGCsBeforeCompaction=1 -XX:CMSTriggerPermRatio=80 -verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime -Xloggc:/data/solr/solr-5.3.0/example/cloud/node1/solr/../logs/solr_gc.log -DzkClientTimeout=15000 -DzkRun -Djetty.port=8983 -DSTOP.PORT=7983 -DSTOP.KEY=solrrocks -Duser.timezone=UTC -Djetty.home=/data/solr/solr-5.3.0/server -Dsolr.solr.home=/data/solr/solr-5.3.0/example/cloud/node1/solr -Dsolr.install.dir=/data/solr/solr-5.3.0 -Dlog4j.configuration=file:/data/solr/solr-5.3.0/example/resources/log4j.properties -jar start.jar -XX:OnOutOfMemoryError=/data/solr/solr-5.3.0/bin/oom_solr.sh 8983 /data/solr/solr-5.3.0/example/cloud/node1/solr/../logs --module=http
root 3799 0.4 9.4 2006728 369716 pts/0 Sl Sep09 5:54 java -server -Xss256k -Xms512m -Xmx512m -XX:NewRatio=3 -XX:SurvivorRatio=4 -XX:TargetSurvivorRatio=90 -XX:MaxTenuringThreshold=8 -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ConcGCThreads=4 -XX:ParallelGCThreads=4 -XX:+CMSScavengeBeforeRemark -XX:PretenureSizeThreshold=64m -XX:+UseCMSInitiatingOccupancyOnly -XX:CMSInitiatingOccupancyFraction=50 -XX:CMSMaxAbortablePrecleanTime=6000 -XX:+CMSParallelRemarkEnabled -XX:+ParallelRefProcEnabled -XX:CMSFullGCsBeforeCompaction=1 -XX:CMSTriggerPermRatio=80 -verbose:gc -XX:+PrintHeapAtGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+PrintTenuringDistribution -XX:+PrintGCApplicationStoppedTime -Xloggc:/data/solr/solr-5.3.0/example/cloud/node2/solr/../logs/solr_gc.log -DzkClientTimeout=15000 -DzkHost=localhost:9983 -Djetty.port=7574 -DSTOP.PORT=6574 -DSTOP.KEY=solrrocks -Duser.timezone=UTC -Djetty.home=/data/solr/solr-5.3.0/server -Dsolr.solr.home=/data/solr/solr-5.3.0/example/cloud/node2/solr -Dsolr.install.dir=/data/solr/solr-5.3.0 -Dlog4j.configuration=file:/data/solr/solr-5.3.0/example/resources/log4j.properties -jar start.jar -XX:OnOutOfMemoryError=/data/solr/solr-5.3.0/bin/oom_solr.sh 7574 /data/solr/solr-5.3.0/example/cloud/node2/solr/../logs --module=http
[[email protected] solr-5.3.0]# netstat -ant | grep -E '(8983|7574)'
tcp 0 0 :::7574 :::* LISTEN
tcp 0 0 :::8983 :::* LISTEN
tcp 0 0 ::ffff:192.168.100.10:42750 ::ffff:192.168.100.102:8983 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33948 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.102:8983 ::ffff:192.168.100.10:42749 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.102:8983 ::ffff:192.168.100.10:42745 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.102:7574 ::ffff:192.168.100.10:33936 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:42745 ::ffff:192.168.100.102:8983 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33949 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:42749 ::ffff:192.168.100.102:8983 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33947 ::ffff:192.168.100.102:7574 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.102:7574 ::ffff:192.168.100.10:33947 ESTABLISHED
tcp 0 0 ::ffff:127.0.0.1:42313 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.102:7574 ::ffff:192.168.100.10:33938 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33942 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:127.0.0.1:42307 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:127.0.0.1:42316 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:42744 ::ffff:192.168.100.102:8983 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33938 ::ffff:192.168.100.102:7574 ESTABLISHED
tcp 0 0 ::ffff:127.0.0.1:42317 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.102:8983 ::ffff:192.168.100.10:42744 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.102:8983 ::ffff:192.168.100.10:42750 ESTABLISHED
tcp 0 0 ::ffff:127.0.0.1:42327 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:33945 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:127.0.0.1:42314 ::ffff:127.0.0.1:8983 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:33936 ::ffff:192.168.100.102:7574 ESTABLISHED
tcp 0 0 ::ffff:192.168.100.10:33946 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:192.168.100.10:33943 ::ffff:192.168.100.102:7574 TIME_WAIT
tcp 0 0 ::ffff:127.0.0.1:59150 ::ffff:127.0.0.1:7574 TIME_WAIT
[[email protected] solr-5.3.0]# Use the following command to stop the service
[[email protected] solr-5.3.0]# bin/solr stop -all
Sending stop command to Solr running on port 8983 ... waiting 5 seconds to allow Jetty process 3579 to stop gracefully.
Sending stop command to Solr running on port 7574 ... waiting 5 seconds to allow Jetty process 3799 to stop gracefully.
Solr process 3799 is still running; forcefully killing it now.
Killed process 3799
[[email protected] solr-5.3.0]# 边栏推荐
- AI empowers new retail, the way to win "wisdom" lies in ecological thinking | selected excerpts from digital intelligence night talk live broadcast
- Cloner un Graphe non recté [bfs accède à chaque bord et pas seulement aux noeuds]
- 克隆无向图[bfs访问每条边而不止节点]
- Exploration and Practice on the future direction of byte cloud database
- [rust weekly library] Tokei - a utility for statistics of code lines and other information
- QT learning 03 birth and essence of QT
- Matlab exercises -- program control process exercise
- HTAP x cloud native: tidb accelerates the release of data value and realizes data agility
- MySQL functions and constraints
- Sword finger offer 14- ii Cutting rope II
猜你喜欢

爬虫入门实战:斗鱼弹幕数据抓取,附送11节入门笔记

Matlab exercises -- program control process exercise
![[wechat applet] understand the basic composition of the applet project](/img/71/98894fbb9cda4facfd2b83c8ec8f9a.png)
[wechat applet] understand the basic composition of the applet project
![Clone undirected graph [bfs accesses each edge but not only nodes]](/img/34/2a1b737b6095293f868ec6aec0ceeb.png)
Clone undirected graph [bfs accesses each edge but not only nodes]

Getting started with qpainter: drawing the chess interface

How to view the CPU cores and threads in win11? Win11 view the tutorial of how many cores and threads the CPU is

QT learning 03 birth and essence of QT

一步步教你在Edge浏览器上安装网风笔记

QPainter的使用入门:绘制象棋界面

Yunhe enmo, gaiguoqiang, identify it and grasp it before the domestic database boils
随机推荐
Solr基础操作9
LC: maximum subarray and
QPainter的使用入门:绘制象棋界面
History of deep learning
Activity invitation | the Apache Doris community essay and speech solicitation activity has begun!
Et la tarte aux framboises 4? Quels sont les jeux possibles?
如何实现搜索引擎中的拼写纠错功能——思路
云原生爱好者周刊:炫酷的 Grafana 监控面板集合
由GlideException: Failed DecodePath{DirectByteBuffer->GifDrawable->Drawable}引起的刨根问底
HPE launched ARM CPU general server product
Analysis of define incdir command in TCL script of Modelsim
How about counting Berry Pie 4? What are the possible ways to play?
Vulnhub靶机-MoriartyCorp
基于zfoo开发项目的一些规范
Create an API rapid development platform, awesome!
QT learning 07 coordinate system in QT
solo 博客皮肤导入 skins 文件夹后出现 500 错误
漫画安全HIDS、EDR、NDR、XDR
Web APIs 环境对象 丨黑马程序员
6.29日刷题题解