# pv

Published articles for pv.

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.

## Kopiowanie wolumenów LVM z dd i netcat

DevFeed: [Kopiowanie wolumenów LVM z dd i netcat](<https://devfeed.tech/articles/kopiowanie-wolumenow-lvm-z-dd-i-netcat-27575.md>)

Original publisher: [Read original article](<https://gagor.pro/2013/09/kopiowanie-wolumenow-lvm-z-dd-i-netcat/>)

Author: Tom

Published: 2013-09-02T00:00:00Z

Content type: tutorial

Language: pl

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

Topics: [LVM](<https://devfeed.tech/topics/lvm.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [linux](<https://devfeed.tech/tags/linux.md>), [live](<https://devfeed.tech/tags/live.md>), [lvm](<https://devfeed.tech/tags/lvm.md>), [parallel](<https://devfeed.tech/tags/parallel.md>), [pv](<https://devfeed.tech/tags/pv.md>), [xen](<https://devfeed.tech/tags/xen.md>)

### AI overview

This tutorial explains how to copy LVM volumes between hypervisors using snapshots, dd, and netcat. It also discusses live transfer, pv for progress monitoring, and optional compression with pigz, with compression settings depending on network throughput.

### Source excerpt

Niedawno chciałem skopiować maszynę wirtualną z jednego hypervisora na innego. Były to 3 wolumeny LVM o rozmiarach od 50 do 100GB. Dawno temu zrobiłem sobie skrypty do backupu - jeden kompresuje wolumeny LVM - a drugi pozwala odtworzyć z dekompresja na drugim serwerze. Tyle że przy tak dużej maszynce będzie to trwało masakrycznie długo - fajnie byłoby móc równocześnie kopiować i odtwarzać (live)... I wtedy przypomniało mi się narzędzie netcat - zrobiłem snapshoty wolumenów i mogłem zaczynać. W najbardziej podstawowej wersji potrzebowałem tylko tyle: