Mageia Bugzilla – Attachment 5995 Details for
Bug 15432
Bugfix release: fixed memory leak in polkit
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
script to test the memleak
mem_leak (text/plain), 292 bytes, created by
Sander Lepik
on 2015-03-05 16:36:09 CET
(
hide
)
Description:
script to test the memleak
Filename:
MIME Type:
Creator:
Sander Lepik
Created:
2015-03-05 16:36:09 CET
Size:
292 bytes
patch
obsolete
>#!/bin/bash >kded4b=$(ps aux |grep kded4 |grep -v grep|awk '{print $6}') >echo "Memory usage before: $kded4b" > >for i in {1..50} >do > ssh -i ~/.ssh/mem_leak_test localhost "echo leak" > /dev/null >done >kded4a=$(ps aux |grep kded4 |grep -v grep|awk '{print $6}') >echo "Memory usage after: $kded4a"
#!/bin/bash kded4b=$(ps aux |grep kded4 |grep -v grep|awk '{print $6}') echo "Memory usage before: $kded4b" for i in {1..50} do ssh -i ~/.ssh/mem_leak_test localhost "echo leak" > /dev/null done kded4a=$(ps aux |grep kded4 |grep -v grep|awk '{print $6}') echo "Memory usage after: $kded4a"
View Attachment As Raw
Actions:
View
Attachments on
bug 15432
: 5995 |
5996