File: loadavg

package info (click to toggle)
bandwidthd 2.0.1%2Bcvs20090917-13
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,308 kB
  • sloc: sh: 3,008; ansic: 2,752; php: 1,263; yacc: 216; makefile: 159; lex: 36; sql: 27
file content (2 lines) | stat: -rwxr-xr-x 51 bytes parent folder | download | duplicates (9)
1
2
#!/bin/bash
cat /proc/loadavg | awk '{print($2)}';