Compress command, bigpipe
From NetworkCommands
A command available on F5 BigIP platforms; used to display or clear limited HTTP compression statistics.
Contents |
Usage Syntax
bigpipe compress [stats reset]
The stats reset parameter will clear the current HTTP compression statistics
Usage Examples
bigpipe compress - display current HTTP compression statistics
bigpipe compress stats reset - clear current HTTP compression statistics
Usage Notes
The bigpipe http command displays far more detailed HTTP compression statistics
Compression can be performed in hardware by an AHA hardware module or in software by TMM;
- Compression statistics for software compression are shown under the soft_sync heading
- Compression statistics for hardware compression are shown under the aha_offload heading
Bigpipe Usage Notes
Don't forget to save your changes using the bigpipe save all command.
Note in most cases, the show keyword displays object status or statistics, the list keyword displays configuration.
The bigpipe command can be abbreviated to just b (e.g. b help instead of bigpipe help.) Alternatively, (from v9.4,) you can use the bigpipe shell to enter commands without prefixing them with bigpipe.
Where curly or normal brackets {} or () or quotes "" or exclamation mark ! are required as part of a command and you are not using the bigpipe shell, they must be proceeded with a back slash \ to prevent the bash shell from parsing them as system commands.
Typical Output
F5 BigIP 1500 hardware platform, v9.x software;
[user@f5-device:Active] ~ # bigpipe compress
VIRTUAL COMPRESSION STATISTICS -- soft_sync
bytes (pre, post, queued) = (1.997T, 403.2G, 0)
streams (cur, tot) = (0, 55.19M)
F5 BigIP hardware platform with AHA compression card, v9.x software;
[user@f5-device:Active] ~ # bigpipe compress VIRTUAL COMPRESSION STATISTICS -- soft_sync bytes (pre, post, queued) = (1.181G, 339.3M, 0) streams (cur, tot) = (1, 23913) VIRTUAL COMPRESSION STATISTICS -- aha_offload bytes (pre, post, queued) = (513.8M, 223.9M, 1.323M) streams (cur, tot) = (45, 12165) VIRTUAL COMPRESSION STATISTICS -- soft_offload bytes (pre, post, queued) = (0, 0, 0) streams (cur, tot) = (0, 0)
Related Commands
The bigpipe http command displays far more detailed HTTP compression statistics
Use the bigpipe profile http command to create or modify HTTP profile configuration including compression
Availability
v9.x Software
Related Articles
Information on other F5 BigIP commands
Information on Cisco commands
Information on Vyatta commands
Information on Extreme commands
Information on Linux commands
Information on Blue Coat SGOS commands
Information on Nokia IPSO commands







