PythonでUNIXのコマンドを使う。
>>> import os >>> os.system("uptime") 21:14:32 up 1 day, 5:26, 1 user, load average: 0.00, 0.00, 0.00 0 >>>