On my Ubuntu VM:
Linux xxxxxxx 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24
21:16:20 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
to which I am connected over SSH, I am running this command:
sar 1 10000 | awk '{print $9}' | grep -v aaaa
(strangely) this command doesn’t produce any output (why?) but next thing is even stranger. If I press Control-C while the command is running it is kind of sending Control-Alt-Delete to my server and the server reboots (why?).
root@xxxxxxx:~# sar 1 10000 | awk '{print $9}' | grep -v aaaa
^Croot@xxxxxxx:~#
Broadcast message from root@xxxxxx
(unknown) at 12:01 ...
The system is going down for reboot NOW!
Control-Alt-Delete pressed
thanks for your help.
Best regards Jaor