Skip to content

Commit

Permalink
Update super_stat.c
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Ulaganathan authored Jul 13, 2017
1 parent a6d4fb2 commit 70c49ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/super_stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -828,8 +828,8 @@ void *get_stat_local()

void help()
{
printf("\n\n***************************************************************\n\t\tSuperStat v1.0\n\t\tDeveloper: Ulaganathan Natrajan\n\t\[email protected]\n***************************************************************\n");
printf("\nUsage : (-S args ... | -R args ... | -L args ... )\n-S\t\tTo show the live stats on the screen\n\t\t\t(Options)\n\t\t-d Disk partition name to monitor\n\t\t-e NIC name to monitor\n\t\t-t No of Top process\n\n-R\t\tTo send the stats to remote server (via udp or tcp)\n\t\t\t(Options)\n\t\t-a IP address or hostname\n\t\t-p Port number\n\t\t-i Interval between samples\n\n-L\t\tTo save the stats into local storage\n\t\t\t(Options)\n\t\t-i Interval between samples\n");
printf("\n***************************************************************\n\t\tSuperStat v1.0\n\t\tDeveloper: Ulaganathan Natrajan\n\t\[email protected]\n***************************************************************\n");
printf("\nUsage : (-S args ... | -R args ... | -L args ... )\n\n-S\t\tTo show the live stats on the screen\n\t\t\t(Options)\n\t\t-d Disk partition name to monitor\n\t\t-e NIC name to monitor\n\t\t-t No of Top process\n\n-R\t\tTo send the stats to remote server (via udp or tcp)\n\t\t\t(Options)\n\t\t-a IP address or hostname\n\t\t-p Port number\n\t\t-i Interval between samples\n\n-L\t\tTo save the stats into local storage\n\t\t\t(Options)\n\t\t-i Interval between samples\n");
}

int main(int argc, char *argv[])
Expand Down

0 comments on commit 70c49ab

Please sign in to comment.