Project

General

Profile

Bug #3751

Updated by Tom Clegg over 9 years ago

-(Also (Also noticed that its diagnostic message goes to stdout instead of stderr.)- (this part seems to have been user error) stderr.) 

 Desired: 

 <pre> 
 $ echo foo | crunchstat -cgroup-root=/sys/fs/cgroup cat 2>/dev/null 2>/tmp/stderr 
 foo 
 $ cat /tmp/stderr 
 crunchstat: Running [cat] 
 $ 
 </pre> 

 Observed: 

 <pre> 
 $ echo foo | crunchstat -cgroup-root=/sys/fs/cgroup cat 2>/tmp/stderr 
 crunchstat: Running [cat] 
 $ cat /tmp/stderr 
 crunchstat: Running [cat] 
 $ 
 </pre> 

Back