|
|
| Author |
Message |
|
| rikard.johansson at mobil |
Posted: Tue Dec 13, 2005 12:45 pm |
|
|
|
Guest
|
etop_txt presents the values wrong. The Format and Arguments in
io:fwrite(?SYSFORM, [...]) are mismatched.
This bug exists in at least R10B-6.
The following patch corrects the problem.
# diff etop_txt.erl.orig etop_txt.erl
57,59c57,61
< io:fwrite(Fd,?SYSFORM, [Config#opts.node,Clock,Cpu,Tot,NProcs,Procs,
< RQ,Atom,Bin,Code,Ets]),
< io:nl(Fd),
---
> io:fwrite(Fd,?SYSFORM, [Config#opts.node,Clock,
> Cpu,Tot,Bin,
> NProcs,Procs,Code,
> RQ,Atom,Ets]),
> io:nl(Fd),
/Rikard
Post generated using Mail2Forum (http://m2f.sourceforge.net) |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|