diff --git a/doc/diskdevstat.8 b/doc/diskdevstat.8 new file mode 100644 index 0000000..0d9c1c1 --- /dev/null +++ b/doc/diskdevstat.8 @@ -0,0 +1,30 @@ +.TH "diskdevstat" "8" "13 Jan 2011" "Phil Knirsch" "Tool for recording harddisk activity" +.SH NAME +diskdevstat \- tool for recording harddisk activity +.SH SYNOPSIS +\fBdiskdevstat\fP [\fIupdate interval\fP] [\fItotal duration\fP] [\fIdisplay histogram\fP] +.SH DESCRIPTION +\fBdiskdevstat\fR is a simple systemtap script to record harddisk activity of processes +and display statistics for read/write operations. + +.TP +update interval +Sets sampling interval in seconds. +.TP +total duration +Sets total measurement time in seconds. +.TP +display histogram +If this parameter is present, the histogram will be shown at the end of the measurement. + +.SH "SEE ALSO" +.LP +tuned(8) +netdevstat(8) +varnetload(8) +scomes(8) +stap(1) +.SH AUTHOR +Written by Phil Knirsch . +.SH REPORTING BUGS +Report bugs to . diff --git a/doc/netdevstat.8 b/doc/netdevstat.8 new file mode 100644 index 0000000..da1a48d --- /dev/null +++ b/doc/netdevstat.8 @@ -0,0 +1,30 @@ +.TH "netdevstat" "8" "13 Jan 2011" "Phil Knirsch" "Tool for recording network activity" +.SH NAME +netdevstat \- tool for recording network activity +.SH SYNOPSIS +\fBnetdevstat\fP [\fIupdate interval\fP] [\fItotal duration\fP] [\fIdisplay histogram\fP] +.SH DESCRIPTION +\fBnetdevstat\fR is a simple systemtap script to record network activity of processes +and display statistics for transmit/receive operations. + +.TP +update interval +Sets sampling interval in seconds. +.TP +total duration +Sets total measurement time in seconds. +.TP +display histogram +If this parameter is present, the histogram will be shown at the end of the measurement. + +.SH "SEE ALSO" +.LP +tuned(8) +diskdevstat(8) +varnetload(8) +scomes(8) +stap(1) +.SH AUTHOR +Written by Phil Knirsch . +.SH REPORTING BUGS +Report bugs to . diff --git a/doc/scomes.8 b/doc/scomes.8 new file mode 100644 index 0000000..0fbc4d4 --- /dev/null +++ b/doc/scomes.8 @@ -0,0 +1,29 @@ +.TH "scomes" "8" "13 Jan 2011" "Phil Knirsch" "Tool for watching system resources" +.SH NAME +scomes \- tool for watching system resources +.SH SYNOPSIS +\fBscomes\fP -c "binary [binary arguments ...]" [timer] +.SH DESCRIPTION +\fBscomes\fR is a simple systemtap script for watching activity of one process. Syscalls count, +userspace and kernelspace ticks, read and written bytes, transitted and received bytes and polling +syscalls are measured. + +.TP +binary +Binary file to be executed. This process will be watched. +.TP +timer +Setting this option causes the script to print out statistic every N seconds. If not provided, +the statistics are printed only when watched process terminates. + +.SH "SEE ALSO" +.LP +tuned(8) +diskdevstat(8) +netdevstat(8) +varnetload(8) +stap(1) +.SH AUTHOR +Written by Jan Hutar . +.SH REPORTING BUGS +Report bugs to . diff --git a/doc/varnetload.8 b/doc/varnetload.8 new file mode 100644 index 0000000..9f4be59 --- /dev/null +++ b/doc/varnetload.8 @@ -0,0 +1,33 @@ +.TH "varnetload" "8" "13 Jan 2011" "Phil Knirsch" "Tool to create reproducable network traffic" +.SH NAME +varnetload \- tool to create reproducable network traffic +.SH SYNOPSIS +\fBvarnetload\fP [\fI-d delay\fP] [\fI-t time to run\fP] [\fI-u url\fP] +.SH DESCRIPTION +\fBvarnetload\fR is a simple python script to create reproducable sustained network traffic. + +In order to use it effectively, you need to have an HTTP server present in your local LAN where you +can put files. Upload a large HTML (or any other kind of file) to the HTTP server. Use the -u option +of the script to point to that URL. Play with the delay option to vary the load put on your network. + +.TP +delay +Sets delay between individual downloads in miliseconds. Default value is 1000. But you my find values +range from 0 to 500 more useful. +.TP +time to run +Sets total run time in seconds. Default value is 60. +.TP +url +Sets downloaded resource. Default is http://myhost.mydomain/index.html. + +.SH "SEE ALSO" +.LP +tuned(8) +diskdevstat(8) +netdevstat(8) +scomes(8) +.SH AUTHOR +Written by Phil Knirsch . +.SH REPORTING BUGS +Report bugs to .