当前位置:网站首页>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# 边栏推荐
- memcached基础2
- Timing mechanism of LwIP
- 用代码生成流程图,Markdown的使用方法
- ESP32-SOLO开发教程,解决CONFIG_FREERTOS_UNICORE问题
- C#程序结构预览最基础入门
- How to control the quality of HD slip ring in the production process
- 3-wire SPI screen driving mode
- Statistical Hypothesis Testing
- Implementation of ARP module in LwIP
- 07 | 工作流设计:如何设计合理的多人开发模式?
猜你喜欢

USB协议中HID设备描述符以及键盘按键值对应编码表

IIS 部署静态网站和 FTP 服务

Generate flow chart with code, and how to use markdown

Gaussian and Summary Stats

One click acceleration of Sony camera SD card file copy operation, file operation batch processing tutorial

通过Rust语言计算加速技术突破图片识别性能瓶颈

世界很大,有人把二维码纹在脖子上

MATLAB data type - character type

Live review | Ziya &ccf TF: Discussion on software supply chain risk management technology under cloud native scenario
![Custom jsp[if, foreach, data, select] tag](/img/a2/fc75c182d572d86f4466323e31d6c3.png)
Custom jsp[if, foreach, data, select] tag
随机推荐
05 | 规范设计(下):commit 信息风格迥异、难以阅读,如何规范?
CEC-I 中华学习机使用说明与问答
Gaussian and Summary Stats
解决u8glib只显示一行文字或者不显示的问题
通过Rust语言计算加速技术突破图片识别性能瓶颈
Summary of working at home during the epidemic | community essay solicitation
Modeling specifications: environment settings
[vscade] preview MD file
Kept to implement redis autofailover (redisha) 15
Is it safe to open a securities account online? Is it reliable to speculate in stocks by mobile phone
buuctf-pwn write-ups (6)
memcached基础2
Flink 实战问题(七):No Watermark(Watermarks are only available EventTime is used)
idea 热启动失效解决方案
Flink practical problems (VII): no watermark (watermarks are only available eventtime is used)
JS library for number formatting
2022年地理信息系统与遥感专业就业前景与升学高校排名选择
Central Limit Theorem
Esp32 add multi directory custom component
Esp32 experiment - self built web server distribution network 02