W dniu 2010-11-19 00:24, Stuart Henderson pisze:
The "someone" running a profiling kernel to identify the hot spots could be you.
cd /sys/arch/<arch>/config
config -p<kernelname>
build a kernel from the ../compile/<kernelname>.PROF directory in the usual way
kgmon -b to start profiling
(generate some traffic)
kgmon -h to stop profiling
kgmon -p to dump stats
gprof /bsd gmon.out to read stats...
Assuming you're interested in routed traffic (rather than queuing traffic
generated on a box itself), make sure you run the traffic source and sink
on other machines routing through the altq box, don't source/sink traffic
on the altq box itself.
Sorry to others developers for not recognizing them.
I am interested in making network traffic on gbit lan around
800-900mbit/s not 350mbit/s with altq so its rather the option mentioned
by you in brackets ;)
I am rather standard OpenBSD user and to be honest I think it would be
faster and simpler if I just give some OpenBSD developer access to this box.
----
best regards,
RLW