# tcpflow

Published articles for tcpflow.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Debugging commands running on memcached

DevFeed: [Debugging commands running on memcached](<https://devfeed.tech/articles/debugging-commands-running-on-memcached-27657.md>)

Original publisher: [Read original article](<https://gagor.pro/2016/07/debugging-commands-running-on-memcached/>)

Author: Tom

Published: 2016-07-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [debugging](<https://devfeed.tech/topics/debugging.md>), [Network](<https://devfeed.tech/topics/network.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [Tool](<https://devfeed.tech/topics/tool.md>), [servers](<https://devfeed.tech/topics/servers.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [commands](<https://devfeed.tech/tags/commands.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [linux](<https://devfeed.tech/tags/linux.md>), [memcached](<https://devfeed.tech/tags/memcached.md>), [network](<https://devfeed.tech/tags/network.md>), [network-traffic](<https://devfeed.tech/tags/network-traffic.md>), [performance](<https://devfeed.tech/tags/performance.md>), [port](<https://devfeed.tech/tags/port.md>), [pv](<https://devfeed.tech/tags/pv.md>), [servers](<https://devfeed.tech/tags/servers.md>), [statistics](<https://devfeed.tech/tags/statistics.md>), [tcpflow](<https://devfeed.tech/tags/tcpflow.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

A practical collection of commands for debugging a running memcached server. It covers inspecting commands and network traffic, measuring transfer rates, and checking command rates using Linux tools.

### Source excerpt

Learn how to debug memcached servers by sniffing network traffic to inspect commands, measure transfer rates, and analyze command frequencies using common Linux tools.