-
Notifications
You must be signed in to change notification settings - Fork 728
How to Install Sysdig for Windows and OSX
Loris Degioanni edited this page Mar 27, 2014
·
35 revisions
NOTE: currently only the Linux version of sysdig is capable of capturing events and doing live analysis. On the other platforms, you will be limited to working with the trace files generated by a Linux installation of sysdig.
- Download and install the Visual Studio 2013 Redistributable from http://www.microsoft.com/en-us/download/details.aspx?id=40784
- Download the sysdig zip file from here http://download.draios.com/stable/windows/sysdig-0.1.612.zip
- Unzip the file
- Open a command prompt and navigate to the unzipped folder
- you can now run sysdig, e.g.
sysdig -cl
We don't provide a Mac binary for sysdig yet, so you need to compile the program from the sources. Don't worry, the process is very simple and it's a matter of following the [compilation instructions](How to Install Sysdig from the Source Code).