Skip to content

Commit 78c951d

Browse files
docs : README file updated
1 parent 0cdcc32 commit 78c951d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,29 +55,33 @@ ip_status=orangetool.ping(ip_address) #this function check ip and return True if
5555

5656
```python
5757

58-
#4- total ram
58+
#5- total ram
5959

6060
ram=orangetool.ram_total() #this function return total ram of the board
6161

62-
#5- free ram
62+
#6- free ram
6363

6464
ram=orangetool.ram_free() # this function return how much ram is available in the board
6565

66-
#6- ram percentage
66+
#7- ram percentage
6767

6868
ram=orangetool.ram_percent() # this function return available ram percentage
6969

70+
#8- freeup
71+
72+
orangetool.freeup() # To free pagecache, dentries and inodes and return freeuped amount
73+
7074
```
7175

7276
## Other Functions ##
7377

7478
```python
7579

76-
#7- get_temp
80+
#9- get_temp
7781

7882
temp=orangetool.get_temp() # this function return cpu temperature as string
7983

80-
#8- uptime
84+
#10- uptime
8185

8286
time=orangetool.uptime() # this function return uptime of system
8387

0 commit comments

Comments
 (0)