Watch your Python script with strace

Опубликовано: 08 Август 2014
на канале: Next Day Video
6,867
98

Brandon Rhodes
http://pyvideo.org/video/2866/watch-y...
http://pyohio.org/schedule/presentati...
Modern operating systems sandbox each process inside of a virtual memory
map from which direct I/O operations are generally impossible. Instead,
a process has to ask the operating system every time it wants to modify
a file or communicate bytes over the network. By using operating system
specific tools to watch the system calls a Python script is making --
using "strace" under Linux or "truss" under Mac OS X -- you can study how
a program is behaving and address several different kinds of bugs.


Смотрите видео Watch your Python script with strace онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Next Day Video 08 Август 2014, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,867 раз и оно понравилось 98 людям.