`
ioio
  • 浏览: 140869 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

cache server command

阅读更多
Memcached Server操作命令: 啟動: $ /usr/local/bin/memcached -p 11211 -m 64m -vv slab class 1: chunk size 88 perslab 11915 slab class 2: chunk size 112 perslab 9362 slab class 3: chunk size 144 perslab 7281 作為daemon后臺啟動時,只需 $ /usr/local/bin/memcached -p 11211 -m 64m -d?里使用的memcached????的?容如下。 說明: -p 使用TCP端口,默認為11211 -m 最大內存大小,默認為64M -vv 用very verbose模式啟動,調試信息和錯誤輸出到控制臺 -d 作為damon在后臺啟動 stats reset 清空數据 stats malloc 顯示內存分配數据 stats maps 不太确定,看源代是把/proc/self/maps的數据顯示出來。 stats cachedump slab_id limit_num 顯示某個slab中的前limit_num個key列表,顯示格式如下: ITEM key_name [ value_length b; expire_time|access_time s] 其中,memcached 1.2.2及以前版本?示的是 (timestamp) 及以前版本顯示的是訪問時間memcached 的??查??有其它的命令,可以?考:《Memcached的stats命令》 stats cachedump slab_id limit_num 顯示某個slab中的前limit_num個key列表,顯示格式如下: ITEM key_name [ value_length b; expire_time|access_time s] 其中,memcached 1.2.2以及以前版本顯示的是訪問時間(timestamp) 1.2.4以上版本,包括1.2.4 (timestamp) 如果是永不過期的key,expire_time會顯示為服務器的啟動時間 stats cachedump 7 2 ITEM copy_test1 [250 b; 1207795754 s] ITEM copy_test [248 b; 1207793649 s] stats slabs 顯示各個slab的信息,包括chunk的大小,數目,使用情況等. stats items 顯示各個slab中item的數目和最老item的年齡(最后一次訪問距離現在的秒數) stats detail [on|off|dump] 設置或者顯示詳細操作記錄 參數為on,打開詳細操作記錄 參數為off,關閉詳細操作記錄 參數為dump,顯示詳細操作記錄(每一個鍵值get,set,hit,del的次數) stats detail dump PREFIX copy_test2 get 1 hit 1 set 0 del 0 PREFIX copy_test1 get 1 hit 1 set 0 del 0 PREFIX cpy get 1 hit 0 set 0 del 0
分享到:
评论

相关推荐

    unity-cache-server:Unity CacheServer针对多客户端本地网络进行了优化

    缓存服务器v6.4 Unity Cache Server,已针对本地联网的团队环境进行了优化。概述注意:此版本的缓存服务器不支持Unity 2019.3中引入的新资产数据库版本2。 对于使用新资产导入管道的项目,请使用该存储库包含Cache ...

    Visual Basic+SQL Server

    8. 数据缓存:为了提高性能,VB应用可以利用缓存技术,如.NET框架中的Cache对象,将部分数据暂存于内存中,减少对数据库的频繁访问。 9. 部署与配置:最后,VB应用与SQL Server的部署和配置也是关键,包括数据库的...

    ASP与SQL SERVER网站架设

    你可以使用内置的对象,如Connection对象来建立和管理数据库连接,Command对象来执行SQL命令,Recordset对象则用来处理查询结果。 在实际应用中,常见的ASP与SQL Server交互包括用户登录验证、新闻发布系统、在线...

    asp+sql server典型网站建设案例

    4. ADO连接数据库:ASP使用Connection对象建立到SQL Server的连接,然后用Command对象执行SQL语句。例如,使用`ADODB.Connection`对象的`Open`方法打开连接,`ADODB.Command`对象的`Execute`方法执行SQL命令。 5. ...

    ASP结合SQL.Server1

    8. 数据缓存:为了提升性能,ASP可以缓存频繁访问的数据库结果,例如使用ASP.NET的Cache对象。这可以减少对数据库的直接访问,减轻服务器负载。 9. 用户身份验证和权限管理:结合SQL Server的内置安全机制,如登录...

    ASP结合SQL.Server5

    1. 缓存:使用Cache对象可以缓存经常使用的数据库查询结果,减少对数据库的访问。 2. 分页:对于大数据量的查询,分页技术能提高页面加载速度,减轻服务器负担。 3. 连接池:通过连接池管理数据库连接,可以有效复用...

    ArubaOS 6.0 Command Line Interface Reference Guide 命令行用户手册

    - **aaa dns-queryperiod:** This command allows users to configure the frequency at which the controller generates DNS requests to cache the IP address of a RADIUS server identified via its Fully ...

    cleartool_command_version7.0.0.1

    ### ClearCase 命令大全:cleartool_command_version7.0.0.1 #### 概述 ClearCase 是一款由 IBM 开发并维护的软件配置管理工具,旨在为软件开发团队提供版本控制、变更管理和构建自动化等功能。在 ClearCase 中,`...

    精通windows server 2008 命令行与powershell电子书PDF版(第一卷)

    5.3.23 show offload——查看任务 2415.3.24 delete arpcache——删除ARP缓存 241 5.3.25 从命令提示符运行netsh命令 241 5.3.26 从netsh.exe命令提示符运行netsh 243 第6章 网络服务管理 249 6.1 网络服务 249 ...

    精通windows server 2008 命令行与powershell 电子书PDF单文件完整版

    5.3.23 show offload——查看任务 2415.3.24 delete arpcache——删除ARP缓存 241 5.3.25 从命令提示符运行netsh命令 241 5.3.26 从netsh.exe命令提示符运行netsh 243 第6章 网络服务管理 249 6.1 网络服务 249 ...

    Web与SQL Server 2000 数据库编程技术

    2. 执行SQL命令:通过ADODB.Command对象,可以执行SELECT、INSERT、UPDATE和DELETE等SQL语句,获取或修改数据。 3. 处理结果集:使用ADODB.Recordset对象来存储查询结果,可以遍历记录集,获取或修改单条记录的数据...

    commandbox-addons-docker:将CommandBox和Adobe Addons一起用于PDF服务

    首次构建:docker-compose构建--no-cache 这将运行Dockerfile,它将更新的.prikey复制到CommandBox映像。 .prikey由ColdFusion使用以验证PDFg引擎。 显然,某些CommandBox映像的密钥错误。 跑步 码头工人组成 应用...

    微软内部资料-SQL性能优化2

    In this module we will discuss Microsoft® SQL Server™ interaction with the operating system and methodology of troubleshooting server-based problems. At the end of this module, you will be able to:...

    精通windows server 2008 命令行与powershell电子书PDF版(第三卷)

    5.3.23 show offload——查看任务 2415.3.24 delete arpcache——删除ARP缓存 241 5.3.25 从命令提示符运行netsh命令 241 5.3.26 从netsh.exe命令提示符运行netsh 243 第6章 网络服务管理 249 6.1 网络服务 249 ...

    精通windows server 2008 命令行与powershell 电子书PDF版(第四卷)

    5.3.23 show offload——查看任务 2415.3.24 delete arpcache——删除ARP缓存 241 5.3.25 从命令提示符运行netsh命令 241 5.3.26 从netsh.exe命令提示符运行netsh 243 第6章 网络服务管理 249 6.1 网络服务 249 ...

    ChromeCacheView

    Added new option in 'Copy Selected Cache Files': Update the modified time of the copied files according to modified time in the Web server. Version 1.15: Added support for working with the cache ...

    金蝶BOSV6.1_业务组件API参考手册

    com.kingdee.bos.cache.impl.remote com.kingdee.bos.config com.kingdee.bos.config.app com.kingdee.bos.config.impl com.kingdee.bos.config.impl.client com.kingdee.bos.config.impl.server ...

    计算机网络第六版答案

    Hence, it becomes possible for the attacker to issue a command to all the nodes, that target a single node (for example, all nodes in the botnet might be commanded by the attacker to send a TCP SYN ...

    AppFabric缓存管理和使用[收集].pdf

    首先,确保以管理员权限运行PowerShell,然后使用`Get-Command *cache*`命令来查看所有可用的缓存管理命令。启动AppFabric Cache服务的命令是`Start-CacheCluster`。这样,即使集群中的某台服务器出现故障,缓存系统...

    PowerShell:用于SQL Server的一些有用的PowerShell脚本

    Get-Counter "\SQLServer:Database(*)\Buffer Cache Hit Ratio" -ComputerName "localhost" ``` 6. **SQL Agent作业管理**: PowerShell允许你管理和操作SQL Agent作业,例如启动、停止作业或者查看作业状态: ...

Global site tag (gtag.js) - Google Analytics