lkml.org 
[lkml]   [1996]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectbreak the machine/load average
Here's something neat...

russ@interloper:~$ uptime
12:21am up 51 min, 5 users, load average: 116.42, 71.31, 40.16

and it didn't die!!!

I did this with a little program I call killme.c:

---russ
#include <stdio.h>
#include <unistd.h>

int main()
{
int pid;
do{ for(;;)
pid=vfork();
}while(1);
}
\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.036 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site