Dear Jorge,
Yes, it is working now.
>
> Well I don't have the sources handy now, but it's a problem regarding a line
> buffer too small to read the lines of /proc/stat, the buffer is 256 and the
> line inttr now have way more than 64?? ints and it reach eof whithout noticing
> it and keep looping doing something like strncmp("", "cpu", 3) wich returns
> err -99 (from what I can remember from ltrace), the solution is in cpumeter.cc
> change the buf[256] to buf[1024], and the read(???, buf, 256= to read(???, buf,
> sizeof(buf)) and it starts, but as you will see, there are some other problems...
>
>
> The graph is a line wich goes form rigth to left like a banner, in cpumeter
> and netmeter, as far as I know.
> Jorge Nerin <[EMAIL PROTECTED]>
--
=============================================================================
Kumsup Lee (�̱ݼ�) System/Network Administrator
Institute for Mathematics and its Applications, University of Minnesota
400 Lind Hall, 207 Church Street S.E., Minneapolis, MN 55455 USA
Tel : 612-624-4353 FAX : 612-626-7370 PAGE : 612-608-0112
[EMAIL PROTECTED] www.ima.umn.edu/~klee
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]