当前位置:网站首页>Memcached foundation 7
Memcached foundation 7
2022-06-27 01:02:00 【franket】
Process status check
You can check the number of threads using the following methods
[email protected] memcached-1.4.24# ps fuax | grep mem
root 777 0.0 0.0 0 0 ? S 13:43 0:00 _ vmmemctl
root 8857 0.0 0.0 103252 824 pts/0 S+ 15:52 0:00 | _ grep mem
cc 8835 0.0 0.0 786084 1640 ? Ssl 15:50 0:00 /usr/local/bin/memcached -d -m 1024 -p 12345 -u cc -c 512 -t 10
[email protected] memcached-1.4.24# netstat -ant | grep 12345
tcp 0 0 0.0.0.0:12345 0.0.0.0:* LISTEN
tcp 0 0 :::12345 :::* LISTEN
[email protected] memcached-1.4.24# pstree -p 8835
memcached(8835)─┬─{memcached}(8836)
├─{memcached}(8837) ├─{memcached}(8838) ├─{memcached}(8839) ├─{memcached}(8840) ├─{memcached}(8841) ├─{memcached}(8842) ├─{memcached}(8843) ├─{memcached}(8844) ├─{memcached}(8845) └─{memcached}(8846)[email protected] memcached-1.4.24# ps -mp 8835
PID TTY TIME CMD
8835 ? 00:00:00 memcached
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 -
- - 00:00:00 [email protected] memcached-1.4.24# 边栏推荐
- 可视化介绍 Matplotlib 和 Plotnine
- Solve the problem that stc8g1k08 program cannot run and port configuration
- These 10 copywriting artifacts help you speed up the code. Are you still worried that you can't write a copywriting for US media?
- 数据库面试题+sql语句解析
- Processing of slice loss in ArcGIS mosaic dataset
- Memcached foundation 6
- 温故知新--常温常新
- 统计无向图中无法互相到达点对数[经典建邻接表+DFS统计 -> 并查集优化][并查集手册/写的详细]
- Live review | Ziya &ccf TF: Discussion on software supply chain risk management technology under cloud native scenario
- Visual introduction to Matplotlib and plotnine
猜你喜欢

The most difficult 618 in history, TCL won the first place in both jd.com and tmall.com shares in the TV industry

超越锂电池——未来电池的概念

Esp32 add multi directory custom component

Unable to create a folder to save the sketch: MKDIR sketch

Summary of working at home during the epidemic | community essay solicitation

ArcGIS 镶嵌数据集切片丢失问题处理

温故知新--常温常新

Implementation of ARP module in LwIP

TopoLVM: 基于LVM的Kubernetes本地持久化方案,容量感知,动态创建PV,轻松使用本地磁盘

JSON解析,ESP32轻松获取时间气温和天气
随机推荐
What is the difference between the working principle of gas-liquid slip ring and other slip rings
Moher College -x-forwarded-for injection vulnerability practice
统计无向图中无法互相到达点对数[经典建邻接表+DFS统计 -> 并查集优化][并查集手册/写的详细]
2022年地理信息系统与遥感专业就业前景与升学高校排名选择
清华&智源 | CogView2:更快更好的文本图像生成模型
Lambda表达式
史上最难618,TCL夺得电视行业京东和天猫份额双第一
Buuctf PWN write UPS (6)
C#程序结构预览最基础入门
架构实战营模块五作业
Keepalived 实现 Redis AutoFailover (RedisHA)17
Central Limit Theorem
Kept to implement redis autofailover (redisha) 15
自定义MVC(导成jar包)+与三层架构的区别+反射+面试题
Flutter series: flow in flutter
USB协议中HID设备描述符以及键盘按键值对应编码表
Statistical Hypothesis Testing
Gaussian and Summary Stats
Find the minimum value in the rotation sort array ii[classical Abstract dichotomy + how to break the game left, middle and right are equal]
Flink 实战问题(七):No Watermark(Watermarks are only available EventTime is used)