linux - How to test system reboot time more than a year? -


i want test code against linux system not rebooted since year. didn't find system not rebooted since last 2 months. there way simulate it?

i tried weird way change system time year , rebooted system , change date current time. won't solve problem.

i want test against big integer counters.

there multiple ways check latest boot time, instance:

% last reboot | head -n 1 reboot           ~                         tue aug 13 09:56  % sysctl kern.boottime kern.boottime: { sec = 1376377004, usec = 264281 } tue aug 13 09:56:44 2013 

Comments

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -