]> sourceware.org Git - systemtap.git/commitdiff
loadavg tapset: add to generated docs, tweak docs wording
authorFrank Ch. Eigler <fche@redhat.com>
Tue, 26 Nov 2013 17:47:44 +0000 (12:47 -0500)
committerFrank Ch. Eigler <fche@redhat.com>
Tue, 26 Nov 2013 17:47:44 +0000 (12:47 -0500)
doc/SystemTap_Tapset_Reference/tapsets.tmpl
tapset/linux/loadavg.stp

index f3e0637f27163717d05446a95a0e88ef9cd90711..3a2711fb71fa2b2779481f7a231b9912db62ba34 100644 (file)
     </para>
 !Itapset/linux/kprocess.stp
 !Itapset/linux/target_set.stp
+!Itapset/linux/loadavg.stp
   </chapter>
   <chapter id="signal.stp">
     <title>Signal Tapset</title>
index b3e55dcaddbac2ec4692fb6c9b78cbad8b6ac6a7..a7ef453d4f1bca29b5cf5f7db5166bec1ecd2007 100644 (file)
@@ -42,9 +42,10 @@ function get_loadavg_index:long (indx:long) %{ /* pure */
 %}
 
 /**
- * sfunction sprint_loadavg - Get the load average
+ * sfunction sprint_loadavg - Report a pretty-printed load average
  *
- * Description: Returns the complete load average.
+ * Description: Returns the a string with three decimal numbers
+ * in the usual format for 1-, 5- and 15-minute load averages.
  */
 function sprint_loadavg:string () %{ /* pure */
        int a, b, c;
This page took 0.028631 seconds and 5 git commands to generate.