Skip to content

Instantly share code, notes, and snippets.

@brendangregg
Created April 15, 2014 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brendangregg/10691399 to your computer and use it in GitHub Desktop.
Save brendangregg/10691399 to your computer and use it in GitHub Desktop.
stap use-server no avahi
$ stap -v --use-server=10.140.145.195:7001 -ve 'global ops; probe syscall.* { ops[probefunc()] <<< 1; }'
Systemtap translator/driver (version 1.8/0.152 non-git sources)
Copyright (C) 2005-2012 Red Hat, Inc. and others
This is free software; see the source for copying conditions.
enabled features: AVAHI LIBRPM LIBSQLITE3 NSS BOOST_SHARED_PTR TR1_UNORDERED_MAP NLS
Created temporary directory "/tmp/stapuKSnAK"
Session arch: x86_64 release: 3.2.41-nflx
Using a compile server.
Running sh -c cd '/tmp/stapuKSnAK/client' && zip -qr '/tmp/stapuKSnAK/client.zip' *
Spawn waitpid result (0x0): 0
Failed to create Avahi client: Daemon not running
Unable to find a suitable compile server.
No servers online to select from.
Passes: via server ? using 135440virt/4652res/3836shr/1144data kb, in 0usr/10sys/14real ms.
Passes: via server failed. Try again with another '-v' option.
Running rm -rf /tmp/stapuKSnAK
Spawn waitpid result (0x0): 0
Removed temporary directory "/tmp/stapuKSnAK"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment