/usr/share/cgmanager/tests/test04.sh is in cgmanager-tests 0.39-2ubuntu5.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/bin/bash
cgm getvalue memory xxx/b memory.usage_in_bytes
if [ $? -ne 0 ]; then
exit 1
fi
exit 0
|