]> sourceware.org Git - systemtap.git/commitdiff
Fixed 'test_check' compile line in network/tcp_init_cwnd.meta
authorDavid Smith <dsmith@redhat.com>
Wed, 20 Apr 2011 20:34:25 +0000 (15:34 -0500)
committerDavid Smith <dsmith@redhat.com>
Wed, 20 Apr 2011 20:34:25 +0000 (15:34 -0500)
* testsuite/systemtap.examples/network/tcp_init_cwnd.meta: Fix
  'test_check' entry to compile 'tcp_init_cwnd.stp', not
  'tcp_init_cwnd.meta'.

testsuite/systemtap.examples/network/tcp_init_cwnd.meta

index 48018e623666310671d25550a7c362308b0d0b29..4914a1e9de82f809c7c5581cbc521bb7ee4a80c4 100644 (file)
@@ -3,5 +3,5 @@ name: tcp_init_cwnd.stp
 keywords: network tcp socket
 scope: system-wide
 description: Run the tcp_init_cwnd.stp script in the background to override a kernel's default tcp cwnd value to 10, which has been found to improve latency for web server type workloads.  The script prints a count of cwnd value changes when it is stopped.
-test_check: stap -g -p4 tcp_init_cwnd.meta
+test_check: stap -g -p4 tcp_init_cwnd.stp
 test_installcheck: stap -g tcp_init_cwnd.stp -c "sleep 0.2"
This page took 0.026359 seconds and 5 git commands to generate.