Search code examples
objective-cmacosuptime

OS X Uptime History


How to find os x uptime history? There is "last reboot" command on termina which reports last reboot history. How do I write a program with objective C that gets all uptime history ?

Thanks in advance!


Solution

  • The last command is part of Darwin and is open-source. Here's the code.